GAC Problem

  • Thread starter Thread starter bbembi_de
  • Start date Start date
B

bbembi_de

Hello everyone,

I have a application that uses IIOP.Net to communicate between Java and
..Net.
I use a exe that references to my dll with the remoting interfaces.
That works fine.
Now if I put the dll with the remoting interfaces in the GAC it doesn't
work anymore.
I get a ClassCastException.

Removing the dll from the GAC solves the problem, but I have to put it
in the GAC.

Any ideas?

greetings juergen
 
Back
Top