473,396 Members | 1,893 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.

ActiveX dll

i've developed a user control using C# and turned it into a dll so that i can
use it on the web on an html page. however i need to put that dll in a cab
file so that it registers itself correctly on client's PCs. each time i try
to register it using regsvr32 it comes up with the error, that the file was
loaded but the dllRegisterServer entry point was not found. and on client pcs
the cab file is downloaded but is not registered with error message: class
not registered hr = 80040154.
any suggestions?
Nov 17 '05 #1
3 4587
Ahmed,

You can not export an active x control from .NET (at least, not in a
supported way). If you want to register types in .NET as COM types, you
need to use the regasm tool to create the appropriate registry entries for
the .NET classes. Of course, you also need the .NET runtime installed on
the client machine as well.

What are you trying to do? Are you trying to embed the control on the
page, or are you trying to install the control on the client side (for use
in an application).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"ahmed khairy" <ah*********@discussions.microsoft.com> wrote in message
news:B9**********************************@microsof t.com...
i've developed a user control using C# and turned it into a dll so that i
can
use it on the web on an html page. however i need to put that dll in a cab
file so that it registers itself correctly on client's PCs. each time i
try
to register it using regsvr32 it comes up with the error, that the file
was
loaded but the dllRegisterServer entry point was not found. and on client
pcs
the cab file is downloaded but is not registered with error message: class
not registered hr = 80040154.
any suggestions?

Nov 17 '05 #2
i am trying to install it on the client side
how can i get the clsid after i usa regAsm??
thanks

"Nicholas Paldino [.NET/C# MVP]" wrote:
Ahmed,

You can not export an active x control from .NET (at least, not in a
supported way). If you want to register types in .NET as COM types, you
need to use the regasm tool to create the appropriate registry entries for
the .NET classes. Of course, you also need the .NET runtime installed on
the client machine as well.

What are you trying to do? Are you trying to embed the control on the
page, or are you trying to install the control on the client side (for use
in an application).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"ahmed khairy" <ah*********@discussions.microsoft.com> wrote in message
news:B9**********************************@microsof t.com...
i've developed a user control using C# and turned it into a dll so that i
can
use it on the web on an html page. however i need to put that dll in a cab
file so that it registers itself correctly on client's PCs. each time i
try
to register it using regsvr32 it comes up with the error, that the file
was
loaded but the dllRegisterServer entry point was not found. and on client
pcs
the cab file is downloaded but is not registered with error message: class
not registered hr = 80040154.
any suggestions?


Nov 17 '05 #3
Ahmed,

I just noticed your original post. You won't be able to show the
control in your page through ActiveX. However, you can host the control in
the page, but you can't package it as a cab. In order to do this, check out
the section of gotdotnet.com titled "Using Windows Forms Controls in
Internet Explorer", located at (watch for line wrap):

http://samples.gotdotnet.com/quickst...eSourcing.aspx
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"ahmed khairy" <ah*********@discussions.microsoft.com> wrote in message
news:54**********************************@microsof t.com...
i am trying to install it on the client side
how can i get the clsid after i usa regAsm??
thanks

"Nicholas Paldino [.NET/C# MVP]" wrote:
Ahmed,

You can not export an active x control from .NET (at least, not in a
supported way). If you want to register types in .NET as COM types, you
need to use the regasm tool to create the appropriate registry entries
for
the .NET classes. Of course, you also need the .NET runtime installed on
the client machine as well.

What are you trying to do? Are you trying to embed the control on
the
page, or are you trying to install the control on the client side (for
use
in an application).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"ahmed khairy" <ah*********@discussions.microsoft.com> wrote in message
news:B9**********************************@microsof t.com...
> i've developed a user control using C# and turned it into a dll so that
> i
> can
> use it on the web on an html page. however i need to put that dll in a
> cab
> file so that it registers itself correctly on client's PCs. each time i
> try
> to register it using regsvr32 it comes up with the error, that the file
> was
> loaded but the dllRegisterServer entry point was not found. and on
> client
> pcs
> the cab file is downloaded but is not registered with error message:
> class
> not registered hr = 80040154.
> any suggestions?


Nov 17 '05 #4

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

Similar topics

8
by: AnalogKid | last post by:
Short question: What's the difference between SingleUse and MultiUse ? Long question: I've been writing some sample code to see how different Instancing values and threading models work. I...
1
by: wang xiaoyu | last post by:
Hello: i want use activex in wxpython program,but when i use MakeActiveXClass an exception occurs. this is my source code dealing the DICOM ocx.I must note that in this program "hwtxcontrol" is...
2
by: Fie Fie Niles | last post by:
This one XP machine (with IE 6) is having a problem viewing any ActiveX controls (created on VB6) on the Internet Explorer browser. I put the same ActiveX control in a VB program, and when I run...
6
by: Pippen | last post by:
I'm getting a little confused about what is supported in MS-SQL ActiveX and what is Visual Basic and what is VBScript. Can someone please point me to a website, recommend a book or if I've missed...
12
by: A.M. | last post by:
Hi at all, how can I do to insert into a HTML page a file .txt stored in the same directory of the server where is the html file that must display the text file.txt? Thank you very much P.Pietro
0
by: Ike | last post by:
I have an Activex Control created in VB6, which, displays no problem on any machine I have, but, on some machines of others, it does not. All machines are running either XP or Windows 2000, and all...
18
by: DartmanX | last post by:
Is there a simple way to determine if someone using Internet Explorer has completely disabled ActiveX controls? Jason
7
by: Jarod_24 | last post by:
I just downloaded a activex control that was written in C# and tried to view it on my PDA's Internet Explorer. At my regular PC it displayed just fine, but nothing showed up on the pda. Do...
4
by: Wilfried Mestdagh | last post by:
Hi, I have a C# application (VS2005) with Microsoft Mappoint activeX control on a form. At a certain moment I want to create a second one temporary in code. This seems not to work, when I try to...
6
by: hufaunder | last post by:
I have an ActiveX component that I want to use in a library that I am writing. As a first test I used the ActiveX component in a windows form application. Adding the component created: Ax.dll...
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
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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
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.