Application Initialization Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to debug and run a .net application using studio. It compiles
right, but at startup it crashes with following error

The application failed to initialize properly (0xc0000005). Click on OK to
terminate the application.


I don't know what happens, it happens with all .net based application. I
have winXP sp2 and framework 1.1 SP1. Can someone tell me what could be
wrong? I have alreay re-installed (Repaired option) vs2003 and framework.

Thanks in advance,
Hiten
 
Hi Hiten,

I'm not sure that it is the same error I have got some time ago, but you can
at least try to check what assemblies are binded by your application at
runtime by using utility from Microsoft:
http://msdn.microsoft.com/library/d...ml/assembly_binding_log_viewer_deployment.asp

In my case application was trying to bind the version of the assembly, which
was not installed on my computer, and crushed with pretty much the same
error notification.

Iaroslav.
 
Hiten,

you won't beleive it, but I have the same problem now with .Net Framework
2.0
Can't start the application. VS 2005 works fine, compilation and all the
stuff. Application runs on other machines with .Net Framework 2.0, but not
on mine.

Right now I'm wrestling with this issue...

Iaroslav
 
Back
Top