guys i am new to asp.net and that just know completed a website in visual studio 2005
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.
and i deployed it on a machine which is running on windows vista home premium,
it is giving following error
Server Error in '/PrecompiledWeb/finautosys1' Application.
Parser Error
Description: 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.
Parser Error Message: Could
not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its
dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ page language="C#" autoeventwireup="true" inherits="_Default, App_Web_rsckrujl" %> Line 2: Line 3: <%@ Register Assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" Line 4: Namespace="CrystalDecisions.Web" TagPrefix="CR" %> Line 5:
|
Source File: /PrecompiledWeb/finautosys1/default.aspx Line: 3
Assembly Load Trace:
The following information can be helpful to determine why the assembly
'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral,
PublicKeyToken=692fbea5521e1304' could not be loaded.
WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074
now i saw that where the website is running nicely there assemblies are installed in c:\windows\assembly
but i am not able to install the assembly manually it says access denied however i am administrator
guys please help!