CodeDom
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
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!
cheers, Akhilesh Yadav