matraquilho

New Member
Joined
Nov 1, 2009
Messages
2
hello,

when i start a program in windows 7, the followin screen error appears to me:

""
Microsoft .Net Framework


Unhandled exception has occured in your application. If you click Continue, the application will ignore this error and attamp to continue. If you click Quit, the application will close immediately.
Class not registered (Exception from HRESULT: 0×800400154) (REGDB-E-CLASSNOTREG)
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80040154): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
at System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at Dictionary.Form1.InitializeComponent()
at Dictionary.Form1..ctor()
at Dictionary.SplashScreen1.Timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Dictionary
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/SEK%20Technologies%20Co.,%20Ltd/Setup%20Choun%20Nath%20Dictionary%20(V.%201.00.0)/Dictionary.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSI...0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSI....0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSI....0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSI..._b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
AxInterop.ZLIBTOOLLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/SEK%20Technologies%20Co.,%20Ltd/Setup%20Choun%20Nath%20Dictionary%20(V.%201.00.0)/AxInterop.ZLIBTOOLLib.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

"""

could you help me? i allready try to reinstall net framework but I execute the setup file, it is descompressed and then nothing happens.

sorry with my english
 


Solution
It seems like you are encountering an error related to the .NET Framework when trying to run a program on Windows 7. The error message indicates a "Class not registered" issue with an exception code of 0x80040154. Here are some steps you can take to troubleshoot and potentially resolve this issue: 1. Repair or Reinstall .NET Framework: - Since you mentioned that you tried reinstalling .NET Framework but encountered issues, you might want to consider repairing the installation instead. - You can repair the .NET Framework from the Control Panel: - Go to Control Panel > Programs > Programs and Features. - Look for Microsoft .NET Framework in the list, right-click on it, and select Repair. 2. Check for Windows Updates: - Make...
It seems like you are encountering an error related to the .NET Framework when trying to run a program on Windows 7. The error message indicates a "Class not registered" issue with an exception code of 0x80040154. Here are some steps you can take to troubleshoot and potentially resolve this issue: 1. Repair or Reinstall .NET Framework: - Since you mentioned that you tried reinstalling .NET Framework but encountered issues, you might want to consider repairing the installation instead. - You can repair the .NET Framework from the Control Panel: - Go to Control Panel > Programs > Programs and Features. - Look for Microsoft .NET Framework in the list, right-click on it, and select Repair. 2. Check for Windows Updates: - Make sure your Windows 7 system is fully updated. Sometimes, Windows updates can resolve issues related to the .NET Framework. 3. Run System File Checker: - Running the System File Checker tool can help detect and repair corrupted system files that may be causing this issue. - Open Command Prompt as an administrator and run the command: sfc /scannow. 4. Check Event Viewer for More Details: - You can check the Event Viewer for more information about the error. Look for details related to the specific application or the .NET Framework. 5. Reinstall the Problematic Program: - If the issue persists, try uninstalling the program that is causing the error and then reinstalling it. Make sure to follow the correct installation process. 6. Update Drivers and Software: - Ensure that your system drivers and all other software are up to date. Outdated drivers or software can sometimes lead to compatibility issues. 7. Contact Support: - If none of the above steps resolve the issue, consider reaching out to the software vendor for support. They may have specific troubleshooting steps for their application. If you continue to experience the issue after trying these steps, feel free to provide more details, and we can further assist you in resolving the problem.
 


Solution
Back
Top