http://support.microsoft.com/kb/322886
~bob
http://support.microsoft.com/kb/322886
~bob
Hmmm... that's odd. Not sure why a C# source file would be referenced at runtime. Does the name of that file look familiar to you (ie. any relationship to the assembly that's generated?)
But it looks like a permissions issue - .NET compiler trying to generate some code on the fly and probably not having rights to write to the temp folder. Try bumping the permissions in that path (if possible). I'm not sure why this should be happening for any of the generated assemblies though.
+++ Rick ---
The code is:
LOCAL loProxy as lssTrackServiceProxy loProxy = createobject("lssTrackServiceProxy")
They are receiving this error:
Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\WINDOWS\TEMP\d-ehtsrt.0.cs' could not be found
error CS2008: No inputs specified
(Error 1098) Method: init, Code: (Line 0)
Any help would be appreciated. Thanks.
Aaron