Hi I have a windows form and a Crystal Report (.rpt) in my project. I am using crystal report viewer to view the report. But when I load the form it asks for the Database logon, i.e, username and password! My DB does not have any username and password, it has integrated security. I have tried checking the integrated security box, leaving the fields empty, but it is not logging me in! Please help, I cannot view the report because of this.
相关问题
- Visual Studio 2010 randomly says the command line
- (ASP.NET) Project file must include 'WindowsBa
- Partial Form Class C# - Only display code view for
- How do I create a multidimensional array of object
- Why does this code not compile?
相关文章
- How to show location of errors, references to memb
- Log4Net Multiple Projects
- Compiling error in C++ project with C and C++ code
- How to use Mercurial from Visual Studio 2010?
- VSIX: execute code on VS startup
- Copy different file to output directory for releas
- How do we alias a Sql Server instance name used in
- visual studio 2010 confirmation on close
Use
<startup useLegacyV2RuntimeActivationPolicy="True">
in the app.config file.