
<?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>mayvelous &#187; Infragistics</title>
	<atom:link href="http://www.mayvelous.com/category/development/infragistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mayvelous.com</link>
	<description>Me, Myself and Mayvelous</description>
	<lastBuildDate>Mon, 10 Oct 2011 01:09:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Infragistics.WebUI.Shared.dll and CopyLocal Property</title>
		<link>http://www.mayvelous.com/2008/10/03/infragisticswebuishareddll-and-copylocal-property/</link>
		<comments>http://www.mayvelous.com/2008/10/03/infragisticswebuishareddll-and-copylocal-property/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 02:25:28 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Bugs and Fixes]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[compilation error]]></category>
		<category><![CDATA[Infragistics NetAdvantage]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=423</guid>
		<description><![CDATA[I have reinstalled Visual Studio.Net 2003 just to work with some of the old .net 1.1 projects. This one project uses infragistics web components and I&#8217;m getting the error on those pages with infragistics controls. Program Version: # Infragistics NetAdvantage 2005 Volume2 + hotfixes # Visual Studio.Net 2003 # Windows Vista Ultimate Problem: I have [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I have reinstalled Visual Studio.Net 2003 just to work with some of the old .net 1.1 projects. This one project uses infragistics web components and I&#8217;m getting the error on those pages with infragistics controls.</p>
<p><strong>Program Version:</strong></p>
<blockquote><p># Infragistics NetAdvantage 2005 Volume2 + hotfixes<br />
# Visual Studio.Net 2003<br />
# Windows Vista Ultimate</p>
</blockquote>
<p><strong>Problem:</strong></p>
<p>I have my project with valid references, building and running fine except while browsing to those pages with any reference to infragistics components I&#8217;m getting the compilation error as mentioned below.</p>
<p><strong>Error:</strong></p>
<blockquote><p><strong>Compilation Error</strong><br />
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. </p>
<p>Compiler Error Message: BC30009: Reference required to assembly &#8216;Infragistics.WebUI.Shared.v5.2&#8242; containing the implemented interface &#8216;Infragistics.WebUI.Design.IGetClientSideEvents&#8217;. Add one to your project.<br />
Line 1:  <%@ Register TagPrefix="igsch" Namespace="Infragistics.WebUI.WebSchedule" Assembly="Infragistics.WebUI.WebDateChooser.v5.2, Version=5.2.20052.1039, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %></p>
</blockquote>
<p><strong>Solution:</strong></p>
<blockquote><p>In order to run applications that use the Infragistics Web Controls on your machine, you will need to set the Copy Local flag to True for the Infragistics.WebUI.Shared.dll Assembly. This is because that assembly is registered into the Global Assembly Cache by the Windows Forms products, but ASP.NET Web Applications, by default, do not look in the GAC to resolve assembly references at runtime. Therefore, the Infragistics.WebUI.Shared assembly must be copied to the local project directory in order to run the Web application under IIS.</p>
<p><strong>References: </strong><br />
#<a href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=1932" title="Infragistic Knowledge Base Article" rel="external">Knowledge Base Article: KB01932</a><br />
# More detail explanations: <a href="http://geekswithblogs.net/devin/archive/2005/10/25/58072.aspx" title="Whats the deal with Infragistics.WebUI.Shared.dll and the CopyLocal property?" rel="external">Whats the deal with Infragistics.WebUI.Shared.dll and the CopyLocal property?</a></p>
</blockquote>
<p>If you don&#8217;t want to make Infragistics.WebUI.Shared.dll copylocal property to true then, add the dll file in the bin folder and refresh your page, it will work but better to make CopyLocal property to true.</p>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/10/03/infragisticswebuishareddll-and-copylocal-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation Notes: Infragistics NetAdvantage on Windows Vista</title>
		<link>http://www.mayvelous.com/2008/02/20/installation-notes-infragistics-netadvantage-on-windows-vista/</link>
		<comments>http://www.mayvelous.com/2008/02/20/installation-notes-infragistics-netadvantage-on-windows-vista/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 23:19:09 +0000</pubDate>
		<dc:creator>May</dc:creator>
				<category><![CDATA[Bugs and Fixes]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Infragistics NetAdvantage]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.mayvelous.com/?p=378</guid>
		<description><![CDATA[I&#8217;ve been moving around files and programs from the old XP to a new Vista machine and Infragistics is one of the problems I get while installing on Vista. Just posting it here for my own future reference. Program Version: # Infragistics NetAdvantage 2005 Volume2 + hotfixes # Windows Vista Ultimate Problem: The installer runs [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been moving around files and programs from the old XP to a new Vista machine and Infragistics is one of the problems I get while installing on Vista. Just posting it here for my own future reference.</p>
<p><strong>Program Version:</strong></p>
<blockquote><p># Infragistics NetAdvantage 2005 Volume2 + hotfixes<br />
# Windows Vista Ultimate</p>
</blockquote>
<p><strong>Problem:</strong></p>
<p>The installer runs almost to the end then throws up some compatibility issues errors and didn&#8217;t get install properly. The dll library files get loaded in the GAC but cannot load the form design views and also there is no infragistics folder in C:\inetpub\wwwroot\aspnet_client.</p>
<p><strong>Solution:</strong><br />
Need to follow these 4 steps properly.</p>
<ol>
<li>Disable User Account Control (UAC)</li>
<li>Restart your machine</li>
<li>Edit the System Registry for Internet Information Services (IIS)</li>
<li>Enable IIS 6.0 Compatibility</li>
</ol>
<p><strong>Reference Links:</strong></p>
<blockquote><p># <a href="http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9983" title="FAQ:Installing NetAdvantage for .NET on Windows Vista" rel="external">FAQ:Installing NetAdvantage for .NET on Windows Vista</a><br />
# <a href="http://weblogs.asp.net/scottgu/archive/2006/09/19/Tip_2F00_Trick_3A00_-Using-IIS7-on-Vista-with-VS-2005.aspx" title="Tip/Trick: Using IIS7 on Vista with VS 2005" rel="external">Tip/Trick: Using IIS7 on Vista with VS 2005</a></p>
</blockquote>
<p><a href="http://www.mayvelous.com"><img src="http://www.mayvelous.com/externals/thanks.gif" alt="Thanks for subscribing Mayvelous.com" border="0" /></a><br /><strong>Sponsor:</strong> <small>(yet to be)</small>: <a href="http://www.dreamhost.com/r.cgi?130793" title="Dreamhost $50 off discount code: 50MV">Dreamhost: Get $50 Off with Discount Code: <strong>50MV</strong></a></p> <p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.mayvelous.com/2008/02/20/installation-notes-infragistics-netadvantage-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

