Activity overview
Latest activity by ngraha
Hi - the protection level is set to medium Pooled.
I'm checking all these things on my machine and on another developers machine, he also has profiler installed but his works. and his settings are all currently coming up as the same as mine. V Frustrating.
nick / comments
Hi - the protection level is set to medium Pooled.
I'm checking all these things on my machine and on another developers machine, he also has profiler installed but his works. and his settings are ...
In the event viewer - i also have the following error.
System.Net.Sockets.SocketException: A socket operation was attempted to an unreachable host
Server stack trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint ipEndPoint)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at RedGate.Profiler.Engine.ProfilingSession.ServiceStatusCallback(Object sender, StatusEventArgs e)
at RedGate.Profiler.Engine.ProfileIISController.OnStatus(StatusEventArgs e)
at RedGate.Profiler.Engine.ProfileIISController._4()
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. / comments
In the event viewer - i also have the following error.
System.Net.Sockets.SocketException: A socket operation was attempted to an unreachable host
Server stack trace:
at System.Net.Sockets.Socket.D...
Yes I get the inetinfo.exe process.
As for isolation level - how can find this out?
Cheers
nick / comments
Yes I get the inetinfo.exe process.
As for isolation level - how can find this out?
Cheers
nick
OK I've installed it and looked at the processes - i cant find the aspnet_wp.exe process while running the profiler.
This is strange - because i attach to this process to step through our business objects.
Its been a while since i have needed to do this, but i have never known this process not to be running before - do you know what might cause this and do you know if this may be the issue?
Cheers
nick / comments
OK I've installed it and looked at the processes - i cant find the aspnet_wp.exe process while running the profiler.
This is strange - because i attach to this process to step through our business ...
Hi Rob
Thanks for your reply.
In answer to your question - I'm running IIS5 and when the profiler starts it stops a number of services and then starts them again. It does not perform an iisreset operation, well at least this is not communicated in the on screen messages.
Also i have read the article you suggested i looked at - however i am currently only interested in profiling .Net 1.1 framework web applications so profiling on the dev server will not be of use to me.
I have checked to make sure all code is in DEBUG mode. That DEBUG is set to true in the web config file.
I'm starting to loose time as a result of this issue - and any help would be much apreciated.
Kind regards
Nick Graham / comments
Hi Rob
Thanks for your reply.
In answer to your question - I'm running IIS5 and when the profiler starts it stops a number of services and then starts them again. It does not perform an iisreset op...
The web application .... has not loaded the .Net framework.
Hi
I have been having a persistant problem since installing Visual Studio 2005 on my machine.
I can no longer profile web applications.
I get the following error when i try to take a snapshot.
The ...
Hi
I have been trying to profile an application which previously worked in the profiler. I was recently given a 64 bit machine - I am not running XP64 i am running the 32bit operatiing system.
DEBUG=true is set in the web config file.
Each solution for each assembly has been built in debug mode.
I have upgraded profiler from 2.6 to 2.7.1.20
I select .Net Framework 1.1 when creating a project and when i try to take a snapshot i get the 'web application ... has not loaded .Net framwork' error.
Can you please suggest what i might be doing wrong here - its driving me insane.
Cheers
Nick / comments
Hi
I have been trying to profile an application which previously worked in the profiler. I was recently given a 64 bit machine - I am not running XP64 i am running the 32bit operatiing system.
DEBU...