Well I think I found the error. When I reference the dll the class viewer browser finds the dll and shows the namespace and the class. And finally the editor recognizes the Dim line. But now, when I try to start the application it shows the following two errors upon build (only when I reference the dll):
Error: The dependency 'mscorlib, Version=1.0.5000.0,
Culture=neutral, PublicK
project 'PocketImageEdit
directory because it wou
Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.
Error: The dependency 'mscorlib, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089' in
project 'PocketImageEditor' cannot be copied to the run
directory because it would conflict with dependency 'mscorlib
Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac'.
Well I think it has to do with the dll compiling from the C# code script. But how do I fix this?