<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Developing ASP.Net 2.0 Code Behind pages for SharePoint: Using VSeWSS1.1</title>
	<atom:link href="http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/feed/" rel="self" type="application/rss+xml" />
	<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/</link>
	<description>The circle of life - ** .Net - Training - MOSS **</description>
	<lastBuildDate>Sun, 13 Dec 2009 12:30:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manikandan Muthuraj</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7569</link>
		<dc:creator>Manikandan Muthuraj</dc:creator>
		<pubDate>Thu, 29 Oct 2009 05:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7569</guid>
		<description>Hi,

Error occurs when i open the deployed site

&quot;An error occurred during the processing of . Could not load the assembly &#039;Sharepoint2007, Version=12.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5&#039;. Make sure that it is compiled before accessing the page&quot; 

Thanks,
Manikandan Muthuraj</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Error occurs when i open the deployed site</p>
<p>&#8220;An error occurred during the processing of . Could not load the assembly &#8216;Sharepoint2007, Version=12.0.0.0, Culture=neutral, PublicKeyToken=9f4da00116c38ec5&#8242;. Make sure that it is compiled before accessing the page&#8221; </p>
<p>Thanks,<br />
Manikandan Muthuraj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manikandan Muthuraj</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7568</link>
		<dc:creator>Manikandan Muthuraj</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7568</guid>
		<description>When i deploy the project i got the following error:
Error	1	Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) 

please help to resolve this issue...</description>
		<content:encoded><![CDATA[<p>When i deploy the project i got the following error:<br />
Error	1	Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) </p>
<p>please help to resolve this issue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7557</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sat, 17 Oct 2009 07:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7557</guid>
		<description>Hi CJ,

I did what you showed and it works perfectly.  I want to ask if it is possible from the code behind to access List library or even create or update List item.  I tried and have exception throw out about SharePoint Security Permission.  I looked around and some options are to modify config file or install in GAC or create custom policy.  I tried install in GAC but it doesn&#039;t work.  I could not modify config file.  The custom policy also look like require to make change of config file.  Do you have other suggestion on this?

Thanks
Ken</description>
		<content:encoded><![CDATA[<p>Hi CJ,</p>
<p>I did what you showed and it works perfectly.  I want to ask if it is possible from the code behind to access List library or even create or update List item.  I tried and have exception throw out about SharePoint Security Permission.  I looked around and some options are to modify config file or install in GAC or create custom policy.  I tried install in GAC but it doesn&#8217;t work.  I could not modify config file.  The custom policy also look like require to make change of config file.  Do you have other suggestion on this?</p>
<p>Thanks<br />
Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7542</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Thu, 17 Sep 2009 17:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7542</guid>
		<description>Hi CJ,

I initially had the same Public Key Token problem, which I sorted. But then after successfully building and deploying, I got this error:
======================================================================================
Object reference not set to an instance of an object. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 

Stack Trace: 


[NullReferenceException: Object reference not set to an instance of an object.]
   SharePointCodeBehindPages.CodeBehindDemo.OnInit(EventArgs e) +62
   System.Web.UI.Control.InitRecursive(Control namingContainer) +321
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834
===============================================================================

Any ideas? I am using VS2008, would that be a problem?

Thanks, Ash</description>
		<content:encoded><![CDATA[<p>Hi CJ,</p>
<p>I initially had the same Public Key Token problem, which I sorted. But then after successfully building and deploying, I got this error:<br />
======================================================================================<br />
Object reference not set to an instance of an object.<br />
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. </p>
<p>Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.</p>
<p>Source Error: </p>
<p>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. </p>
<p>Stack Trace: </p>
<p>[NullReferenceException: Object reference not set to an instance of an object.]<br />
   SharePointCodeBehindPages.CodeBehindDemo.OnInit(EventArgs e) +62<br />
   System.Web.UI.Control.InitRecursive(Control namingContainer) +321<br />
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +834<br />
===============================================================================</p>
<p>Any ideas? I am using VS2008, would that be a problem?</p>
<p>Thanks, Ash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashok</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7541</link>
		<dc:creator>Ashok</dc:creator>
		<pubDate>Mon, 14 Sep 2009 12:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7541</guid>
		<description>Hi There, I will try this out asap, but the screen-shot images are very small, when you click on the, the image displayed is exactly the same size as the original. Have you got larger images at all?

Thanks - I hope you can make this nice article more readable.

Regards, Ashok J (UK)</description>
		<content:encoded><![CDATA[<p>Hi There, I will try this out asap, but the screen-shot images are very small, when you click on the, the image displayed is exactly the same size as the original. Have you got larger images at all?</p>
<p>Thanks &#8211; I hope you can make this nice article more readable.</p>
<p>Regards, Ashok J (UK)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mina Samy</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7533</link>
		<dc:creator>Mina Samy</dc:creator>
		<pubDate>Wed, 02 Sep 2009 08:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7533</guid>
		<description>Hi CJ
I was wondering if the feature.xml and the manifest file are created automatically or I have to implement them
thanks</description>
		<content:encoded><![CDATA[<p>Hi CJ<br />
I was wondering if the feature.xml and the manifest file are created automatically or I have to implement them<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tareq</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7527</link>
		<dc:creator>Tareq</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7527</guid>
		<description>Hi,

I read Andrews post on this and your as well. I am just learning sharepoint  so have a  question. I want to use a GridView Control that will connect to a database to extract some data&#039;s. So what is the right way to handle the database connection string? Can it be passed in the dll or can it call SharePoint configured connection if so how?

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I read Andrews post on this and your as well. I am just learning sharepoint  so have a  question. I want to use a GridView Control that will connect to a database to extract some data&#8217;s. So what is the right way to handle the database connection string? Can it be passed in the dll or can it call SharePoint configured connection if so how?</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagaraju</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7522</link>
		<dc:creator>nagaraju</dc:creator>
		<pubDate>Fri, 31 Jul 2009 14:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7522</guid>
		<description>Hi Cj,

Nice Article,

iam facing some problem.can u advice me.


ASP.NET runtime error: Only Content controls are allowed directly in a content page that contains Content controls.	

raju.</description>
		<content:encoded><![CDATA[<p>Hi Cj,</p>
<p>Nice Article,</p>
<p>iam facing some problem.can u advice me.</p>
<p>ASP.NET runtime error: Only Content controls are allowed directly in a content page that contains Content controls.	</p>
<p>raju.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jane</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7497</link>
		<dc:creator>Jane</dc:creator>
		<pubDate>Fri, 19 Jun 2009 17:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7497</guid>
		<description>Thank you CJ. It helped me lot and it worked fine in my project yesterday. However, today, when I opened the site, I got the error: 

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

I tried to close all the opened .net applications, close SharePoint designer, rebuild, redeploy, delete and reload the aspx file into SP designer, restart website from IIS, even restart the server, etc. the same stupid error. And all other pages work fine. 

May you help me on this issue.</description>
		<content:encoded><![CDATA[<p>Thank you CJ. It helped me lot and it worked fine in my project yesterday. However, today, when I opened the site, I got the error: </p>
<p>The resource cannot be found.<br />
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.</p>
<p>I tried to close all the opened .net applications, close SharePoint designer, rebuild, redeploy, delete and reload the aspx file into SP designer, restart website from IIS, even restart the server, etc. the same stupid error. And all other pages work fine. </p>
<p>May you help me on this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen</title>
		<link>http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7474</link>
		<dc:creator>praveen</dc:creator>
		<pubDate>Fri, 05 Jun 2009 09:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://claytonj.wordpress.com/2008/04/13/sharepoint-code-behind-demo-using-vsewss11/#comment-7474</guid>
		<description>Ya, got it,

forgot to specify class as public.</description>
		<content:encoded><![CDATA[<p>Ya, got it,</p>
<p>forgot to specify class as public.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
