|
-
Mar 8th, 2012, 09:37 PM
#1
Thread Starter
New Member
Crystal Reports .NET App Deployment problem
I've written a VB.net project with VS2010 for opening existing reports. Due to some pre-exisiting conditions, I have to change the data source location of the report at runtime via:
reportdocument.DatasourceConnections.Items(0).SetConnection(blahblah).
I'm testing deployment and have encountered a rather unusual problem. If Visual Studio 2010 and Crystal Reports for VS2010 are installed on the computer the program is running on, it works fine. If only Crystal Reports Runtime Engine/Redist for .NET Framework is installed (from this website, v13.0), the line of code above does not update connection info. No errors are produced, the .SetConnection simply doesn't change the server information in the reportdocument object. Tested on Windows 7 and Windows XP with the same results.
Has anyone experienced similar issues or could advise on a workaround? It's been pretty difficult to determine exactly what runtimes are needed for deploying a vb.net crystal reports application.
Last edited by dbcooper; Mar 8th, 2012 at 09:59 PM.
-
Mar 9th, 2012, 01:03 PM
#2
Re: Crystal Reports .NET App Deployment problem
The SAP forum has some really good experts, but sometimes it takes a long time. http://forums.sdn.sap.com/index.jspa
Good Luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|