Click here to Skip to main content
16,004,887 members

Comments by josephbhaskar (Top 4 by date)

josephbhaskar 23-Dec-13 6:19am View    
Are you looking for complete code? Or are you struck at any logic implementation?
As you are learning, I suggest you to start coding and comeback if u r struck somewhere.
josephbhaskar 23-Dec-13 3:31am View    
welcome.. let me know if u face any other issues
josephbhaskar 23-Dec-13 1:52am View    
Try this:: Open the visual studio in "Run as administrator" mode. u can do this by doing a right click on the VS2010 icon.
Once the IDE is opened try to add the report. If you are still facing the issue, check if there is any error logged in event viewer.
josephbhaskar 12-Jul-13 1:28am View    
To connect to database, are you using native sql client or any 3rd party drivers?

Following is the connection string format I'm using in my project.

ConString="Server=10.60.1.25;Database=PinnacleDatabase;User Id=sa;Password=password123;"

Also try removing @ before connection string and check it.


If you are still getting the error, then post the complete error it will be helpful to resolve