CodeDom and windows services

G

Guest

I am finishing up work on a windows service that uses CodeDom to dynamically
compile code.

The problem I am running into is that the the compile fails with a
NativeCompilerReturnValue of 2000.

I assume this is probably a security issue, but I don't know where to start
looking for a resolution. Running the code as a WinForms app is not an
option.

Any suggestions would be greatly appreciated. Thanks!

Paul K
 
D

Don Sutton

Paul:

I am troubleshoot a NativeCompilerReturnValue = 2000 problem too, but it is
someone else's code so I don't even know how to check the compiler output
before asking dumb questions. Can you help me? I am up against a deadline
and am online right now.

Thanks,

Don
 

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