CodeDom and windows services

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top