Assembly 'System' could not be found

J

Jason

Issue:

When I create a new ASP.Net project it stop in mid
creation and pops up a message box that says: "The .NET
assembly 'System' could not be found." I click OK and
then I'm left with a half created project. It has
nothing but a solution and project file.

Question:

What happened? I didn't make any major changes. This
sounds like the development enviorment has been
corrupted. Does anyone know how to fix this without
reinstalling the whole .Net Studio?

Thanks,

Jason
 
B

Bruce Roeser

Jason,

Have you tried deleting the bin and obj directories under your project? Try
deleting those, then double-check the references in your project - you might
have removed "System" by accident.

HTH,

-bruce
 

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

Top