vs2003使用经验之1: 活动架构不支持元素“style”

出现错误是在用户控件使用的时候,错误描述为:活动架构不支持元素“style”

解决方法:
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="opensource_type2.ascx.vb" Inherits="DM.opensource_type" TargetSchema="http://schemas.microsoft.com/intellisense/ie3-2nav3-0" %>
改成
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="opensource_type1.ascx.vb" Inherits="DM.opensource_type1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>

不同点:
http://schemas.microsoft.com/intellisense/ie5

posted @ 2008-08-17 17:57  流浪者的飘  阅读(463)  评论(0)    收藏  举报