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.