COM addin loading failed in MSP2003 but working in MSP 2007

A

Anubhav Mishra

Dear All,

WE havea COM addin for MSP build in VS 6 earlier. We have migrated the
project to VS 2005 and build it again. Now this works well in MSP 2007
but in MSP 2003, I get the below error when loading it using tools
menu in MSP 2003.
Location - mscoree.dll
Load Behavior - Not loaded. A runtime error occured during the loading
of the COM Add-in.

Any help is highly appreicated.
Regards,
Anu
 
J

Jack Dahlgren MVP

Sounds like a bad reference. Are you referencing Project 2003?

-Jack Dahlgren
 
A

Anubhav Mishra

Sounds like a bad reference. Are you referencing Project 2003?

-Jack Dahlgren

thanks to both ...still i am not able to get anything out of it..how
to check the referencing exactly? also, i found out one more
interesting thing..i just installed VS 2005 on MSP 2003 system to
debug and it started working.so something to do with VS installation?
framework? i am lost!
regards,
anubhav
 
S

Stephen Sanderlin

You can check the References in VS using the References branch of the
tree in the Solution Explorer.



However, if the problem went away when you installed VS05. was the .NET
Framework installed on the machine before you installed VS05? If not,
this error could have been due to that.

--

Stephen Sanderlin

Principal Consultant

MSProjectExperts



For Project Server Consulting: http://www.msprojectexperts.com

For Project Server Training: http://www.projectservertraining.com



Read my blog at: http://www.projectserverhelp.com/

Join the community at: http://forums.epmfaq.com
 
A

Anubhav Mishra

You can check the References in VS using the References branch of the
tree in the Solution Explorer.

However, if the problem went away when you installed VS05. was the .NET
Framework installed on the machine before you installed VS05? If not,
this error could have been due to that.

--

Stephen Sanderlin

Principal Consultant

MSProjectExperts

For Project Server Consulting:http://www.msprojectexperts.com

For Project Server Training:http://www.projectservertraining.com

Read my blog at:http://www.projectserverhelp.com/

Join the community at:http://forums.epmfaq.com

great thanks again

yes >net framework was installed (2.0 version) .. what i found out now
is that this problem is due to "extnesibility.dlll:.. even .net
framework is installed this file was missing..when we put this file in
our application folder, it works..any idea why .net is not installing
this file?
i will also check the same to find out something.
cheers and regards,
anubhav
 
S

Stephen Sanderlin

How are you deploying your application? Extensibility.dll is not
normally deployed. If you are using a Setup project, include it in the
setup project and register it into the GAC. If you are using XCOPY
deployment, just include it in your application folder.



Let me know how it turns out!

--

Stephen Sanderlin

Principal Consultant

MSProjectExperts



For Project Server Consulting: http://www.msprojectexperts.com

For Project Server Training: http://www.projectservertraining.com



Read my blog at: http://www.projectserverhelp.com/

Join the community at: http://forums.epmfaq.com
 
A

Anubhav Mishra

How are you deploying your application? Extensibility.dll is not
normally deployed. If you are using a Setup project, include it in the
setup project and register it into the GAC. If you are using XCOPY
deployment, just include it in your application folder.

Let me know how it turns out!

--

Stephen Sanderlin

Principal Consultant

MSProjectExperts

For Project Server Consulting:http://www.msprojectexperts.com

For Project Server Training:http://www.projectservertraining.com

Read my blog at:http://www.projectserverhelp.com/

Join the community at:http://forums.epmfaq.com

thanks (its long time since i checked ur reply)..i am using setup
project..so its working fine now after adding the dependency..
though i found one more issue which i will put in another post..
rgds
anubhav
 

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