The same problem as reported in item 2434. I just downloaded 2.5 and got the same error message when launch the application. Build is ok. Please help. Thanks
I'm using the 2.5 sources. I get the following in the build: Application -> <MyFolderLocation>\xmlnotepad\Application\bin\Debug\XmlNotepad.exe "<MyFolderLocation>\xmlnotepad\PublishDrop.cmd" "<My...
When I open a file and save it (with or without editing it), XML Notepad adds three characters to the beginning of the file: hex EF,BB,BF. This doesn't make XML parsers happy. Version is 2.5.2798...
I have UTF-8 XML file with Greek text in it. XMLDiff shows it as garbage chars and right clicking its view (it seems to use IE WebBrowser control) and checking Encoding it says "Greek" instead of A...
Hi, I've just downloaded the source. I can build the solution, but I can't start it. I receive an error message (see attachment) Thank xou for your help. Regards
at the Program.cs file at using System.Globalization; using System.Threading; and at the main routine, add System.Threading.CurrentUICulture = System.Threading.CurrentCulture; you should also m...
To be able to run the solution directly, please right click the Application project and use the "Set as Startup project" action, then save solution again and publish
title says it all.. also get errors when trying to open project for Application: error from VS 2005 follows: One or more errors encountered while loading the designer. The errors are listed belo...
when you document your xml using <annotation> and <documentation>, XML Notepad 2007 shows (in case you hover over the element) the description(documentation) of the type instead of the element. so ...