no error in vs2008 but error in unity

Hi there guys. I downloaded the files from this very usefull blog post

http://blog.tiaan.com/link/2010/03/15/csharp-interpreter-unity-plugin-console-debugger

and pasted them as described in the post. Now, when I run my vs2008 project, I get no errors, but when I run Unity, it says “the type or namespace CSharp does not exist in the namespace Microsoft”, but yet I get no errors in my code???

Why would this be happening?

Because VS uses MS.NET for such decisions but unity uses its own version of mono where MS.NET only namespaces are missing

There may be a DLL used in the project that you haven’t imported into the Unity project.

Just guessing :wink:

Good luck!

-JFFM

sorry, I read the post further and found the solution