473,396 Members | 2,003 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,396 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 2251
..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...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.