473,396 Members | 1,875 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 control does not appear on client machine

Hi Guys,

Lot of Thanks in Advance... ! :)

dear i have a problem regarding to ActiveX control, I developed a user control using WPF project and embeding it in my ASP .Net page, after deployment when I browse the page on the server machine "http://Localhost/etc", the ActiveX control appears on the page, but when I browse it on the client machine on the intranet or internet it does not appears... ! :(

in the preceding of class declaration i make it COM Visible true as follows:

Expand|Select|Wrap|Line Numbers
  1. namespace WindowsFormsControlLibrary1
  2. {
  3.     [ComVisible(true)]
  4.     public partial class UserControl1 : UserControl
  5.     {
  6.         ///Code of the class 
  7.     }
  8. }
  9.  
I used object tag to embedd the control as follows:

Expand|Select|Wrap|Line Numbers
  1. <object id="texctrl" classid="http:WindowsFormsControlLibrary1.dll#WindowsFormsControlLibrary1.UserControl1"  
  2.     height = "400" width = "400" VIEWASTEXT>
  3.    </object>
  4.  
Environment: Windows XP Professional, IIS 5.1, ASP .Net 3.5

plzzzz help me

Waiting for reply its urgent dear... ! :)

Regards,

Habib Ahmed Bhutto
Jun 8 '09 #1
8 3614
gits
5,390 Expert Mod 4TB
are there errors that you might trace? may be the clients need some adapted browser settings for secure/insecure activeX execution?

kind regards
Jun 12 '09 #2
no there is no errors in the code... ! actualy when i browse the page on client machine, the ActiveX control doesnt appear on the page, when i check the library file in tmp internet files, it is downloaded.
Jun 13 '09 #3
i have set browser settings to allow activeX controls......... ! all settings are enabled regarding to this.... ! :(
Jun 13 '09 #4
Frinavale
9,735 Expert Mod 8TB
I recommend looking into using Silverlight.
Jun 15 '09 #5
I cant use SilverLight in this project, plz tell me solution without using SilverLight..
Jun 16 '09 #6
Frinavale
9,735 Expert Mod 8TB
@HabibBhutto
Are you sure that the classid is correct? It doesn't look right to me.
Jun 16 '09 #7
@Frinavale
Yes, I m sure classid is absolutly ok it is downloaded on client machine sometimes but not appears on page :(
Jun 17 '09 #8
gits
5,390 Expert Mod 4TB
are there any dependend libs that are linked to the control?
Jun 17 '09 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

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: Chaduke | last post by:
I wrote a simple client/server chat program and the client runs as an activex control within an asp page. I have the users logging into the page using widows authentication and I'm using...
1
by: Steve | last post by:
I am having an issue deploying an ActiveX control. This is a .NET project in C#. The ActiveX control is written in VB6. I use the PDW (Package and Deployment Wizard) to create a .CAB for the...
2
by: markoueis | last post by:
I've signed my activeX control with a public key (strong name). I've set up the client machine to grant full trust to code signed with that public key. I did this using the .NET Configuration 1.1...
2
by: Joe | last post by:
I have an ActiveX control in my web page and the control doesn't install on a XP machine. It works fine on Win2k pro. The warning dialog box does appear on both machine and does allow yes to be...
1
by: Anand Kale | last post by:
How to have ActiveX control called from Web Form in ASP.Net ? ActiveX control is written using VC++/MFC/ATL-COM. Also kindly answer following issues, 1. Also how to take care of issues about...
1
by: Frank | last post by:
Short Version of Question: Can anyone provide an example of how I should embed the ActiveX and license, and then use it in a function?
0
by: Frank | last post by:
Short Version of Question: Can anyone provide an example of how I should embed the ActiveX and license, and then use it in a function?
11
by: Tim | last post by:
hi, I would like to create an application that runs in a web browser. It must have access to the client machine. I guess a bit like the microsoft update tool at windowsupdate.com Having never...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.