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

浙公网安备 33010602011771号