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

HomeHomeSupportSupportInstalling BugN...Installing BugN...XML Parsing Error - 0.7b1 InstallXML Parsing Error - 0.7b1 Install
Previous
 
Next
New Post
11/17/2006 9:33 AM
 
After I finally got the Install process to work, I had to stop inheriting permissions and just game Everyone full access, I tried to view my new installation and I got an XML Parsing Error:

XML Parsing Error: no element found
Location: http://localhost/BugNet/Default.aspx
Line Number 1, Column 1:

I thought it might has been some changes I made to one of the config files, Log4Net.Config or Web.Config, but both of them are validate XML. So I'm not sure exactly what the issue is.

Since I was only testing the 0.67 version of BugNet I decided to just go thru the New Install process, and everything was looking good, but now I'm getting this XML error.

Has anyone else got this issue?
 
New Post
11/17/2006 1:39 PM
 
drofnas wrote
After I finally got the Install process to work, I had to stop inheriting permissions and just game Everyone full access, I tried to view my new installation and I got an XML Parsing Error:

XML Parsing Error: no element found
Location: http://localhost/BugNet/Default.aspx
Line Number 1, Column 1:

I thought it might has been some changes I made to one of the config files, Log4Net.Config or Web.Config, but both of them are validate XML. So I'm not sure exactly what the issue is.

Since I was only testing the 0.67 version of BugNet I decided to just go thru the New Install process, and everything was looking good, but now I'm getting this XML error.

Has anyone else got this issue?


I would double check to make sure there isn't a "special character" or something that you may have added when editing the files.

I have received this with other xml files when there is a bad character  ( although it will still validate in certain circumstances)

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
11/17/2006 6:35 PM
 

I have same error with new version of Bugnet. I get this exact same error when viewing in Firefox 2.0 browser.

XML Parsing Error: no element found
Location: http://localhost/BugNet/Default.aspx
Line Number 1, Column 1:

Now I have loaded the project in the VS2005 and when I debug, it opens blank IE browser window for the Default page. Also has many errors about not finding the schema. I am very new to VS2005 and don't know what to do next to try and fix.

 
New Post
11/18/2006 5:52 AM
 
This may be an encoding issue?

Try opening the web.cofnig file and changing the xml declaration

<?xml version="1.0" encoding="UTF-8" ?>

And and saving the file with Unicode UTF-8 settings.

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
11/21/2006 12:12 PM
 
I tried opening the main Web.config file up and re-saved it as UTF-8 as well as added the encoding type to the XML node. This didn't seem to stop the problem from occurring. I even tried renaming the file to XML then opened it up with in IE as well as a program called XMLPad, both of them show this file as being valid XML. So I don't think there is any weird characters in the file.

Anyone else find a fix for this problem?
 
Previous
 
Next
HomeHomeSupportSupportInstalling BugN...Installing BugN...XML Parsing Error - 0.7b1 InstallXML Parsing Error - 0.7b1 Install


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.