Error while installing library

  • Thread starter Richard Blewett [DevelopMentor]
  • Start date
R

Richard Blewett [DevelopMentor]

What error are you getting?
Are you trying to use the component from VB/Excel/script? You don't need to register .NET assemblies to be able to use them normally

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

I'm receiving an error message when trying to reference my dll I've just
built and installed on my development workstation. Where can I find the
proper procedures for developing and then conducting a user test of
installation of the dll on the same machine?
Do I have to unregister the com library first and then install or does the
setup installer take care of that for me?
 
J

J Holsinger

I'm receiving an error message when trying to reference my dll I've just
built and installed on my development workstation. Where can I find the
proper procedures for developing and then conducting a user test of
installation of the dll on the same machine?
Do I have to unregister the com library first and then install or does the
setup installer take care of that for me?
 
J

J Holsinger

I was getting an error Object null reference even though I had a reference
to my dll. When I used '<Assembly: PrimaryInteropAssembly(1, 0)>' in my
assembly info file my problem went away.
 

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