program run error

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

I'm trying to run a program that required .net framework
so i installed the framework through the windows update,
but i get this error:
..NET Framework Initization Error -
C:\WINDOWS\Microsoft.NET\Framework\V1.0.3705\mscorwks.dll
could not be loaded

I would greatly appreciate a solution to my problem
 
I'm trying to run a program that required .net framework
so i installed the framework through the windows update,
but i get this error:
.NET Framework Initization Error -
C:\WINDOWS\Microsoft.NET\Framework\V1.0.3705\mscorwks.dll
could not be loaded

I would greatly appreciate a solution to my problem

The error reports that .Net framework version 1.0 cannot be loaded.
If you installed the framework using windows update chances are you
installed version 1.1 of the framework.
It's possible for programs to specify exactly which version of the
framework they should run on. Perhaps that's your problem.
What program is this? It might be configured to run explicitly against v1.0
 
Back
Top