Widows Control in Web Page

  • Thread starter Thread starter Davide
  • Start date Start date
D

Davide

Hi to all,
i have created an user control with c#, and then i have embedded it in
a aspx page with the <object> tag.
If i try to add to mu User Control some external COM objects, the page
don't show me the control?
Ho can i solve my problem?

Thanks
 
Davide,

The reason that it doesn't show is that most likely, the user doesn't
have the appropriate COM controls installed on their system. You have to
make sure that the client has the COM controls that are referenced through
the wrappers in your project.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top