System.Runtime.Remoting.RemotingException: Requested Service not found

L

Lambuz

Hi all,
I've got this terrible problem.

I'm deploying 2 different .NET application (Framework .NET 1.1) that
both use remoting technology, but one is a HREF no-touch-deploy smart
client and the other one is a .NET control deploy by a tag object.

All assemblies are signed with a Strong Name.

For the kind of deploy (by IE) and the use of remoting technology I
need to configure a Full trust policy because these applications work
fine.

The problem is that for my security policy when I select the Condition
Type Site everything works fine, but when I select the Condition Type
Strong Name I've got some trouble.

With this condition type the sponsor mechanism don't seem to work
properly, infact I obtain the exception
System.Runtime.Remoting.RemotingException: Requested Service not found,
the same exception I obtain if I don't implement a sponsor mechanism at
all.

I made test on these platforms:
- WinXp + IE 6.0
- WinXp sp1 + IE 6.0 sp1
- WinXp sp2 + IE 6.0 sp2
- WinXp sp2 + IE 6.0 sp2 + Framework .NET 1.1 Service Pack 1

Any ideas ?
 
L

Lambuz

No ideas ?

I've made others tests.

I've got the same behavior on Win 2000 platform, with any kind of
Service Pack and IE version.

If I disable the .NET CAS (caspol -s off) everything works fine.

please help me.

best regards
 
G

Guest

Just a suggestion mate. You should post your entry as a question to have it
answered quickly. It makes it harder to search for untagged posts.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top