HighTechTalks DotNet Forums  

Remoting service throws exception SerializationException: Cannot findthe assembly

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


Discuss Remoting service throws exception SerializationException: Cannot findthe assembly in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Amit Bhatnagar
 
Posts: n/a

Default Remoting service throws exception SerializationException: Cannot findthe assembly - 11-20-2007 , 09:53 AM






We have some set of small applications in dotnet 1.1. These
applications covers Web App, Windows service, web services. These all
apps use a common remoting service to read a common config file and
event logging.
The web application intracts a third party application. For that Web
ap[p login ot the thir pary app and call the required APIs of third
part app and then process the request in its own impersonated user
context. Before logging in to 3rd party application(3PA) we windows
current credentials then it logs into the 3AP and does the required
processing, at the end the saved WIN Cred reverted and reassinged to
the current thread.

Now we are trying to port the applications to framework2.0. We have
already done all the changes While testing everything works fine
except----
1. Aplication successfully store the windows cred to a local variable
2. Application easily log into the 3PA
4. It does the necessary processing in 3PA
5. Reassigns back the wind cred to the current thread
6. It comes back and try to read config params through remoting
service and throws exception.


We have already added typeFilterLevel="Full" to the configuration file
but still it is throwing the exception. Can some one help us in
resolving this issue.

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 - 2008, Jelsoft Enterprises Ltd.