Asked by:
Could not load file or assembly

Question
-
User-1237502048 posted
Am Creating Website in vb.net after publishing windows azure,am getting the following error on browse the site.
Could not load file or assembly
CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
or one of its dependencies. The system cannot find the file specified.
how to fix this issue.
Wednesday, April 23, 2014 6:52 AM
All replies
-
User289622470 posted
Hi,
You need to have the CrystalDecisions.CrystalReports.Engine assembly registered either in GAC of the Web Server or in bin folder of your applicaiton deployment path
Thanks,
Wednesday, April 23, 2014 7:20 AM -
User1918766559 posted
Hello ,
You need to set the property of the assembly
CrystalDecisions.CrystalReports.Engine
as 'Copy Local=True" in Property Explorer window of Visual Studio in dev fabric. Build the solution & migrate into Azure.
Hope this helps.
Let me know if the issue persists.
Thursday, April 24, 2014 6:23 AM -
User-1237502048 posted
Hello ,
You need to set the property of the assembly
CrystalDecisions.CrystalReports.Engine
as 'Copy Local=True" in Property Explorer window of Visual Studio in dev fabric. Build the solution & migrate into Azure.
Hope this helps.
Let me know if the issue persists.
i was create this site in vb.net,here no reference folder or somthing else are not display.wher i am gona to set as 'Copy Local=True" in Property Explorer window.
Friday, April 25, 2014 5:30 AM -
User-1237502048 posted
Thank's for your valuable reply
i was changed as as 'Copy Local=True" in Property for CrystalDecisions.CrystalReports.Engine reference.
after i was migirate to azure and run i got "The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception"
How to slove this issue.
Yasar
Tuesday, April 29, 2014 1:22 AM -
Thursday, May 1, 2014 9:47 PM