Error 193: 0cx1 when running .net windows service

G

Guest

Hi,
I ran a windows service from a non-primary partition and got the following
exception:
Error 192: 0cx1.

I understand this error number indicates that the exe is corrupt. I have all
files related to my application, i.e. all dlls on which this windows service
exe depends in the same folder as the exe. All this is on the non-primary
(lets call it application) partition. The primary partition has OS and .net
framework 1.1 while the application partition has all custom applications.

Could somebody please help me know what framework dependencies a .net
windows service requires to execute and how I can set a reference to them

I am working on Windows 2003 Proffesional.
Thanks
Supriya

p.s. if there is a more appropriate newsgroup I should be posting to, could
someone plz direct me to it?
 
N

Naveen

The partition dose not has to do anything with the service not coming
up. Did you look at the event viewer for exception? The .NET framework
would be loaded irrespective of the partition.
 

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