Remoting + Web Deployment
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I have an application that is using remoting for the business objects and
web deployment to get the application to the client.
When I try to pass back an object I get the following
System.Runtime.Serialization.SerializationException: Parse Error, no
assembly associated with Xml key
a1:
http://schemas.microsoft.com/clr/nsassem/Autobase.Security/LibSecurity%2C%20Version%3D1.0.2105.26872%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull
LoginResult
If I run the application locally with all the DLLs etc, remoting works fine.
If I run the object locally with all the OBJECTs etc. the web deployment
works fine. Only when I try to combine the two do I get the error.
Any ideas? I have tried with the web deployment coming from one server and
the remote objects from a different server, and with both being the same
server, I get the same error either way.
The version information in the error is correct the DLL in question is
correct on the server and in the cache.
Any hints would be great.
Jeff
.
Relevant Pages
- RE: Need advise on concept ???
... Machine information are based on alarms (imagin your ca with a red ... remoting, messaging etc - I think your time might be better spent by ... each could be hosted in a server cluster (fronted by a load ... id on the appropriate IServerPlugIn assembly/class and then execute the ... (microsoft.public.dotnet.distributed_apps) - Re: Events in .Net Remoting
... I am writing with respect to the Events in .Net Remoting that I had ... another channel for the callbacks..both on client side. ... Then I force a method on the server end (through a GUI control on the ... >> the regular client side requests still work fine. ... (microsoft.public.dotnet.framework.remoting) - RE: Need advise on concept ???
... each could be hosted in a server cluster (fronted by a load ... provided methods for remoting. ... At the server, a message dispatcher service would receive the remoting call, ... id on the appropriate IServerPlugIn assembly/class and then execute the ... (microsoft.public.dotnet.distributed_apps) - Re: Delegate Failure after Migration to .NET 2.0 - Vista
... remoting to work in .NET 2.0 for you? ... ActivatedClientTypeEntry entry = new ... I make the single below call in order to register my server type. ... the client. ... (microsoft.public.dotnet.languages.csharp) - Re: simple communication btw 2 apps - use events?
... > The research on how to accomplish this brought me to .NET Remoting, ... Actually, client is the app, which makes a request, and server is this, ... (microsoft.public.dotnet.framework.remoting) |
|