473,651 Members | 2,775 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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: "DllRegisterSer ver 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 2276
..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*******@mcco ms.com> a écrit dans le message de
news:er******** ******@TK2MSFTN GP12.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: "DllRegisterSer ver 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.CreateOb ject 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******** ******@TK2MSFTN GP14.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*******@mcco ms.com> a écrit dans le message de
news:er******** ******@TK2MSFTN GP12.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: "DllRegisterSer ver 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.CreateOb ject 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******** ******@TK2MSFTN GP14.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*******@mcco ms.com> a écrit dans le message de
news:er******** ******@TK2MSFTN GP12.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: "DllRegisterSer ver 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*******@mcco ms.com> a écrit dans le message de
news:%2******** ********@TK2MSF TNGP14.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.CreateOb ject 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******** ******@TK2MSFTN GP14.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*******@mcco ms.com> a écrit dans le message de
news:er******** ******@TK2MSFTN GP12.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: "DllRegisterSer ver 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
15652
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 size) ? tx Ajay
4
333
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 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.
2
2086
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 ActiveXObject("Microsoft.XMLDOM"); var html = ""; xmlDoc.load('siteMap.xml'); var xmlObj=xmlDoc.documentElement;
5
1094
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 few days ago. The past few days i have been working on a different project, and have not touched this project. I have checked in Windows Update, and no updates were installed in the past couple days and no work has been done on the server. In my...
33
3261
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 full 10 minutes every time a "register" declared variable is read from or written to. Besides this lag, everything else runs as expected. Then my compiler is still C compliant, aye? If so, then it is unwise for any programmer to ever use the...
10
2327
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: <http://www.patrickjames.me.uk/bicycle/mymoultons.html> The link for "Hello" should align with the link for "My Moultons" and
28
3560
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 functions?
3
7882
by: dixonjm | last post by:
Hi, In my page load event i have:- RegisterClientScripts(); if (!Page.IsClientScriptBlockRegistered("BannerScript")) if (!IsPostBack) { _userLink.Attributes.Add("onclick", string.Format("ShowPopupWindow('UserWindow');")); }
3
1357
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 surname, concatenate them and put them in the username box as a suggestion. The code worked fine until later when I added the form tags around the inputs (forgot to do it earlier). Code below: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"...
0
8277
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8803
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8700
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8465
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7298
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6158
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5612
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
2701
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1588
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.