<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How To Add A UserControl To A Web Part In SharePoint 2007</title>
	<atom:link href="http://code-journey.com/2009/07/15/how-to-add-a-usercontrol-to-a-web-part-in-sharepoint-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-journey.com/2009/07/15/how-to-add-a-usercontrol-to-a-web-part-in-sharepoint-2007/</link>
	<description>Mostly SharePoint</description>
	<lastBuildDate>Thu, 05 Aug 2010 21:12:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Code-Journey</title>
		<link>http://code-journey.com/2009/07/15/how-to-add-a-usercontrol-to-a-web-part-in-sharepoint-2007/comment-page-1/#comment-372</link>
		<dc:creator>Code-Journey</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://code-journey.com/?p=334#comment-372</guid>
		<description>Hi Zullu

No problem. Glad I could help.

Best Regards,
Thomas Lund</description>
		<content:encoded><![CDATA[<p>Hi Zullu</p>
<p>No problem. Glad I could help.</p>
<p>Best Regards,<br />
Thomas Lund</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zullu</title>
		<link>http://code-journey.com/2009/07/15/how-to-add-a-usercontrol-to-a-web-part-in-sharepoint-2007/comment-page-1/#comment-365</link>
		<dc:creator>Zullu</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://code-journey.com/?p=334#comment-365</guid>
		<description>Thomas,
Thanks a bunch !
I was able to download the project now. And it works !!
Awesome, you are the man ! :-)
I must have been typing something wrong. I&#039;ll figure that out later.
But for now, I am good. I am able to see the user control displayed on the page.
Thanks again.
Zullu.</description>
		<content:encoded><![CDATA[<p>Thomas,<br />
Thanks a bunch !<br />
I was able to download the project now. And it works !!<br />
Awesome, you are the man ! <img src='http://code-journey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I must have been typing something wrong. I&#8217;ll figure that out later.<br />
But for now, I am good. I am able to see the user control displayed on the page.<br />
Thanks again.<br />
Zullu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code-Journey</title>
		<link>http://code-journey.com/2009/07/15/how-to-add-a-usercontrol-to-a-web-part-in-sharepoint-2007/comment-page-1/#comment-364</link>
		<dc:creator>Code-Journey</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://code-journey.com/?p=334#comment-364</guid>
		<description>Hi Zullu

Well sorry for the download trouble. I was not aware it wasn&#039;t working. Apparently my whole download manager is broken.
I have very little time for the blog right now I&#039;m afraid, but I have added a link in the bottom of the post. It should work.

It looks like the Code_JourneyUC.ascx is simply using the wrong filename. It not an underscore for a hyphen &quot;-&quot;.
The filename for the user control is Code-JourneyUC.ascx.

I hope this and the file works for you, unless you already solves it.

Best Regards
Thomas Lund</description>
		<content:encoded><![CDATA[<p>Hi Zullu</p>
<p>Well sorry for the download trouble. I was not aware it wasn&#8217;t working. Apparently my whole download manager is broken.<br />
I have very little time for the blog right now I&#8217;m afraid, but I have added a link in the bottom of the post. It should work.</p>
<p>It looks like the Code_JourneyUC.ascx is simply using the wrong filename. It not an underscore for a hyphen &#8220;-&#8221;.<br />
The filename for the user control is Code-JourneyUC.ascx.</p>
<p>I hope this and the file works for you, unless you already solves it.</p>
<p>Best Regards<br />
Thomas Lund</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zullu</title>
		<link>http://code-journey.com/2009/07/15/how-to-add-a-usercontrol-to-a-web-part-in-sharepoint-2007/comment-page-1/#comment-356</link>
		<dc:creator>Zullu</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://code-journey.com/?p=334#comment-356</guid>
		<description>Hi Thomas,
I had the same requirements as demonstrated in your example above. I was very excited that I got to see your blog and immediately jumped implementing it in VS 2008 and MOSS.
The download never worked, so I went ahead and typed all (not too much). Now when I go ahead and deploy my web part it doesn&#039;t display anything other the the web part header.
When I tried to debug, I found that it fails on line number 21. this is the error that I get:
&quot;The file /_CONTROLTEMPLATES/Code-Journey/Code_JourneyUC.ascx does not exist.&quot;

Just curious, what is the underscore doing in the line 20 where we declare the path to ascx. I tried with/without it but no use.
Did try to raise the trust level to &quot;Full&#039;, still no use.
Do you have any insight to this.
Any help would be appreciated.
Thanks
Zullu.</description>
		<content:encoded><![CDATA[<p>Hi Thomas,<br />
I had the same requirements as demonstrated in your example above. I was very excited that I got to see your blog and immediately jumped implementing it in VS 2008 and MOSS.<br />
The download never worked, so I went ahead and typed all (not too much). Now when I go ahead and deploy my web part it doesn&#8217;t display anything other the the web part header.<br />
When I tried to debug, I found that it fails on line number 21. this is the error that I get:<br />
&#8220;The file /_CONTROLTEMPLATES/Code-Journey/Code_JourneyUC.ascx does not exist.&#8221;</p>
<p>Just curious, what is the underscore doing in the line 20 where we declare the path to ascx. I tried with/without it but no use.<br />
Did try to raise the trust level to &#8220;Full&#8217;, still no use.<br />
Do you have any insight to this.<br />
Any help would be appreciated.<br />
Thanks<br />
Zullu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
