[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

Assembly could not be resolved

Fred

10/8/2008 1:07:00 PM

Hello,

When I use Reflector on some computers, I have this message when trying
to expand some dll references.
«Assembly could not be resolved ...»
Reflector show me a path, I just validate and it's ok.

Do you know where I can search to solve this problem ?

(it's not a problem in reflector but in a .NET com visible class I
developped, even with a simple Hello World class)


--
Fred
foleide@free.fr

3 Answers

Alvin Bruney [ASP.NET MVP]

10/8/2008 10:40:00 PM

0

your com visible class needs to be registered on the machine. Have you
checked to see that this is the case?

--
Regards,
Alvin Bruney

Want a free copy of VS 2008 w/ MSDN premium subscription?
Details at http://msmvps.com/blogs/alvin/De...

Auther Plug
OWC Blackbook now on download at www.lulu.com/owc

"Fred" <foleide@free.fr.invalid> wrote in message
news:uffiHbUKJHA.728@TK2MSFTNGP03.phx.gbl...
> Hello,
>
> When I use Reflector on some computers, I have this message when trying to
> expand some dll references.
> «Assembly could not be resolved ...»
> Reflector show me a path, I just validate and it's ok.
>
> Do you know where I can search to solve this problem ?
>
> (it's not a problem in reflector but in a .NET com visible class I
> developped, even with a simple Hello World class)
>
>
> --
> Fred
> foleide@free.fr

Fred

10/9/2008 5:26:00 AM

0

in news:853B8F25-907C-4958-B058-EDA156B83E16@microsoft.com, Alvin Bruney
[ASP.NET MVP] wrote :

> your com visible class needs to be registered on the machine. Have you
> checked to see that this is the case?

The installer do it for me. I checked the keys in the registry and every
things seems ok. The error message is not «An active X could not be
created» but «the assembly or one of its dependencies could not be
loaded».

What makes me think it is a default in the framework installation is the
strange behavior of Reflector. This behavior appears on the framework's
dll. Wether my com class is installed or not.

It seemes to have «broken» links, or missing paths. I don't know enough
about the details of framework installation.

--
Fred
foleide@free.fr

Fred

10/9/2008 7:46:00 AM

0

in news:853B8F25-907C-4958-B058-EDA156B83E16@microsoft.com, Alvin Bruney
[ASP.NET MVP] wrote :

> your com visible class needs to be registered on the machine. Have you
> checked to see that this is the case?

I finally found that it is probably a problem with Office installation.
It works fine in a simple vbs.
I will try to solve the problem considering this. It's not any more a
framework problem.

--
Fred
foleide@free.fr