palehorse

3,043
Reputation
164 views

Registered User

Name palehorse
Member for 1 year
Seen 2 hours ago
Website
Location US
Age 41
Just a code monkey slogging along the trail to (in)sanity.
Nov
27
accepted getJSON call working on IE 7 but not Firefox 3…
Nov
19
answered How to display abbreviated path names in .NET
Nov
16
revised Adding a mapped drive with WNetAddConnection2 is not accessible
Modifed description
Nov
16
awarded  Tumbleweed
Nov
9
asked Adding a mapped drive with WNetAddConnection2 is not accessible
Oct
14
awarded  Popular Question
Sep
9
revised Custom cursor in WPF?
Removed link that was no longer public
Aug
16
accepted Performance: Compile in VS, Run in Mono on Windows and Linux
Aug
15
answered Performance: Compile in VS, Run in Mono on Windows and Linux
Aug
11
answered Stop ASP.Net from recycling app pool due to “changes to the bin”
Aug
5
awarded  Yearling
Aug
4
answered batch files help
Jul
31
accepted How to debug .NET Windows Service OnStart method?
Jul
31
comment How to debug .NET Windows Service OnStart method?
Yes, I did mean .pdb files, sorry about that. InstallUtil should not be copying files anywhere, rather it simply does the necessary registrations to let Windows know about the service. It's possible that the exceptions are happening before your OnStart code, for example in the constructor or in the service controller class that creates the instance of your service. You could try putting the Debugger.Launch() statements in one of those places.
Jul
30
comment How to debug .NET Windows Service OnStart method?
Is it producing .dbd files? Are they located in the same folder as the .dll's?
Jul
29
comment How to debug .NET Windows Service OnStart method?
Hmm....are the binaries that are running compiled in debug mode? I've never seen that not work before.
Jul
29
comment How to debug .NET Windows Service OnStart method?
Do you have Visual Studio installed on the machine where the service is running?
Jul
28
answered How to debug .NET Windows Service OnStart method?
Jul
28
revised C# .NET - Membership.ValidateUser returns false in web; true in visual studio
Corrected spelling
Jul
28
answered C# .NET - Membership.ValidateUser returns false in web; true in visual studio
Jul
28
awarded  Peer Pressure
Jul
27
revised C# .NET - Membership.ValidateUser returns false in web; true in visual studio
formatted code
Jul
24
answered SQl Query :Joining 4 Tables :One to Many
Jul
20
revised CSS Overflow Side Effect Involving Rad Editor and jQuery .animate
Added firefox tag as it only happened in that browser
Jul
20
accepted CSS Overflow Side Effect Involving Rad Editor and jQuery .animate
Jul
20
answered CSS Overflow Side Effect Involving Rad Editor and jQuery .animate
Jun
25
awarded  Popular Question
Jun
17
awarded  Nice Answer