Closed urherenow closed 7 years ago
not sure why I have that particular version of VS installed... probably for a class. Anyway, I don't know how to get around the error:
The type or namespace name 'RJCP' could not be found (are you missing a using directive or an assembly reference?)
and
The type or namespace name 'SerialPortStream' could not be found <with the same as above added in () >
Nevermind. Figured it out. Had to update a bunch of stuff both VS and using Nuget...
Yes, it's because you have to install the dependencies through the Nuget Packages ;)! Hope you compile it with success!
not sure why I have that particular version of VS installed... probably for a class. Anyway, I don't know how to get around the error:
The type or namespace name 'RJCP' could not be found (are you missing a using directive or an assembly reference?)
and
The type or namespace name 'SerialPortStream' could not be found <with the same as above added in () >