Web Site with embeded ActiveX wont load on client
Please support our ASP.NET advertiser: DiscountASP.NET – 3 Months Free on ASP.NET 3.5/2.0 Web Hosting
![]() |
•
•
Posts: 2
Reputation:
Solved Threads: 0
I'm new to .NET , Ill appreciate any help .
I have created a user control in a class library and embeded it in an ASP web site.
(for now the control does nothing , just dispalys a button ..)
I have given it a strong name , and addede it to the assembly folder .
I have used RegASm to register the dll and found its CLSID in the registry.
I have created a web site , location : file system and added the following :
Once I try to load the web site on another computer , I receive a message requiring to confirm activeX download . I accept , and then nothing but a small blank square in the upper left side.
I did see my Activex in the client registry, and under Windows \ download Program Files
Am i missing somethig? ANY help will be highly appreciated
I have created a user control in a class library and embeded it in an ASP web site.
(for now the control does nothing , just dispalys a button ..)
I have given it a strong name , and addede it to the assembly folder .
I have used RegASm to register the dll and found its CLSID in the registry.
I have created a web site , location : file system and added the following :
<OBJECT ID="TESTAx"
CLASSID="CLSID:DB6A48B1-75FF-3CE8-8949-F2D18BC66DC8"
CODEBASE="TESTAx.dll#version=1,0,0,4">
</OBJECT>Once I try to load the web site on another computer , I receive a message requiring to confirm activeX download . I accept , and then nothing but a small blank square in the upper left side.
I did see my Activex in the client registry, and under Windows \ download Program Files
Am i missing somethig? ANY help will be highly appreciated
Last edited by peter_budo : Nov 14th, 2008 at 7:08 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: Using Enterprise Library in asp.net(C#) web application
- Next Thread: Implementation of X.509 Certificate for asp.net webservice
•
•
•
•
Views: 373 | Replies: 0 | Currently Viewing: 1 (0 members and 1 guests)





Linear Mode