Rickedb / OpenProtocolInterpreter

Converts the ugly ASCII package that came from Open Protocol to an object
MIT License
144 stars 72 forks source link

The type or namespace name 'MID_0005' could not be found #4

Closed exist16 closed 5 years ago

exist16 commented 5 years ago

while trying to build OpenProtocolInterpreter.Sample I get the Error: The type or namespace name 'MID_0005' could not be found (are you missing a using directive or an assembly reference?) OpenProtocolInterpreter.Sample

any idea to resolve it?

Rickedb commented 5 years ago

Hello!

I haven't updated the samples to use the 2.0.0 version, sorry for that .

Also, if you want to try the samples you will need to rename every "MID_XXXX" to "MidXXXX", also there are some changes to method's names, but not big deal..

I recommend you to read my article at code project before doing it: https://www.codeproject.com/Articles/1190932/The-Atlas-Copco-Open-Protocol-Interpreter#Version2.0.0

exist16 commented 5 years ago

thank you Rickedb, I will try immediately..