This is similar to a previous thread I made, but the problem is, I coded something at work, I took the solution home (by copying and pasting it to my usb pen). I pasted it to my desktop at home and when I build one of the projects in the sln (which is depdendent on NUnit), I get a bunch of errors like this:
The type or namespace name ‘Framework’ does not exist in the namespace ‘NUnit’ (are you missing an assembly reference?)
Basically, any object referenced which is in NUnit is not recognised, as if (obviously) the assembly is missing, but it is not, it is in the project references/bin folder, and there is no yellow exclamation mark. This is a .NET 3.5 solution and I am not using client profile, which can cause this confusion.
Thanks
Try to open your .csproj or .vbproj file with notepad and find something like:
Make sure you have the same version of the DLL and the file path is correct.