Activity overview
Latest activity by paulsmith
Hi,
Yeah that seems to have got it working. [image]
Never even thought about that, always looking for the most complicated answer.
Just need to buy our license now.
Thanks again
Paul / comments
Hi,
Yeah that seems to have got it working.
Never even thought about that, always looking for the most complicated answer.
Just need to buy our license now.
Thanks again
Paul
I have posted a screenshot here if it's useful.... [image] / comments
I have posted a screenshot here if it's useful....
Hi,
Yes that is correct, I can see the CPU graph ticking away as the service works however I don't see any threads.
I can send a screenshot if that would be useful.
Thanks
Paul / comments
Hi,
Yes that is correct, I can see the CPU graph ticking away as the service works however I don't see any threads.
I can send a screenshot if that would be useful.
Thanks
Paul
I don't know whether this helps but here is some platform information...
.NET 2.0 Windows Service
Vista Business 64bit.
Thanks again
Paul / comments
I don't know whether this helps but here is some platform information...
.NET 2.0 Windows Service
Vista Business 64bit.
Thanks again
Paul
Hi,
Yes that checkbox is checked. In that dropdown you refer to, there is a list of threads. However selecting any of them doesn't reveal anything. Most result in (Thread Blocked) in the main window or simply an empty window. However I know the service is working as it's doing what it should.
Paul / comments
Hi,
Yes that checkbox is checked. In that dropdown you refer to, there is a list of threads. However selecting any of them doesn't reveal anything. Most result in (Thread Blocked) in the main windo...
Profile Windows Service
I have a profiler attached to a Windows service however it's only seems to profile the main service thread and not threads it spawns. As a result we can't profile any code we've written.
Is there a...
Hi
I'm having the same problem with Vista 64bit and IIS7 however the application log is less than helpful....
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="HostableWebCore" />
<EventID Qualifiers="49152">2299</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-23T14:45:13.000Z" />
<EventRecordID>4083</EventRecordID>
<Channel>Application</Channel>
<Computer>CC-101.communicatorcorp.com</Computer>
<Security />
</System>
- <EventData>
<Data>An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.</Data>
<Binary>05400080</Binary>
</EventData>
</Event>
It simply points me back to itself!
Is there a way to get this working?
Thanks / comments
Hi
I'm having the same problem with Vista 64bit and IIS7 however the application log is less than helpful....
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<...