Application Fauled to Initialize (0xc000007b)
-
I have my vs2008 c# project compiled, when i install on win Vista, it runs fine but does not run on win XP SP2. please can some help me out. thanks alot.
-
I have my vs2008 c# project compiled, when i install on win Vista, it runs fine but does not run on win XP SP2. please can some help me out. thanks alot.
Is installed on your Windows XP system the version of the .NET Framework that your application is expecting?
-
Is installed on your Windows XP system the version of the .NET Framework that your application is expecting?
I used VS2008 and .net 3.5 for the building of the app on Win Server 2003 Enterprise Edition. The .net 3.5 will not install on Win XP sp2, so i rebuild with .net 2.0 and i have installed .net 2.0 on the system
-
I have my vs2008 c# project compiled, when i install on win Vista, it runs fine but does not run on win XP SP2. please can some help me out. thanks alot.
If you had a .NET version problem, I'd expect an error 0135. Error 0x7b may mean: The filename, directory name, or volume label syntax is incorrect. Could be many things, e.g. you're trying to access one of the special folders (such as Users or "Documents and Settings") without going through the proper channels (Environment.SpecialFolder). Proper try-catch and Exception reporting would take care of the details. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
-
If you had a .NET version problem, I'd expect an error 0135. Error 0x7b may mean: The filename, directory name, or volume label syntax is incorrect. Could be many things, e.g. you're trying to access one of the special folders (such as Users or "Documents and Settings") without going through the proper channels (Environment.SpecialFolder). Proper try-catch and Exception reporting would take care of the details. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
But the same project when installed on Win Vista does not generate any errors. thanks.
-
If you had a .NET version problem, I'd expect an error 0135. Error 0x7b may mean: The filename, directory name, or volume label syntax is incorrect. Could be many things, e.g. you're trying to access one of the special folders (such as Users or "Documents and Settings") without going through the proper channels (Environment.SpecialFolder). Proper try-catch and Exception reporting would take care of the details. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
I have found Solution to it, I formatted my Win XP sys and reinstall the OS. everything is working fine now. Thanks to Everyone.
-
I have found Solution to it, I formatted my Win XP sys and reinstall the OS. everything is working fine now. Thanks to Everyone.
It's a so drastic as good solution :-D