Click here to Skip to main content
15,887,952 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
When i installed my computer fresh, i installed programs like Visual Studio 2008. I ran my program from the debug directory and it worked fine; no errors. I was testing to see where this error had been coming from. I "merged" some file with the registry, then re-tested the program. The debug came up with this message (The application was unable to start correctly) and VB came up with The application was expected to contain an assembly manifest or something. Do you think that modifying the registry causes this error? And any way to fix it?
Posted
Comments
Sergey Alexandrovich Kryukov 5-Dec-12 0:36am    
If you don't want to spend your time to describe things exactly, instead of "...or something", why do you expect that some uninterested person will spend her/his time to help you?
--SA
Gruntkiller4000 6-Dec-12 5:40am    
DO you mean something like the Event Log? I will post the event log of (two) applications:

------------------------
MS3D.exe:

Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 12/6/2012
Time: 6:37:27 PM
User: N/A
Computer: YOUR-AE86371079
Description:
Application popup: ms3d.exe - Application Error : The application failed to initialize properly (0xc0000005). Click on OK to terminate the application. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
--------------------------
My application from the DEBUG folder (developed on VB2008):

Event Type: Information
Event Source: Application Popup
Event Category: None
Event ID: 26
Date: 12/6/2012
Time: 6:38:31 PM
User: N/A
Computer: YOUR-AE86371079
Description:
Application popup: BluedinoEditor.exe - Application Error : The application failed to initialize properly (0xc000007b). Click on OK to terminate the application.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
----------------------------------
Sorry about the event log details (and i forgot to post the error code). This usually happens to programs made using the DOT NET framework.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900