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?
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?