<?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: CellSetGrid Implementation in VS 2012 or later	</title>
	<atom:link href="https://www.sibeeshpassion.com/cellsetgrid-implementation-in-vs-2012-or-later/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com/cellsetgrid-implementation-in-vs-2012-or-later/</link>
	<description>My passion towards life</description>
	<lastBuildDate>Tue, 14 Jul 2015 12:06:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Sibeesh Venu		</title>
		<link>https://www.sibeeshpassion.com/cellsetgrid-implementation-in-vs-2012-or-later/#comment-901</link>

		<dc:creator><![CDATA[Sibeesh Venu]]></dc:creator>
		<pubDate>Tue, 14 Jul 2015 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=7011#comment-901</guid>

					<description><![CDATA[Hi All,

I have solved this myself. Here I will share you the steps you may need to follow.

1. Find out the CellSetGrid2.cs file from the downloaded files

2. Find out the line &quot; if (Convert.ToInt32(this.oConnection.ServerVersion.Substring(0, 1)) &#060; 9)&#034;

3. Comment out the codes inside the if condition.

4. So your condition may looks like below.

// Check server version - Yukon and later supported

if (Convert.ToInt32(this.oConnection.ServerVersion.Substring(0, 1)) &#060; 9)

{

//this.oCellSetState.IsAllOK = false;

//this.oCellSetState.ExceptionMessage = &#034;SQL Server Analysis Services 2005 or later required.&#034;;

//this.oConnection.Close();

//return;

}
In this way, it won&#039;t break according to the version.

5. Now debug your project and use the latest dll in your consumed project.]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I have solved this myself. Here I will share you the steps you may need to follow.</p>
<p>1. Find out the CellSetGrid2.cs file from the downloaded files</p>
<p>2. Find out the line &#8221; if (Convert.ToInt32(this.oConnection.ServerVersion.Substring(0, 1)) &lt; 9)&quot;</p>
<p>3. Comment out the codes inside the if condition.</p>
<p>4. So your condition may looks like below.</p>
<p>// Check server version &#8211; Yukon and later supported</p>
<p>if (Convert.ToInt32(this.oConnection.ServerVersion.Substring(0, 1)) &lt; 9)</p>
<p>{</p>
<p>//this.oCellSetState.IsAllOK = false;</p>
<p>//this.oCellSetState.ExceptionMessage = &quot;SQL Server Analysis Services 2005 or later required.&quot;;</p>
<p>//this.oConnection.Close();</p>
<p>//return;</p>
<p>}<br />
In this way, it won&#8217;t break according to the version.</p>
<p>5. Now debug your project and use the latest dll in your consumed project.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sibeesh Venu		</title>
		<link>https://www.sibeeshpassion.com/cellsetgrid-implementation-in-vs-2012-or-later/#comment-4036</link>

		<dc:creator><![CDATA[Sibeesh Venu]]></dc:creator>
		<pubDate>Tue, 14 Jul 2015 08:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=7011#comment-4036</guid>

					<description><![CDATA[Hi All,

I have solved this myself. Here I will share you the steps you may need to follow.

1. Find out the CellSetGrid2.cs file from the downloaded files

2. Find out the line &quot; if (Convert.ToInt32(this.oConnection.ServerVersion.Substring(0, 1)) &#060; 9)&#034;

3. Comment out the codes inside the if condition.

4. So your condition may looks like below.

// Check server version - Yukon and later supported

if (Convert.ToInt32(this.oConnection.ServerVersion.Substring(0, 1)) &#060; 9)

{

//this.oCellSetState.IsAllOK = false;

//this.oCellSetState.ExceptionMessage = &#034;SQL Server Analysis Services 2005 or later required.&#034;;

//this.oConnection.Close();

//return;

}
In this way, it won&#039;t break according to the version.

5. Now debug your project and use the latest dll in your consumed project.]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>I have solved this myself. Here I will share you the steps you may need to follow.</p>
<p>1. Find out the CellSetGrid2.cs file from the downloaded files</p>
<p>2. Find out the line &#8221; if (Convert.ToInt32(this.oConnection.ServerVersion.Substring(0, 1)) &#60; 9)&#34;</p>
<p>3. Comment out the codes inside the if condition.</p>
<p>4. So your condition may looks like below.</p>
<p>// Check server version &#8211; Yukon and later supported</p>
<p>if (Convert.ToInt32(this.oConnection.ServerVersion.Substring(0, 1)) &#60; 9)</p>
<p>{</p>
<p>//this.oCellSetState.IsAllOK = false;</p>
<p>//this.oCellSetState.ExceptionMessage = &#34;SQL Server Analysis Services 2005 or later required.&#34;;</p>
<p>//this.oConnection.Close();</p>
<p>//return;</p>
<p>}<br />
In this way, it won&#8217;t break according to the version.</p>
<p>5. Now debug your project and use the latest dll in your consumed project.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
