Microsoft.net framework

patch41

Vista Pro
hi, i keep getting this popup box on the screen and i dont know what its about, also if i scroll down the pop up box it gives me the option,when JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than handled by this dialog box, as i am a newbie i am always afraid to change anything if i dont know what its about. i have windows vista premium 32-bit thank you.patch41
 

Attachments

  • microsoft pop uo box.JPG
    microsoft pop uo box.JPG
    43.7 KB · Views: 136

My Computer

hi, i keep getting this popup box on the screen and i dont know what its about, also if i scroll down the pop up box it gives me the option,when JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than handled by this dialog box, as i am a newbie i am always afraid to change anything if i dont know what its about. i have windows vista premium 32-bit thank you.patch41

In plain(er) English:

"This application is about to crash because of an invalid attempt to convert a type of data to something which is incompatible. Since the app itself did not provide any means of recovering from this predicament, a crash is now inevitable. If you coded this application, or if you simply feel like delving into its code and you know what you're doing, feel free to have a go at just-in-time (JIT) debugging of this app. Otherwise, if you click 'Quit', the app will simply close and terminate at this point."

The app happens to rely on Visual Basic.Net, but that's not particularly important in this situation. It's apparently some sort of front-end for a mySql database, if that helps to narrow it down.

The key is to work out which app is crashing and then to update it to the latest available version. If the same crash still occurs, you might want to contact the app developer and to send them the same screenshot.

EDIT: It's possible the data which is being worked on is itself somehow mangled, but strictly speaking the fact that the app cannot seem to deal with that gracefully is still a bug in the app. If you know what data the app is currently working with, and if you can purge that data, you may be able to get back to a clean and functional starting point.
 

My Computer

hi, i do keep getting a popup box from secunia.org which is a freeware program could this be the culprit, and if so do i get in with secunia to solve the problem
 

Attachments

  • secunia,org.JPG
    secunia,org.JPG
    22.6 KB · Views: 60

My Computer

hi, i do keep getting a popup box from secunia.org which is a freeware program could this be the culprit, and if so do i get in with secunia to solve the problem

Well it could be anything (written as a .Net app), including possibly the freeware you mentioned. However, unless there's a clear correlation between the times when you use the freeware app and the .Net crash message, or perhaps even between the two errors you described, I'd recommend against jumping to the conclusion that secunia.org is definitely behind your woes.

Instead, if you can copy the full text of that .Net error report - everything in that scroll box - and attach it here as a text file or just paste the text, I or someone else may be able to pinpoint the exact app.

You may also want to check the system and application event logs (run EVENTVWR) for any obvious errors which point to a specific app crashing just after you see that .Net popup.

Lastly, try running WERCON and checking whether any of the app crashes recorded there (click the 'history' link on the left) always match the times of the .Net popup.
 

My Computer

Does this popup occur anytime, or when you are doing a particular action (e.g., browsing, email, etc)?
 

My Computer

System One

  • Manufacturer/Model
    Custom
    CPU
    AMD AM2 6000+
    Motherboard
    Nvidia M2N-E SLI
    Graphics Card(s)
    GeForce 7600GT
    Screen Resolution
    1280x1024
    Hard Drives
    WD
    Case
    Cooler Master
    Cooling
    Three fans
    Keyboard
    Dell Quietkey
    Mouse
    Dell Optical
    Internet Speed
    10 MBPS
hi, i keep getting this popup box on the screen and i dont know what its about, also if i scroll down the pop up box it gives me the option,when JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than handled by this dialog box, as i am a newbie i am always afraid to change anything if i dont know what its about. i have windows vista premium 32-bit thank you.patch41


im having the exact problem, but its happened when im using FxVisor
 

My Computer

System One

  • Manufacturer/Model
    Toshiba Satellite A 100
    CPU
    Intel® Core™ 2 T5200 1.60 GHz
    Memory
    1 GB
    Graphics Card(s)
    ATi Mobility Radeon X1400 384 mb
    Screen Resolution
    1280 x 800 15.4" CSV
    Hard Drives
    120 GB
    Mouse
    e PRO®
    Internet Speed
    384 kbps cable modem
    Other Info
    my internet connection is so slow.
hi, i keep getting this popup box on the screen and i dont know what its about, also if i scroll down the pop up box it gives me the option,when JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than handled by this dialog box, as i am a newbie i am always afraid to change anything if i dont know what its about. i have windows vista premium 32-bit thank you.patch41


im having the exact problem, but its happened when im using FxVisor

Hey fxvisor

have you read the earlier posts? did they help? If fxvisor is the only thing causing it maybe you might want to find an alternate app that does the same thing

To verify if it is fxvisor go to event viewer (type eventvwr in search) go to windows log>application tab and look for errors (red in the left hand column) are any of them aboout fxv?

Ken
 

My Computer

System One

  • Manufacturer/Model
    Dell Inspiron E 1405
    CPU
    [email protected]
    Memory
    4 gigs
    Graphics Card(s)
    integrated intel 945
    Sound Card
    integrated
    Screen Resolution
    1440x900
    Hard Drives
    300 gig internal
    Internet Speed
    10 down 1.5 up

hey, thanks for the reply :)

ive read the entire tutorial, but i keep getting the error :(






Hey fxvisor

have you read the earlier posts? did they help? If fxvisor is the only thing causing it maybe you might want to find an alternate app that does the same thing

To verify if it is fxvisor go to event viewer (type eventvwr in search) go to windows log>application tab and look for errors (red in the left hand column) are any of them aboout fxv?

Ken
i didnt find anything in eventviewer, but u might have to take a look on this:



nd8x0p.jpg




and this is when i clicked on the details:

Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at VistaArrowGone.Form1.btApply_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.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.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
FxVisor
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.0.0
    CodeBase: file:///C:/Program%20Files/Frameworkx/Vista%20Shortcut%20Manager/FxVisor.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    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.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.


any suggestions? :)

thanks in advance
 

My Computer

System One

  • Manufacturer/Model
    Toshiba Satellite A 100
    CPU
    Intel® Core™ 2 T5200 1.60 GHz
    Memory
    1 GB
    Graphics Card(s)
    ATi Mobility Radeon X1400 384 mb
    Screen Resolution
    1280 x 800 15.4" CSV
    Hard Drives
    120 GB
    Mouse
    e PRO®
    Internet Speed
    384 kbps cable modem
    Other Info
    my internet connection is so slow.
Windows Forms can be related to the windows of the app and its display. You also can try a different app for this. TweakVI will remove the shortcut arrow after a reboot. Uninstall the program FXVisor, and install .NET framework 3.5. Did you download the right version? 32 or 64 bit. Try TweakVI instead if you want to get rid of the arrow.
 

My Computer

System One

  • Manufacturer/Model
    Sony Vaio Z46GDU
    CPU
    [email protected] w/6MB L2 cache 1066MHz FSB
    Memory
    6GB DDR3 1066MHz SDRAM
    Graphics Card(s)
    9300M GS 256MB + Intel Integrated 4500MHD
    Monitor(s) Displays
    13.1" WXGA True Colour Tough
    Screen Resolution
    1600x900
    Hard Drives
    320GB SATA 7200RPM
    Internet Speed
    1MB/s
any suggestions? :)

thanks in advance

Please consider starting your own thread. Your issue is unrelated to the one being experienced by the OP - different app, different crash, different causes.

In your case, it looks like a mouse click on something results in the app trying to start up another process. It doesn't find the executable (whatever.exe), so it simply crashes. If you can work out what executable it's likely to be invoking, and why it's not being found, that should fix this particular crash. Try to copy/move the EXE file into the same dir as the app - that may resolve the "file not found" condition.
 

My Computer

any suggestions? :)

thanks in advance

Please consider starting your own thread. Your issue is unrelated to the one being experienced by the OP - different app, different crash, different causes.

In your case, it looks like a mouse click on something results in the app trying to start up another process. It doesn't find the executable (whatever.exe), so it simply crashes. If you can work out what executable it's likely to be invoking, and why it's not being found, that should fix this particular crash. Try to copy/move the EXE file into the same dir as the app - that may resolve the "file not found" condition.
hey, ive found the solution for my problem. i installed windows 7 and now its working fine. ;)
 

My Computer

System One

  • Manufacturer/Model
    Toshiba Satellite A 100
    CPU
    Intel® Core™ 2 T5200 1.60 GHz
    Memory
    1 GB
    Graphics Card(s)
    ATi Mobility Radeon X1400 384 mb
    Screen Resolution
    1280 x 800 15.4" CSV
    Hard Drives
    120 GB
    Mouse
    e PRO®
    Internet Speed
    384 kbps cable modem
    Other Info
    my internet connection is so slow.
Back
Top