Very strange problem (1 project, 2 computers...)
Hi there,
sorry for the less meaningful subject, but I couldnt write that in such a short description field.
I have a project, built upon different dll's (MVC Pattern). I dont want to go into deep because
I _know_ that it is no source code problem.
On the first computer, all runs fine (the application is using .NET 3.5 + SP1).
On the second computer, when I run the application an exception is thrown :
Type Load Exception: function <XXX> in Module "View.dll" has no implementation.
But indeed it HAS. I already tried (without success) :
1. completely reinstall VS2008
2. remove all dlls and rebuilt them
3. I copied the whole project folder from pc1 (where all runs fine) to pc2... all compiles fine,
but when I run it, the error described above is shown again
When I try to run the app in debug mode, it even dont jumps into the main() function.
Right after the "run" click, the error is shown :(
That problem is driving me crazy and I have NO clue
how to solve it :-(
May anybody had that before and can help me out