Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.7k views
in .NET FTP by (320 points)
I'm running across a strange issue that's resulting from CSC.exe created the XMLSerializer library for eftFTPNetPro.dll on a very heavily taxed machine. Once I start to upload files, CSC spawns and runs this command:

/t:library /utf8output /R:"C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\DigitalDistributionTransfer\GUI\edtFTPnetPRO.dll" /out:"C:\Users\DDUser\AppData\Local\Temp\yj-be0j7.dll" /debug- /optimize+ /nostdlib /D:_DYNAMIC_XMLSERIALIZER_COMPILATION "C:\Users\DDUser\AppData\Local\Temp\yj-be0j7.0.cs"

If the machine is too taxed, it came time out and cause the application to fail. Obviusly, the easiest answer is to have a less taxed box but I was wondering if there's a way to generated the XmlSerializers dll ahead of time. I've tried using SGEN, but get an error.

Anyone else run into this?

2 Answers

0 votes
by (320 points)
Here's the actual error that is occuring:

System.Runtime.InteropServices.ExternalException: Timed out waiting for a program to execute. The command being executed was "C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe" /noconfig /fullpaths @"C:\Users\DDUser\AppData\Local\Temp\smun5r8p.cmdline".
at EnterpriseDT.Net.Ftp.FTPTask.Oviue6VZR()
at EnterpriseDT.Net.Ftp.ExFTPConnection.UploadMultiple(String localDirectory, String remoteDirectory, String wildcard, Boolean includeSubDirs)
at EnterpriseDT.Net.Ftp.ExFTPConnection.UploadDirectory(String localDirectory, String remoteDirectory)
0 votes
by (51.6k points)
This error has been solved. The solution will be included in the next release.

- Hans (EnterpriseDT)

Categories

...