简体   繁体   中英

What software prerequisite are required for a C# application at client side?

I have developed a C# application with the .NET framework v4.0 and back end with SQL Server 2012, it includes Crystal Reports v13. When deploying to client side, I have installed .NET 4.0 and SQL Server 2012, but still there is an error for Crystal Reports. How to get rid of it, and is there any other way besides installing SQL Server 2012 for database to work properly?

You may have to install crystal reports v 13 as well. If the database is in a server, you don't have to install SQL server in client side. Just create a sql connection to the server.

You have to install Crystal Reports Redistributable version at client side.

And as far as database is concerned, you can use Compact Edition of SQL Server.

You have to installed CRVS for this . Just check below link and installed appropriate.

http://scn.sap.com/docs/DOC-7824

http://scn.sap.com/thread/3424543

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM