Installation :: How To Deploy Crystal Runtime Libraries With The Project
May 5, 2010
CRRedist2008_ia64.msi installs the crystal reports runtime dlls in the GAC.
However, I would like to install these dll in the bin directory of my .NET project and deploy. I copied all the Crystal Reports dlls which gets installed by CRRedist2008_ia64.msi in the GAC ino the in directory of the project and referenced these dlls in my project. However, I still get the following error message.
Is there a way to not install the runtime but copy the dlls manually?
Server Error in '/***_net' Application.
An error has occurred while attempting to load the Crystal Reports runtime.
Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. [URL]
Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.
Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime.
Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. [URL]
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
View 3 Replies
Similar Messages:
Mar 5, 2010
i am facing an issue with crystal report when i deploy my web application in client side. I have a web application developed in visual studio 3.5. Our build machine contains crystal report version 10.5, we have published the web application and created the build to deploy in the client machine IIS. We have installed the redistribution of crystal report 11 in the client machine. we have currected the config file and all based on this. but we are getting a runtime error when the application try to load reports.
View 1 Replies
Sep 8, 2010
i have created asp.net web application which use Crystal report 2008. Now i want to publish this project. i have installed full version of Crystal report 2008 on server. And all works good. But my bosh does not want Full Crystal Report 2008 to be installed on server. now my question: what i can do?
View 1 Replies
Mar 9, 2011
How Can I Install CRredist.Msi Package on Web Server, I Am Facing Problem Of Hosting ap.net Application With Crystal Report. I Have Gone Through all Post and Tutorial at MSDN and asp.Net Please Help Me To Install Crystal Report Runtime on web Server.
View 2 Replies
Nov 30, 2010
I have some code in the web application which reads data from excel and saves to the db, and also functionlaity to generate new excel files, based on user input. ITs working ifne in local, but once deployed on the test server, i get the error
Could not load file or assembly 'Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified
For this I tried to insall the PIA 2003 version on the server, The server has only .NET 2.0 framework. FOr the PIA to install what are the requirements? A Microsoft Office Product should be present on the server?
When I tried to install on the server, I got the message "Product: Microsoft Office 2003 Primary Interop Assemblies -- Configuration completed successfully", but whn looked in GAC, the Interop excel dll was not there.
Whats worng with the installation? Whats the minimum requirement on the server to install the PIA?What are the oher options to copy PIA to the GAC in the server?
View 1 Replies
Mar 21, 2010
I have created 2 projects in a solution. One project contains Asp.net classes with login page and different other pages.
Another project contains a web service.
When I launch the solution(click F6 in visual studio 2008) the login page can access to the method of the webservice. Both projects are launched.
However when i added this 2 projects into IIS and deploy them (with create command) the login page cannot contact the method of the web service. Even though the web service is running because i can acces it manually. But they cannot communicate each other.
View 3 Replies
Apr 23, 2010
So bit the bullet and installed vs2010 finally. However, when loading an existing vs2008 project, I am getting this error: "The project type is not supported by this installation." the only thing special about this project is that it's a "web application projects" type. what I've tried so far are these steps, but none of these solve my problem:
(1) run "devenv /setup"
(2) regsvr32.exe "%ProgramFiles%Microsoft Visual Studio 10.0Common7IDEProjectAggregator.dll"
View 1 Replies
May 4, 2010
can any one tell how to set up and deploy the web application?
View 5 Replies
Dec 28, 2010
Design and runtime problem in crystal report?
View 6 Replies
Jul 8, 2010
I am using SpicIE and C# .NET to make an IE plugin DLL.
how I can deploy a Class Library DLL and register it using regasm (for the plugin to show up in IE) using ClickOnce?
View 1 Replies
Oct 29, 2010
how to create CRYSTAL REPORT by pulling values from database ,processing them (applying percentage,averages ,decisions )
View 1 Replies
Feb 15, 2010
I am considering using Crystal Report 2008 as my tool of creating reports on my webpage.The only problem which I'm facing is that I have no control of the remote server which hosts my site (besides uploading files). I can't run a MSI to deploy the CR runfiles.I can't find anywhere in the CR user manual of how to deploy the runtime files without running the msi, and I'm not even sure it's possible.Have anyone deployed CR 2008 without running the MSI and without having to register any files?
View 8 Replies
Jul 30, 2010
The application basically displays a list of reports and allows the user to select a particular report to run. Once the report is selected, the appropriate parameter screen is displayed. The parameter screen contains options for displaying the report either as an Excel Spreadsheet or a PDF document.
When I run the application from within visual studio, it works fine. The reports display correctly in both formats.
THe problem is that once I publish the application (via msi installation file) to a Windows 2003 web server, the reports won't display. THe system just hangs. I added debug statements and the code is hanging during the ReportDocument.Load(Server.MapPath("/assetreport.rpt") command.
My deployment project includes the correct msm for Crystal Report 12 and the Web server also has the full blown version of Crystal Reports 12 installed.
View 5 Replies
Mar 17, 2010
Problem is occur when i deploy a MVC project on IIS 5.0. 0n IIS I create a new virtual dicrectory with alias name is POS, when I run my site I have got directories without alias name like that "localhostScriptCommon.js" intead of "localhostPOSScriptCommon.js", so website can't get any javascript files and other files but the links to pages is ok.
View 2 Replies
Mar 9, 2010
I am deploying my first ASP MVC project. The project runs just fine, I would like to take the next step and run this outside of my visual studio environment on my local IIS. I am running Windows7, Visual Studio 2008, and I have created a basic ASP MVC project. On my solution, I find the project I would like to deploy. I right click and select Publish. I have backed up C:inetpubwwwroot and would like to deploy there. I accept all defaults, and click the "Publish" button. The Output Build window shows 1 project failed.
Basically is says that it is unable to add any of the binaries to the site, copy files, create new directories. Access is denied. When I do click "Publish" at work, I don't get these errors. What do I have to do here to publish the website to make the website available to the rest of my home network? Also wwwroot appears to be readonly, but telling the folder to not be read only doesn't seem to help, it still appears to be readonly even after I've unselected this property in the property dialog.
There has been a suggestion that on Win7, you launch VS2008 as an Admin. While this does appear to work, I find it hard to believe that this is the "way" you do it.
View 2 Replies
Mar 28, 2010
I need to build and deploy my asp.net mvc project using TFS Configuration
View 1 Replies
Mar 20, 2011
I have developed a small website to be hosted in my client's office (intranet). This is my first website. I don't know how to deploy it.!! We can run it by copying and pasting the whole project folder in their server. But if we do like that they can modify the code whenever they need.
View 2 Replies
Nov 29, 2010
what files are needed to deply a project?
View 1 Replies
Jul 2, 2010
i face some problem. My Crystal Report cannot work after i deploy in IIS.
it return error message:
Logon failed.Details: ADO Error Code: 0xSource: Microsoft OLE DB Provider for SQL ServerDescription: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.SQL State: 08001Native Error: Error in File C:DOCUME~1PCHO02~1ASPNETLOCALS~1TempCRAgingAR {601E0E56-4DE4-4DC1-A358-896394B4181C}.rpt:Unable to connect: incorrect log on parameters.i think it because i don't know how to deploy .can some one share how to do it?
View 7 Replies
Jan 26, 2011
I have tried to deploy a project using Windows Installer Deployment. And Successfully installed it in computer. But it is unable to connect with the Database in my system. Earlier the same project worked from my Visual studio but it is not working after the deployment.
View 3 Replies
Jan 7, 2010
I've created a Data Base project with some CLR functions and stored procedures.
I'd like to deploy the assembly under different schema then the default dbo.
Is it possible?
View 4 Replies
Feb 28, 2011
i have a project that is developed in asp.net 1.1. But i have vs 2010 installed...can i modify,debug and deploy from vs 2010.
View 1 Replies
Dec 9, 2010
I am using Visual Studio 2010 and therefore have RDLC 2010 so developed couple of reports but when I run the project within developer machine and tries to export in Excel it works fine. But when I deploy my project on UAT machine (IIS) it simply refuses to export with the following error"The file you are trying to open 'myreport[1].xls' is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file."then it ask do u want to open anyway...when you select YES then it comes simply blank.
View 1 Replies
Mar 1, 2011
i'm working on a project (ASP.NET). When i run my project it runs on IE6 because i'm using windows xp. I want to run it on other browsers like firefox, opera etc. can any one tell me how to do this. I've set the default browser as opera frm control panel but it didn't worked.
View 3 Replies
Aug 2, 2010
It is possible to create a Visual Studio Web Setup Project that deploy my files outside wwwroot folder and set IIS virtual directory to this folder?
View 1 Replies