Status
Not open for further replies.

Jayar

Active Member
629
2009
15
40
Vb.net problem

Hi whenever i try to debug my project it says:
Code:
Error while trying to run the project: Could not load assembly 'MyApp' or one of its
 dependencies. The located assembly's manifest definition does not match the assembly
 reference. (exception from HRESULT: 0x80131040)
 
3 comments
are you using nested user controls?
have you copied the source from somewhere?

try setting the Debug attribute to False in Production.
if you have copied the source then make a virtual directory for the same.
 
Status
Not open for further replies.
Back
Top