BugNET

Open source issue tracking & project management
| Login

Import Update!

We are currently in transition and have moved our discussions to CodePlex. These forums will remain as reference until we launch of our new site in the upcoming weeks. After that they will be removed.

Thank you for your patience during our transition.

Forums

HomeHomeDevelopment and...Development and...General Develop...General Develop...Bug while runningBug while running
Previous
 
Next
New Post
8/17/2009 8:42 AM
 

I am using Bugnet 0.8 source code.  While running the project i get the following error:

Server Error in '/BugNET' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Object reference not set to an instance of an object.

Source Error:

Line 17:     <DataProvider defaultProvider="SqlDataProvider">
Line 18:         <providers>
Line 19:             <add name="SqlDataProvider" type="BugNET.DataAccessLayer.SqlDataProvider, BugNET" connectionStringName="BugNET" />
Line 20: </providers> Line 21: </DataProvider>

Source File: C:\Users\tanvi\Documents\BugNET-0.8.129-Source\src\BugNET_WAP\web.config    Line: 19

 

Anyone got a clue?

 
New Post
8/19/2009 2:08 AM
Accepted Answer 

I have debugged this one. I think the problem was with the connection string. I changed it to

<add name="BugNET" connectionString="Data Source=.\SQLEXPRESS;Database=BugNet;User Id=BugNet;Password= BugNet;" providerName="" />

and its now running.Submit

 
Previous
 
Next
HomeHomeDevelopment and...Development and...General Develop...General Develop...Bug while runningBug while running


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.