Re: ASP .NET dll question



Thanks for the response.

I did restart both. No success. I notice that when I drop my test
application I built with the dll on the remote server, it cannot find the
dll's contents either.

I've also followed MS suggestions about creating a COM from here:
http://msdn2.microsoft.com/en-us/library/x66s8zcd(VS.80).aspx without
improved results. The dll is written in VB.Net if that makes any difference.

Again, any further insight is appreciated.


"Cowboy (Gregory A. Beamer)" wrote:

Did you restart IIS. With traditional COM, you have to restart the process,
as an earlier attempted call will lock things up. In some instances, you
even have to restart the entire service.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
"T McDonald" <TMcDonald@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6801C5E2-8E92-40B2-9F13-5A56A128A31F@xxxxxxxxxxxxxxxx
I might be in the wrong forum for this question, as it deals with ASP and
.NET dll as opposed with strickly ASP.NET.

I've been having some issues getting a dll created with .NET 2.0 to
register
on a remote machine and using the class with an ASP script. I am able to
register the dll on my local machine and access it with a standard ASP
file
without too many issues.

Could somoene guide me through steps that would register a dll on a
machine
where it was not built.

On my own machine I need to create a key
sn -k mykey.key
build dll
install in GAC - gacutil /i mydll.dll
then install in registry regasm /tlb mydll.dll

I try steps two and three on the remote computer. I get a response that
the
assembly is registered, but the response from the web attempt fails to
find
the object.

Any help is greatly appreciated.



.



Relevant Pages

  • Re: cannot create design master
    ... Do you mean you're running a remote ... > replication -- to remove the need of opening the whole file across ... the design master or in fact is a design master you wish to make a replica. ... Now this is fine until you find that the DLL versions on the users computer ...
    (microsoft.public.access.replication)
  • unable to register a dll - "access is denied"
    ... I'm trying to register an ActiveX dll on a remote Windows Server 2003 ... Enterprise 32 Bit system using Remote Desktop. ... am able to make manual changes to the registry using regedit.exe, ...
    (microsoft.public.windows.server.general)
  • Unable to register a dll - "Access is denied"
    ... I'm trying to register an ActiveX dll on a remote Windows Server 2003 ... Enterprise 32 Bit system using Remote Desktop. ... am able to make manual changes to the registry using regedit.exe, ...
    (microsoft.public.windows.server.security)
  • Re: How to register a contorl (dll) in VS 2005?
    ... I have a shell extension application built in VS 6. ... After porting, how can I register the dll from IDE? ... Also, when I start the debuggin from VS 2005, the dll is locked by VS ...
    (microsoft.public.vstudio.general)
  • Re: Efficient site maintenance with VS.NET
    ... every web user control should be a dll for instance? ... >> What is bugging me is that when I have to change one line of code ... >> everything it to the remote server. ...
    (microsoft.public.dotnet.framework.aspnet)