473,383 Members | 1,735 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

.NET DLL HELL

MC
Hi all

I have created a .NET DLL in VB.NET. My first and very proud.

Now i understand the new principles of CLR and .NET Framework.

I want to be able to call this DLL from my existing ASP pages not ASPX. They
are spread over many websites so I need to have this DLL is one common
place.

Now obviously, I can't register the DLL using regsvr32, so the principle of
Server.CreateObject is out I think.

Does anyone know of how I can use this DLL in my webpages without converting
them all to ASPX.

Regards and thanks in advance, and I apologise now for reposting in various
places before anyone tells me off
Sep 20 '05 #1
3 1307
assume TestServer.dll is the .NET assembly
tlbexp TestServer.dll
and then
gacutil /i TestServer.dll
Good luck

"MC" <ne*******@mccoms.com> wrote in message
news:uH**************@TK2MSFTNGP15.phx.gbl...
Hi all

I have created a .NET DLL in VB.NET. My first and very proud.

Now i understand the new principles of CLR and .NET Framework.

I want to be able to call this DLL from my existing ASP pages not ASPX. They are spread over many websites so I need to have this DLL is one common
place.

Now obviously, I can't register the DLL using regsvr32, so the principle of Server.CreateObject is out I think.

Does anyone know of how I can use this DLL in my webpages without converting them all to ASPX.

Regards and thanks in advance, and I apologise now for reposting in various places before anyone tells me off

Sep 20 '05 #2
"MC" <ne*******@mccoms.com> wrote in message
news:uH**************@TK2MSFTNGP15.phx.gbl...
Hi all

I have created a .NET DLL in VB.NET. My first and very proud.

Now i understand the new principles of CLR and .NET Framework.

I want to be able to call this DLL from my existing ASP pages not ASPX.
They are spread over many websites so I need to have this DLL is one
common place.

Now obviously, I can't register the DLL using regsvr32, so the principle
of Server.CreateObject is out I think.

Does anyone know of how I can use this DLL in my webpages without
converting them all to ASPX.

Regards and thanks in advance, and I apologise now for reposting in
various places before anyone tells me off

Actually, you can use CreateObject just fine, once you create a type library
and load the assembly into the GAC. See:
http://support.microsoft.com/default...b;en-us;817248
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
Sep 21 '05 #3
"MC" <ne*******@mccoms.com> wrote in message
news:uH**************@TK2MSFTNGP15.phx.gbl...
Hi all

I have created a .NET DLL in VB.NET. My first and very proud.

Now i understand the new principles of CLR and .NET Framework.

I want to be able to call this DLL from my existing ASP pages not ASPX.
They are spread over many websites so I need to have this DLL is one
common place.

Now obviously, I can't register the DLL using regsvr32, so the principle
of Server.CreateObject is out I think.

Does anyone know of how I can use this DLL in my webpages without
converting them all to ASPX.

Regards and thanks in advance, and I apologise now for reposting in
various places before anyone tells me off
This article is slightly more appropriate for calling the .Net assembly from
VBScript (ASP).

http://www.csharpfriends.com/Article...?articleID=113
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--

Sep 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: kayodeok | last post by:
We're Mad As Hell And We're Not Going To Take It Anymore http://hownow.brownpau.com/index.html The web is a mess. We're tired of this deluge of <font> tags, nested tables, spacer GIFs, and...
3
by: .DLL hell II - The Evil Empire Strikes Back | last post by:
I can't figure out how this side-by-side assembly stuff it supposed to work. I have a stack of four assemblies A has no references B references A & C C References A & B D References A, B and C...
22
by: Jim Hubbard | last post by:
I am reposting a portion of a thread that I am involved in under a new topic because it seems that there are still people that believe the whole "DLL Hell" myth. I hope I can shed some light on...
2
by: Nad | last post by:
Hello, dll hell has been eliminated in .NET using assembly versioning. I am new in .NET and would like to know if there is any dll-hell-equivalent in .NET Windows or Web development...
21
by: Nx | last post by:
Hi I am unpacking a list into variables, for some reason they need to be unpacked into variable names like a0,a1,a2....upto aN whatever is in the list. How to create the variables dynamically...
1
by: GreatB | last post by:
Bill Gates died in a car accident. He found himself in Purgatory being sized up by God . .. "Well, Bill, I'm really confused on this call. I'm not sure whether to send you to Heaven or Hell....
18
by: Dave Sauny | last post by:
Ok, its a friday, I'm at work and I cant get this to work: I have 3 listboxes on one tab control page. when i select an item in listbox1 i want whatever is selected on the other 2 listboxes...
3
by: fyleow | last post by:
I just spent hours trying to figure out why even after I set my SQL table attributes to UTF-8 only garbage kept adding into the database. Apparently you need to execute "SET NAMES 'utf8'" before...
2
by: Scott M. | last post by:
I need a little help please... I'm simply trying to set up a very basic event for a class and then create an event handler for that class in a Console application. I think I'm very close, but...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.