very strange error in debugger

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I start a new windows application in VS2005 (C#), adding 2 classes, try to
run my project (in fact not mutch more than a form and a button), and I get
following error: "Error while trying to run project: Could not load file or
assembly 'Name' or one of its dependencies. The module was expected to
contain an assembly manifest."

Where 'name' is the name of the namespace and prject name.

The compiled project runs without debug (ctrl+F5). I do not understeand the
message, so I cannot solve it. Someone can help here ?
 
Hi,

I solved it by deleting all files except the source and form files and
program.cs, then start a new project and add them as exising items.

I probably did something wrong but have no idea what :(
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top