I’m experiencing an unhandled remoting exception at the end of a nant script that consists mainly of a devenv solution <exec>.  It occurs right at the end of the script, after displaying the elapsed time.  It seems to happen when the duration of the devenv <exec> is long (like 15 minutes).

 

Has anyone else experienced this or know how to correct it?  I’m running NAnt 0.85 (Build 0.85.1708.0; net-1.0.win32; nightly; 9/4/2004).

 

The stack trace displayed is below.

 

Unhandled Exception: System.Runtime.Remoting.RemotingException: Object </6dc6b0b2_9737_4b55_b1ae_24786d875b75/hgVbeIey0jb5a9P_YsFB6nHB_2.rem> has been disconnected or does not exist at the server.

 

Server stack trace:

   at System.Runtime.Remoting.Channels.ChannelServices.CheckDisconnectedOrCreateWellKnownObject(IMessage msg)

   at System.Runtime.Remoting.Channels.ChannelServices.SyncDispatchMessage(IMessage msg)

 

Exception rethrown at [0]:

   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)

   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)

   at NAnt.Console.HelperArguments.get_ExitCode() in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp125A.tmp\src\NAnt.Console\ConsoleStub.cs:line 276

   at NAnt.Console.ConsoleStub.Main(String[] args) in C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp125A.tmp\src\NAnt.Console\ConsoleStub.cs:line 150

 

Thanks,

 

Frank Bielsik

Universal Electronics Inc.

http://www.uei.com

 

 

Reply via email to