Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am getting this error on windows server but its work fine in localhost

Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.


VB
%@ Page Language="C#" AutoEventWireup="true" CodeFile="XYZ.aspx.cs" Inherits="XYZ" %>
Line 2:
Line 3:  <%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"
Line 4:      Namespace="CrystalDecisions.Web" TagPrefix="CR" %>
Posted

1 solution

 
Share this answer
 
Comments
MAYANK GEETE 6-Jan-15 2:14am    
new error
System.Security.Policy.PolicyException: Required permissions cannot be acquired.
when i copy dll's manually in the bin folder

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900