Assembly 'System' could not be found

  • Thread starter Thread starter Jason
  • Start date Start date
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
 
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
 
Back
Top