Ask a Question related to ASP Components, Design and Development.
-
T McDonald #1
Accessing .NET dll from ASP
I hope this is the right forum to ask this question.
I'm having a problem with accessing a dll I have created with vb.NET 2.0
with ASP. (no problems with ASP.NET)
I access the object as follows:
dlltest = Server.CreateObject ("mydll.Class1") ' where mydll is the dll
name, and Class1 is the class I am accessing.
When I test the page, I don't get any errors, nor do I get the content
expected from the dll.
My assumption is that my dll is ok, as I can test successfuly using a
asp.net application.
Any help would be greatly appreciated.
T McDonald Guest
-
ASP accessing a VB.NET DLL?
Hello, I have a VB.NET DLL and want to access it via ASP. Is this possable? Dose anyone have an example? Thanks, Jack -
accessing db on other pc
I am writing an asp.net webpage. It has some code behind it that uses data from an excel spreadsheet. My problem is that instead of having the excel... -
accessing FH9 Help
When i go to the drop down for help, i get none? nothing happens no help window, the drop down does not appear to work, no access to help. HELP! ... -
Accessing an F key
Hi, Does someone know how can I access an F key using an html link, javascript, form object. I need to open a full screen window (like... -
ASP.NET: Accessing a Tag with C#
Hi, IN ASP.NET PAGE I HAVE DEFINED THE DIV TAG AS FOLLOWS:I want to access the value in the code behind(c#) . <div align="left" autopostback... -
Jon Paal [MSMD] #2
Re: Accessing .NET dll from ASP
Older technology will likely not work with newer technology.
To share code between the two environments this may work for you.
[url]http://tinyurl.com/ytnwus[/url]
"T McDonald" <TMcDonald@discussions.microsoft.com> wrote in message news:45166FB7-1C03-430A-A143-289264BDF36F@microsoft.com...>I hope this is the right forum to ask this question.
>
> I'm having a problem with accessing a dll I have created with vb.NET 2.0
> with ASP. (no problems with ASP.NET)
>
> I access the object as follows:
> dlltest = Server.CreateObject ("mydll.Class1") ' where mydll is the dll
> name, and Class1 is the class I am accessing.
>
> When I test the page, I don't get any errors, nor do I get the content
> expected from the dll.
>
> My assumption is that my dll is ok, as I can test successfuly using a
> asp.net application.
>
> Any help would be greatly appreciated.
Jon Paal [MSMD] Guest



Reply With Quote

