Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have created crystal report windows application,It's not running with AttachDbFilename=|DataDirectory|\ABC.mdf.

It's my connection string app.config.

<connectionstrings>
<add name="GodrejInteriour.Properties.Settings.GodrejInterioConnectionString">
connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\abc.mdf;Integrated Security=True"
providerName="System.Data.SqlClient" />


<appsettings file="..\app.config">
<add key="ConnString1" value="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ABC.mdf;Integrated Security=True">
<add key="ClientSettingsProvider.ServiceUri" value="">


Every thing it's running running in my application but getting problem with, only crystal report.

How can we run crystal report with this scenario?

Please help me hurry, It's urgent.

Ankit Agarwal
Software Engineer
Posted
Comments
Sandeep Mewara 26-Dec-12 13:31pm    
Not clear. What is the error/scenario?
[no name] 26-Dec-12 22:26pm    
My Data is not displaying in crystal report with attachdbfile name.
Error is- Logon Failed.

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