<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Configuration and Deployment</title><link>http://forums.asp.net/26.aspx</link><description>Configuring and deploying ASP.NET applications - web.config, \bin, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: website deployment assembly issue</title><link>http://forums.asp.net/thread/3245028.aspx</link><pubDate>Fri, 19 Jun 2009 10:48:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3245028</guid><dc:creator>qwe123kids</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3245028.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3245028</wfw:commentRss><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;Install merge Module On server..&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.codeproject.com/KB/database/CrystalReportViewer.aspx"&gt;http://www.codeproject.com/KB/database/CrystalReportViewer.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;OR&lt;/p&gt;
&lt;p&gt;remove the line from the web.config file&lt;/p&gt;</description></item><item><title>Re: website deployment assembly issue</title><link>http://forums.asp.net/thread/3245010.aspx</link><pubDate>Fri, 19 Jun 2009 10:41:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3245010</guid><dc:creator>subhashdike</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3245010.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3245010</wfw:commentRss><description>&lt;p&gt;Use &lt;/p&gt;
&lt;p&gt;gacutil /i &lt;font color="#ff0000"&gt;CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#ff0000"&gt;You will have to run this from Visual Studio Command Prompt and make sure that you provide appropriate path for the assembly if required.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#ff0000"&gt;More details are here&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx"&gt;http://msdn.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>website deployment assembly issue</title><link>http://forums.asp.net/thread/3244977.aspx</link><pubDate>Fri, 19 Jun 2009 10:28:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3244977</guid><dc:creator>sunil.bablani</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3244977.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=26&amp;PostID=3244977</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;guys i am new to asp.net and that just know completed a website in visual studio 2005&lt;/p&gt;&lt;p&gt;now where i have completed my project is working on xp sp2, i have deployed the project on the same machine, it is working nicely.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;and i&amp;nbsp; deployed it on a machine which is running on windows vista home premium,&lt;/p&gt;&lt;p&gt;it is giving following error&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;

            &lt;span&gt;&lt;h1&gt;Server Error in &amp;#39;/PrecompiledWeb/finautosys1&amp;#39; Application.&lt;hr /&gt;&lt;/h1&gt;

            &lt;h2&gt; &lt;i&gt;Parser Error&lt;/i&gt; &lt;/h2&gt;&lt;/span&gt;

            &lt;font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;

            &lt;b&gt; Description: &lt;/b&gt;An
error occurred during the parsing of a resource required to service
this request. Please review the following specific parse error details
and modify your source file appropriately. &lt;br /&gt;&lt;br /&gt;

            &lt;b&gt; Parser Error Message: &lt;/b&gt;Could
not load file or assembly &amp;#39;CrystalDecisions.Web, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304&amp;#39; or one of its
dependencies. The system cannot find the file specified.&lt;br /&gt;&lt;br /&gt;

            &lt;b&gt;Source Error:&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;

            &lt;table bgcolor="#ffffcc"&gt;
               &lt;tr&gt;
                  &lt;td&gt;
                      &lt;code&gt;&lt;/code&gt;&lt;pre&gt;Line 1:  &amp;lt;%@ page language=&amp;quot;C#&amp;quot; autoeventwireup=&amp;quot;true&amp;quot; inherits=&amp;quot;_Default, App_Web_rsckrujl&amp;quot; %&amp;gt;&lt;br /&gt;Line 2:  &lt;br /&gt;&lt;font color="red"&gt;Line 3:  &amp;lt;%@ Register Assembly=&amp;quot;CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&amp;quot;&lt;br /&gt;&lt;/font&gt;Line 4:      Namespace=&amp;quot;CrystalDecisions.Web&amp;quot; TagPrefix=&amp;quot;CR&amp;quot; %&amp;gt;&lt;br /&gt;Line 5:  &lt;/pre&gt;

                  &lt;/td&gt;
               &lt;/tr&gt;
            &lt;/table&gt;

            &lt;br /&gt;

            &lt;b&gt; Source File: &lt;/b&gt; /PrecompiledWeb/finautosys1/default.aspx&lt;b&gt; &amp;nbsp;&amp;nbsp; Line: &lt;/b&gt; 3
            &lt;br /&gt;&lt;br /&gt;

            &lt;b&gt;Assembly Load Trace:&lt;/b&gt;
The following information can be helpful to determine why the assembly
&amp;#39;CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral,
PublicKeyToken=692fbea5521e1304&amp;#39; could not be loaded.&lt;br /&gt;&lt;br /&gt;

            &lt;table bgcolor="#ffffcc"&gt;
               &lt;tr&gt;
                  &lt;td&gt;
                      &lt;code&gt;&lt;/code&gt;&lt;pre&gt;WRN: Assembly binding logging is turned OFF.&lt;br /&gt;To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.&lt;br /&gt;Note: There is some performance penalty associated with assembly bind failure logging.&lt;br /&gt;To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].&lt;br /&gt;&lt;/pre&gt;

                  &lt;/td&gt;
               &lt;/tr&gt;
            &lt;/table&gt;

            &lt;br /&gt;

            &lt;hr /&gt;

            &lt;b&gt;Version Information:&lt;/b&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074

            &lt;/font&gt;

     &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;now i saw that where the website is running nicely there assemblies are installed in c:\windows\assembly&lt;/p&gt;&lt;p&gt;but i am not able to install the assembly manually it says access denied however i am administrator &lt;/p&gt;&lt;p&gt;guys please help! &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>