lpkpath erased by VS 2003

M

Matt

I'm trying to include some OWCs in an ASPX page with the licensed
package object as described here:

http://windowsforms.net/articles/Licensing.aspx

and it appears that Visual Studio 2003 is erasing my code. When I type
in the following:

<OBJECT CLASSID="clsid:5220cb21-c88d-11cf-b347-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="LPKfilename.LPK">
</OBJECT>

and then switch from HTML to design view and then back to HTML I get:

<OBJECT classid="clsid:5220cb21-c88d-11cf-b347-00aa00a28331"
VIEWASTEXT>
</OBJECT>

I've seen that others have had this problem but haven't read a
solution yet. Anyone have a hint?
 

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

Top