problems with JIT
Tech-Archive recommends: Fix windows errors by optimizing your registry
- From: "djmob via DotNetMonster.com" <u19229@uwe>
- Date: Thu, 25 May 2006 19:31:57 GMT
I created a service application which (on purpose) throws an unhandled
exception. After installing and starting it I receive a dialog box which
allows me to debug the code. I then moved the exe and dlls to another system
installed and started it, but the service hangs up and the only way to stop
the service is by killing it from the Task Manager. I opened the Microsoft
CLR Debugger and verified that JIT was enabled for managed code (it is
written in C#). The purpose for the above is that we are moving some
applications to services and I am trying to get a handle on how we may debug
problems once deployed. Does anyone have any ideas as to why JIT is not
working on the second system?
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/vs-net-debugging/200605/1
.
Relevant Pages
- Re: CS0007: Unexpected common language runtime initialization erro
... well trust me now all you want to do is rebuilt. ... and yes its a pain installing all softwares maybe you could write an answer ... > go into debug mode, I get the project not configured for debug. ... (microsoft.public.dotnet.framework.aspnet) - Windows 2003 SP1 breaks ASP.NET Debugging!!
... After installing Windows 2003 SP1 on a newly rebuilt machine, ... longer debug ASP.NET projects. ... , the web site is ... (microsoft.public.vsnet.debugging) - Re: Considering Vista Beta 2 (public version)
... "Do only idiots install beta software for any ... Beta software is meant for testing purposes only. ... ever consider installing it for any other purpose. ... (microsoft.public.windowsxp.general) - Re: Works fine on my system but cant install elsewhere
... I tried installing it on a different computer and got the same results. ... Now this is a bitch to try to debug since I have no way of knowing where the error is - the machines it won't work on have neither VB nor the source files. ... You could add line numbers to your entire program, but it'd be better if you can pinpoint it down to certain procedures and only add line numbers to them. ... perhaps you're testing values < 32767 and assigning that to an Integer data type whereas "practical" values would be greater than an Integer's range. ... (microsoft.public.vb.general.discussion) - Re: change d3dx9 dll version
... You'll get better tools to debug with, ... That's the DirectX installation API. ... Installing the latest SDK on both ... D3DX only became a DLL in early 2005 IIRC. ... (microsoft.public.win32.programmer.directx.graphics) |
|