M
Marina
Hi,
I am hoping someone has a clue on this. I have code that uses
CompileAssemblyFromDom to compile a DLL on the fly. Works fine here.
On a client machine however, no DLL is produced, using identical input.
There are no exceptions, no compile time errors coming back. And no file.
The code checks for the file's existance immediately afterwards, and it is
not there. Setting GenerateInMemory to false on the params object and
setting the OutputAssembly correctly.
Tried giving all sorts of permissions on the folder. Though usually this
problem would result in an exception - not fail silently.
Anyone have any ideas on why the method would execute with no errors or
exceptions, but yet not produce a file on this one machine? It's a 2003
server, if that matters. But like I said, works fine on other 2003 server
machines as well as my XP development machine.
I am hoping someone has a clue on this. I have code that uses
CompileAssemblyFromDom to compile a DLL on the fly. Works fine here.
On a client machine however, no DLL is produced, using identical input.
There are no exceptions, no compile time errors coming back. And no file.
The code checks for the file's existance immediately afterwards, and it is
not there. Setting GenerateInMemory to false on the params object and
setting the OutputAssembly correctly.
Tried giving all sorts of permissions on the folder. Though usually this
problem would result in an exception - not fail silently.
Anyone have any ideas on why the method would execute with no errors or
exceptions, but yet not produce a file on this one machine? It's a 2003
server, if that matters. But like I said, works fine on other 2003 server
machines as well as my XP development machine.