VS.NET 2005 SP1 breaks applications

  • Thread starter Thread starter ewpatton
  • Start date Start date
E

ewpatton

I recently updated Visual Studio to Service Pack 1. Before the update,
any program built with Visual Studio required the .Net 2.0 Framework
to be installed on the target machine in order to run or it gave an
"Application Configuration is not correct" error. Now that I've
updated, I continue to get this error even when .Net 2.0 is installed
on the target machine and all my previous programs that I've
distributed updates to no longer work on the client machines.

How do I correct this problem since my original solution no longer
works?

Evan
 
Are you using other components such as Visual C++ runtime library? You many
need to install the SP1 versions of those as well
 
Back
Top