0

I've created a windows control that needs to run in a web page. I don't have any idea on how to fix this.. it replies "the control type was not specified or the specified value type could not be found". I have pasted a copy of .dll of my windows control on my web project. here is the code I've used.

 <object id="myName" classid="http:ACEBARCODE.dll#ACEBARCODE.ACEBARCODEGENERATOR" width="500px" height="200px" />

please help me. thanks in advance:)

btw I use I run it on Firefox... I try this on IE but still no show.

1
  • Is this a winforms or WPF UI control? Those are fundamentally different technologies than ASP.NET, and you can't reuse them in a web environment. ASP.NET supports its own type of reusable controls, which are analogous to controls for winforms/wpf, but implemented completely differently. Commented Feb 2, 2012 at 4:23

1 Answer 1

2

It is fundamentally impossible to use a Windows control in a web page.

You need to rewrite it from scratch in HTML and Javascript.

Sign up to request clarification or add additional context in comments.

2 Comments

That will only work in IE, and only with low security settings. Don't do it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.