473,387 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

please help. '<', hexadecimal value 0x3C, is an invalid attribute character. Line 8,

I'm getting the following error below.

System.Configuration.ConfigurationException: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 8, position 68. (c:\inetpub\wwwroot\essential-ehs\e6dataimporter\bin\e6dataimportservice.exe.con fig line 8) ---> System.Xml.XmlException: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 8, position 68.

<configuration>
<appSettings>
<add key="MessageQueueName" value="jerry"/>
<add key="MessageTimeout" value="10000"/>
<add key="SupportLibs" value="C:\Inetpub\wwwroot\Essential-EHS\E6DataImporter\bin\"/>
<add key="SelectXMLPath" value="C:\Inetpub\wwwroot\Essential-EHS\_ESSXML\"/>
<add key="BusinessRulesPath" value="C:\Inetpub\wwwroot\Essential-EHS\E6DataImporter\Template Metadata\"/>
<add key="connectString" value="Provider=SQLOLEDB.1;Data Source=jerryc-desk;User ID=pwadm;Password=pwadm;Initial Catalog=plnt32;"/>
<add key="From" value="jerry.c@email-home.com"/>
<add key="SMTPServer" value="10.2.2.40"/>
<add key="AdminEmailID" value="jerry.c@email-home.com"/>
<add key="MaximumRows" value="500"/>
</appSettings>
</configuration>
Aug 14 '07 #1
2 16179
kestrel
1,071 Expert 1GB
Im not too sure, but this is XML right? Anyways, im going to move this to the XML forum. Have a Nice Day!

--
Kestrel
Aug 14 '07 #2
jkmyoung
2,057 Expert 2GB
It says you have a '<' character inside the string of an attribute somewhere.
From your code posted, I can't see it, and it seems to be well-formed when I cut and paste.

You could try using an xml editor, which should tell you exactly where the offending character is. If you do find a '<' character, try replacing it with the entity &lt;
Aug 14 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Brian Morris | last post by:
I'm new to .NET and just trying a few things out, like emailing. I created a form in Visual Studio .Net to input some information for generating an email and I'm getting the following error when it...
2
by: Pushpendra | last post by:
I am storing the encrypted password in xml file which I have saved in unicode format. While I try to read the xml file and create a dataset from it, it shows me the following error ...
1
by: King Kong | last post by:
we are facing this kind of error when we double click the infragistic web grid please help me on this Regards Moid Iqbal Server Error in '/NetworkAccess' Application....
2
by: theonlyzahid | last post by:
Hi, I am getting his weired error when i open my webpage. Parser Error Message: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 13, position 68. Source Error:
1
by: asem0525 | last post by:
Hello guys, I have this kind of problem: first, the textBox tbISBN has a value that is read from the text file, but then after pressing the "Clear" button, it should be realized, and when I enter...
4
by: jvictor118 | last post by:
I've been using the xml.sax.handler module to do event-driven parsing of XML files in this python application I'm working on. However, I keep having really pesky invalid token exceptions....
1
by: samarthkumar84 | last post by:
Hi I had used following code for sending e-mail but facing this problem. I want to send this e-mail in ASP.NET using VB.NET code. I am attaching both code an output. CODE Imports...
2
by: grahama2 | last post by:
Greetings. I am writing a database with a search feature to go through 1 table and extract relavant records to be displayed on a subform in spreadsheet style. I have 8 txt boxes that can all recieve...
5
by: Duncan McLeod | last post by:
Morning everyone, I'm still new to the programming world of C. I don't like asking for help but i think i may be asking for lots of help in the future months to come :( Here's my problem.. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.