<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>自在开发者</title>
	<atom:link href="http://www.ysoho.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ysoho.com</link>
	<description>自由工作者,自在开发</description>
	<lastBuildDate>Fri, 11 Feb 2011 09:02:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>IISRESET 不支持此接口 解决办法</title>
		<link>http://www.ysoho.com/archives/19.html</link>
		<comments>http://www.ysoho.com/archives/19.html#comments</comments>
		<pubDate>Fri, 11 Feb 2011 09:02:24 +0000</pubDate>
		<dc:creator>ysoho</dc:creator>
				<category><![CDATA[错误解决]]></category>

		<guid isPermaLink="false">http://www.ysoho.com/?p=19</guid>
		<description><![CDATA[问题：IISRESET 或 IIS 重启时 提示 不支持此接口 。。 解决办法：cmd-&#62;regsvr32 iisrstap.dll 问题解决：）]]></description>
			<content:encoded><![CDATA[<p>问题：IISRESET 或 IIS 重启时 提示 <strong>不支持此接口</strong> 。。</p>
<p>解决办法：cmd-&gt;regsvr32 iisrstap.dll</p>
<p>问题解决：）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysoho.com/archives/19.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>因为此控件已在 web.config 中注册并且与该页位于同一个目录中</title>
		<link>http://www.ysoho.com/archives/15.html</link>
		<comments>http://www.ysoho.com/archives/15.html#comments</comments>
		<pubDate>Sat, 29 Jan 2011 22:54:43 +0000</pubDate>
		<dc:creator>ysoho</dc:creator>
				<category><![CDATA[错误解决]]></category>

		<guid isPermaLink="false">http://www.ysoho.com/?p=15</guid>
		<description><![CDATA[问题：页“*.aspx” 无法使用用户控件“*.ascx”，因为此控件已在 web.config 中注册并且与该页位于同一个目录中。 原因：当前页面与注册的用户控件位于同一文件夹中 解决办法: 可以在页面上再Register一下或者将它们放在不同的文件夹中 顺便附上Web.Config中的注册 和 Page中的注册 web.config &#60;system.web&#62; &#60;pages&#62; &#60;controls&#62; &#60;add tagName=&#8221;ImageList&#8221; src=&#8221;~/WuControls/WucImageList.ascx&#8221; tagPrefix=&#8221;mm&#8221;/&#62; &#60;/controls&#62; &#60;/pages&#62; &#60;compilation debug=&#8221;true&#8221; targetFramework=&#8221;4.0&#8243; /&#62; &#60;/system.web&#62; Page &#60;%@ Register src=&#8221;~/WuControls/WucImageList.ascx&#8221; tagname=&#8221;WucImageList&#8221; tagprefix=&#8221;mm&#8221; %&#62;]]></description>
			<content:encoded><![CDATA[<p><strong>问题：</strong>页“*.aspx” 无法使用用户控件“*.ascx”，因为此控件已在 web.config 中注册并且与该页位于同一个目录中。</p>
<p><strong>原因：</strong>当前页面与注册的用户控件位于同一文件夹中</p>
<p><strong>解决办法: </strong>可以在页面上再Register一下或者将它们放在不同的文件夹中</p>
<p>顺便附上Web.Config中的注册 和 Page中的注册</p>
<p><strong>web.config</strong></p>
<blockquote>
<div id="_mcePaste">&lt;system.web&gt;</div>
<div id="_mcePaste">&lt;pages&gt;</div>
<div id="_mcePaste">&lt;controls&gt;</div>
<div id="_mcePaste">&lt;add tagName=&#8221;ImageList&#8221; src=&#8221;~/WuControls/WucImageList.ascx&#8221; tagPrefix=&#8221;mm&#8221;/&gt;</div>
<div id="_mcePaste">&lt;/controls&gt;</div>
<div id="_mcePaste">&lt;/pages&gt;</div>
<div id="_mcePaste">&lt;compilation debug=&#8221;true&#8221; targetFramework=&#8221;4.0&#8243; /&gt;</div>
<div id="_mcePaste">&lt;/system.web&gt;</div>
</blockquote>
<p><strong>Page</strong></p>
<blockquote><p><strong>&lt;%@ Register src=&#8221;~/WuControls/WucImageList.ascx&#8221; tagname=&#8221;WucImageList&#8221; tagprefix=&#8221;mm&#8221; %&gt;</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ysoho.com/archives/15.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自在开发者-Wp版上线</title>
		<link>http://www.ysoho.com/archives/1.html</link>
		<comments>http://www.ysoho.com/archives/1.html#comments</comments>
		<pubDate>Fri, 14 Jan 2011 01:31:10 +0000</pubDate>
		<dc:creator>ysoho</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://www.ysoho.com/?p=1</guid>
		<description><![CDATA[自在开发者-Wp版上线 发布各类资源]]></description>
			<content:encoded><![CDATA[<p>自在开发者-Wp版上线</p>
<p>发布各类资源</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysoho.com/archives/1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

