HighTechTalks DotNet Forums  

Visual Studio.Net 2003 Add-In "Cannot find assembly..." error...

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss Visual Studio.Net 2003 Add-In "Cannot find assembly..." error... in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Ryan Cromwell
 
Posts: n/a

Default Visual Studio.Net 2003 Add-In "Cannot find assembly..." error... - 12-17-2004 , 08:49 AM






I've created an Add-In for the CruiseControl.Net project using the remoting
services exposed by the server. I've grabbed an actual copy of the shared
remoting library running on the server, so I'm positive the client and server
have the same shared types. Regardless, upon invoking a remote method
(Connect does work) i receive the following exception: Cannot find the
assembly ThoughtWorks.CruiseControl.Remote, Version=1.0.1612.11868,
Culture=neutral, PublicKeyToken=null..

Below is the debug output where you'll notice it has actually loaded that
same assembly! What's going on here?

'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.drawing\1.0.5000.0__ b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'DefaultDomain': Loaded
'c:\projects\ccnet\project\ccnetaddin\bin\debug\th oughtworks.cruisecontrol.remote.dll', Symbols loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.runtime.remoting\1.0 .5000.0__b77a5c561934e089\system.runtime.remoting. dll', No symbols loaded.
'DefaultDomain': Loaded
'c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a 5c561934e089\system.xml.dll', No symbols loaded.
Cannot find the assembly ThoughtWorks.CruiseControl.Remote,
Version=1.0.1612.11868, Culture=neutral, PublicKeyToken=null.



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.