Connecting Tech Pros Worldwide Forums | Help | Site Map

Visual Studio SP1

OuTCasT's Avatar
Needs Regular Fix
 
Join Date: Jan 2008
Location: South Africa
Posts: 360
#1: Sep 15 '09
Hi
Once i have loaded the service pack on my machine.
When i try to publish my web projects it fails without any warning or errors.

And when I open my winforms projects and try to compile and run them i get this error...

Error while trying to run project: Could not load file file or assembly ' [project name]' or one of its dependencies. The module was expected to contain an assembly manifest

How do i repair this without reInstalling VS ??

Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,131
#2: Sep 15 '09

re: Visual Studio SP1


Create a new project.
Run it and see if it works.
Add any references that your project should use.

If it still works, add the files from your old project to the new one (add existing items option's probably easiest).

Run it....does it work?
OuTCasT's Avatar
Needs Regular Fix
 
Join Date: Jan 2008
Location: South Africa
Posts: 360
#3: Sep 16 '09

re: Visual Studio SP1


I formatted and reloaded windows. loaded VS team suite.
Created new project which wont need any references since its jst a empty form and then run it and i get the same error.
Reply