473,289 Members | 1,963 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,289 software developers and data experts.

DLL.NET wont register, Any Work rounds

MC
Hi

I have decided cause I am fed up of re-creating code that does the same
thing over and over again for various websites, I thought i'd try to write a
DLL and have done so in Visual Studio 2005 and tested it very well in VB.NET
exe debug test program and everything worked.

However, I want to register the DLL to use in my ASP and have done so using
trying, regsvr32.

I get the following error: "DllRegisterServer entry point was not found".

I cant find any reference to this on microsoft and i cannnot figure out a
resolution.

Any ideas
Regards
Sep 19 '05 #1
4 2248
..NET uses new principles and in partiuclar doesn't need registration. The
simplest option is to drop the DLL in your /bin directory...

See the doc for details (as you have other options available for example
depending wether you want all istes using the exact same DLL or be able to
update a site while keeping the others with the older DLLs)...

--
Patrice

"MC" <ne*******@mccoms.com> a écrit dans le message de
news:er**************@TK2MSFTNGP12.phx.gbl...
Hi

I have decided cause I am fed up of re-creating code that does the same
thing over and over again for various websites, I thought i'd try to write a DLL and have done so in Visual Studio 2005 and tested it very well in VB.NET exe debug test program and everything worked.

However, I want to register the DLL to use in my ASP and have done so using trying, regsvr32.

I get the following error: "DllRegisterServer entry point was not found".

I cant find any reference to this on microsoft and i cannnot figure out a
resolution.

Any ideas
Regards

Sep 19 '05 #2
MC
I have figured out that there is new principles because no more registry
with .NET etc.

The DLL I have created will be used by all sites I have made, so how from an
ASP page and not ASPX page can i call the dll. The Server.CreateObject then
is no longer applicable I take it.

I am new to programming in such depth so any pointers or articles anyone
knows of would be useful

Thanks in advance

"Patrice" <no****@nowhere.com> wrote in message
news:ew**************@TK2MSFTNGP14.phx.gbl...
.NET uses new principles and in partiuclar doesn't need registration. The
simplest option is to drop the DLL in your /bin directory...

See the doc for details (as you have other options available for example
depending wether you want all istes using the exact same DLL or be able to
update a site while keeping the others with the older DLLs)...

--
Patrice

"MC" <ne*******@mccoms.com> a écrit dans le message de
news:er**************@TK2MSFTNGP12.phx.gbl...
Hi

I have decided cause I am fed up of re-creating code that does the same
thing over and over again for various websites, I thought i'd try to
write

a
DLL and have done so in Visual Studio 2005 and tested it very well in

VB.NET
exe debug test program and everything worked.

However, I want to register the DLL to use in my ASP and have done so

using
trying, regsvr32.

I get the following error: "DllRegisterServer entry point was not found".

I cant find any reference to this on microsoft and i cannnot figure out a
resolution.

Any ideas
Regards


Sep 19 '05 #3
See http://www.15seconds.com/issue/040721.htm.

HTH
Dan

"MC" wrote:
I have figured out that there is new principles because no more registry
with .NET etc.

The DLL I have created will be used by all sites I have made, so how from an
ASP page and not ASPX page can i call the dll. The Server.CreateObject then
is no longer applicable I take it.

I am new to programming in such depth so any pointers or articles anyone
knows of would be useful

Thanks in advance

"Patrice" <no****@nowhere.com> wrote in message
news:ew**************@TK2MSFTNGP14.phx.gbl...
.NET uses new principles and in partiuclar doesn't need registration. The
simplest option is to drop the DLL in your /bin directory...

See the doc for details (as you have other options available for example
depending wether you want all istes using the exact same DLL or be able to
update a site while keeping the others with the older DLLs)...

--
Patrice

"MC" <ne*******@mccoms.com> a écrit dans le message de
news:er**************@TK2MSFTNGP12.phx.gbl...
Hi

I have decided cause I am fed up of re-creating code that does the same
thing over and over again for various websites, I thought i'd try to
write

a
DLL and have done so in Visual Studio 2005 and tested it very well in

VB.NET
exe debug test program and everything worked.

However, I want to register the DLL to use in my ASP and have done so

using
trying, regsvr32.

I get the following error: "DllRegisterServer entry point was not found".

I cant find any reference to this on microsoft and i cannnot figure out a
resolution.

Any ideas
Regards



Sep 20 '05 #4
Sorry I assumed a shortcut when saying "ASP". You'll have to use the
"regasm" tool that allows to register an assembly for use from the COM world
(it creates a "wrapper")...
You'll then be able to use CreateObject from your ASP (non .NET)
application.
--
Patrice

"MC" <ne*******@mccoms.com> a écrit dans le message de
news:%2****************@TK2MSFTNGP14.phx.gbl...
I have figured out that there is new principles because no more registry
with .NET etc.

The DLL I have created will be used by all sites I have made, so how from an ASP page and not ASPX page can i call the dll. The Server.CreateObject then is no longer applicable I take it.

I am new to programming in such depth so any pointers or articles anyone
knows of would be useful

Thanks in advance

"Patrice" <no****@nowhere.com> wrote in message
news:ew**************@TK2MSFTNGP14.phx.gbl...
.NET uses new principles and in partiuclar doesn't need registration. The simplest option is to drop the DLL in your /bin directory...

See the doc for details (as you have other options available for example
depending wether you want all istes using the exact same DLL or be able to update a site while keeping the others with the older DLLs)...

--
Patrice

"MC" <ne*******@mccoms.com> a écrit dans le message de
news:er**************@TK2MSFTNGP12.phx.gbl...
Hi

I have decided cause I am fed up of re-creating code that does the same
thing over and over again for various websites, I thought i'd try to
write

a
DLL and have done so in Visual Studio 2005 and tested it very well in

VB.NET
exe debug test program and everything worked.

However, I want to register the DLL to use in my ASP and have done so

using
trying, regsvr32.

I get the following error: "DllRegisterServer entry point was not found".
I cant find any reference to this on microsoft and i cannnot figure out a resolution.

Any ideas
Regards



Sep 20 '05 #5

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

Similar topics

10
by: ajay | last post by:
some say floats can't be stored in register. size of int and float are same ( on some machine am i Wrong?) so if int can be delcared as register than why not float(where in and float are of same...
4
by: MC | last post by:
Hi I have decided cause I am fed up of re-creating code that does the same thing over and over again for various websites, I thought i'd try to write a DLL and have done so in Visual Studio 2005...
2
by: catronro | last post by:
I want to read an xml file and build a string based on that file. But when i try to implement it i get an Object Required error. Any help would be greatly appreciated. try { var xmlDoc = new...
5
by: Arthur Dent | last post by:
Hello all.... i am having a very frustrating problem, because it has KILLED my website, and i cant seem to get it working again. I have an ASP.NET 2.0 site, which worked without any problems a...
33
by: Snis Pilbor | last post by:
With the "as if" rule in play, doesn't that effectively render the "register" keyword completely useless? Example: I make a silly compiler which creates code that goes out of its way to take a...
10
by: patrick j | last post by:
Hi I'm wondering why my horizontal navigation lists don't align at the left in Opera as they do in IE6, IE7, Safari, Firefox and iCab? A URL with both of the horizontal lists is here: ...
28
by: sowmiyakc18 | last post by:
Please clear my doubt. When do we declare a variable to be a register variable? What is its significance? What are the conditions to be adhered to when register variables are passed between...
3
by: dixonjm | last post by:
Hi, In my page load event i have:- RegisterClientScripts(); if (!Page.IsClientScriptBlockRegistered("BannerScript")) if (!IsPostBack) { ...
3
by: gm04030276 | last post by:
Hey. I was trying to write a page yesterday where an admin can register a user. I wrote some javascript so that when the forename or surnames are off focus, a script is run to take the forename and...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...

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.