Reflection in ASP.net

S

Satheesh

Hi All,

I am trying to upload a dll to my web site and then use reflection to call
one of the methods from it.

It gives a error like

failed to register Assembly.


any idea why it is.

same code works fine with console applicaion.
thanks
Satheesh.
 
B

Bruce Johnson

Is the DLL that you're trying to reflect on a COM+
component? It sounds like the component is trying to be
automatically registered by ASP.NET, a process which
generally doesn't have the authority to register COM+
components.

Bruce Johnson
http://www.ObjectSharp.com/Bruce
 
S

Satheesh Kumar

Yes that's true , i am trying to access a COM+ Component from reflection
and then use some of it's properties.
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top