|
Home > Archive > IIS ASP > January 2008 > File or assembly name or one of its dependencies, was not found...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
File or assembly name or one of its dependencies, was not found...
|
|
| Rudolf Dvoracek 2008-01-02, 7:31 am |
| Hi,
we have some web solutions still running on old ASP 3.0 Platform. So I
created .NET component in c# with COM interoperability and registered it on
server. But when i try to create a new instance in asp page, server show
following message:
File or assembly name HPTronic.Advertise, or one of its dependencies, was
not found.
Operations with this component goes at my machine without any warning
messages or errors, I can create new instances, access to their properties
and methods, so I mean here should be problem with user-access rights to
some directories on deployment machine. HPTronic.Advertise.dll file is placed
in same directory, where are other dll files, which we use as ActiveX objects
too.
Thank you for any valuable advice,
Rudolf Dvořáček.
| |
| Bob Barrows [MVP] 2008-01-02, 7:31 am |
| Rudolf Dvoracek wrote:
> Hi,
>
> we have some web solutions still running on old ASP 3.0 Platform. So
> I created .NET component in c# with COM interoperability and
> registered it on server. But when i try to create a new instance in
> asp page, server show following message:
>
>
> File or assembly name HPTronic.Advertise, or one of its dependencies,
> was not found.
>
You will probably be better off posting to a .Net group such as
microsoft.public.dotnet.framework.aspnet or the forums at www.asp.net.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
| |
| Bob Barrows [MVP] 2008-01-02, 7:31 am |
| Rudolf Dvoracek wrote:
> Hi,
>
> we have some web solutions still running on old ASP 3.0 Platform. So
> I created .NET component in c# with COM interoperability and
> registered it on server.
You may want to consider creating a web service for this instead of using
the .Net dll directly.
http://www.4guysfromrolla.com/webtech/070302-1.shtml
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
|
|
|
|
|