.Net Srevices

K

Kiran Kumar

Hi All,

I have created a .Net service that runs fine on my machine. My
machine is having Windows 2000 professional and

Visual studio .Net. When I try to run the same service on the
staging server it is not working properly sometimes it

work and sometimes it won't. Staging server is having dual processor
Windows 2000 server with Visual studio .net. I

tried to run service in debug mode on the staging server for some
reason I have to press F11 twice to continue and it is

not waiting till the calling function returns its value. I am using
stack and hash table in the service.

Can you let me know how to fix the above problem. Do I have to set
any setting in project installer.



Thanks,
Kiran
 
F

fzjr4n

Check if the user that you are using to logon with for the service has the
correct credentials/rights...
 
M

Martin

Multi-threading problems in your code that occur very
infrequently on single processor machines will usually
occur often on milti-processor machines. This may be
something worth checking out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top