Share via

.Net Framework problems

Anonymous
2011-08-05T14:42:48+00:00

I have a problem when updating to the .Net Framework 3.5 it constantly fails i have tried looking for a reason but can't find one, A window pops up when i boot up the computer showing this information, i have no idea what it means or how to deal with it. Any help would be very much appreciated;

An unhandled exception has occurred in your aplication. If you click Continue, the application will ignore this error and attempt to continue. If you click Quite, the application will be shut down immediatly.

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.IO.FileNotFoundException: File not found.

   at Microsoft.VisualBasic.Interaction.Shell(String Pathname, AppWinStyle Style, Boolean Wait, Int32 Timeout)

   at EULALauncher.NET.Form1.Launch_EULA(String browser)

   at EULALauncher.NET.Form1.Timer1_Tick(Object sender, EventArgs e)

   at System.Windows.Forms.Timer.OnTick(EventArgs e)

   at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)

************** Loaded Assemblies **************

mscorlib

    Assembly Version: 1.0.5000.0

    Win32 Version: 1.1.4322.2470

    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll


GoogleEULALauncher

    Assembly Version: 1.0.3070.20876

    Win32 Version: 1.0.3070.20876

    CodeBase: file:///C:/Program%20Files/Google/Google%20EULA/GoogleEULALauncher.exe


System.Windows.Forms

    Assembly Version: 1.0.5000.0

    Win32 Version: 1.1.4322.2032

    CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll


System

    Assembly Version: 1.0.5000.0

    Win32 Version: 1.1.4322.2470

    CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll


System.Drawing

    Assembly Version: 1.0.5000.0

    Win32 Version: 1.1.4322.2032

    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll


Microsoft.VisualBasic

    Assembly Version: 7.0.5000.0

    Win32 Version: 7.10.6001.4

    CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll


EULACommon

    Assembly Version: 6.0.3070.20876

    Win32 Version: 6.0.3070.20876

    CodeBase: file:///C:/Program%20Files/Google/Google%20EULA/EULACommon.DLL


************** JIT Debugging **************

To enable just in time (JIT) debugging, the config file for this

application or machine (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 machine

rather than being handled by this dialog.

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-08-06T03:17:52+00:00

Hi,

I would suggest you to try performing clean boot and check if it helps:

http://support.microsoft.com/kb/929135

NOTE: After you have finished troubleshooting, make sure you put back the computer to normal startup mode as suggested in step7 from the above KB article.

Hope it helps.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful