-
Hi people, I'm having some trouble to use Nini.
As I read in many sites, I "installed" Nini using the commandline "gacutil.exe /i C:\WINDOWS\system32\Nini.dll".
After the Success notification, I start Visual Studio 2005, start a new Visual Basic project, and when I type "Imports Nini.Config" here comes the error:
"The type or namespace Nini can not be...
2009-10-16 18:10:48 UTC by webflashing
-
I was just wondering what the point of using the custom made orderedlist class is when there is the OrderedDictionary collection that seems to have all the same functionality already present.
2009-10-14 23:29:12 UTC by descentjs
-
There is now way to determine via the IConfigSource if a configuration source has been initialised. In particular, when using RegistryConfigSource there is no way to determine if a call to AddMapping will throw an exception:
RegistryConfigSource ConfigSource = new RegistryConfigSource();
ConfigSource.AddMapping(Registry.CurrentUser, registryKey);
Which throws "System.ArgumentException...
2009-07-01 14:48:48 UTC by nobody
-
I've submitted a patch that should fix this issue.
2008-12-12 01:57:17 UTC by nobody
-
Hey guys, just came accross a bug, when using Nini, if you give it a file that has no request section but it does have keys. Then you get a null reference exception. Ive created a fix and a test for you to integrate if you see fit.
Test (To go in IniDocumentTest.cs)
[Test]
public void NoSectionExistsButKeysExist ()
{
StringWriter writer = new StringWriter ();...
2008-12-12 01:52:45 UTC by nobody
-
Not a bug - I was unaware of the IniReader.ConsumeAllKeyText feature.
2008-10-27 00:38:10 UTC by nickersonj
-
In an IniConfig resource, if the file contains a key/value pair with double quotes (") in a string value, the value will be truncated before the first double quote when read.
2008-10-24 05:27:54 UTC by nickersonj
-
It would be fine to have a property to enable/disable space character around equal sign (between attribute name and value).
-> relevant in IniWriter.cs, l.163 and l.170.
In my case the spaces caused a failure, because the values contains spaces at the beginning of the string.
2008-07-24 06:52:57 UTC by nobody
-
If trying to delete multiple keys or sections, only one is deleted.
In XMLConfigSource I had to fix how it was going through each node to determine which ones to remove. Below are the updated methods. The same problem exists in the same methods in DotNetConfigSource.
///
/// Removes all XML sections that were removed as configs.
///
private void...
2008-07-20 05:05:04 UTC by gpraceman
-
bevnY6 lkcdsiyoluro, [url=http://ijnaqjgvgmbi.com/]ijnaqjgvgmbi[/url], [link=http://cdwbzirogeec.com/]cdwbzirogeec[/link], http://ogljszjldbtv.com/.
2008-07-02 08:24:01 UTC by nobody