I need to do the remote debug of my application on a remote machine. This is the first time that I do this, so I could mistake... I opened the window "Attach to process" from Tools, then I connected to the remote machine. I've selected the process and the type of code to debug
First of all I am relatively new to .NET, so bear with me. I am facing a strange problem related to .Net JIT. Here's the problem: I have written a .NET method(method-1) that calls into a COM+ component. When I call the method-1 independently, it works as