-
Spring.Objects.Factory.Xml.NamespaceParserRegistry
I had to change the line 343 from:
schemas.Add(namespaceUri, schemaDocument, new XmlResourceUrlResolver());
to:
schemas.Add(XmlSchema.Read(schema.InputStream, null));
So I wouldn't get the following error while calling the dll from a VB6 application.
2009-05-25 10:36:48,096 [4844] FATAL Grad.Vb2NetAbstractStarter (null) -...
2009-05-26 09:45:49 UTC by mstipanov
-
bbaia committed patchset 3410 of module Spring.Net to the Spring Framework .NET CVS repository, changing 1 files.
2008-07-04 13:20:40 UTC by bbaia
-
bbaia committed patchset 3409 of module Spring.Net to the Spring Framework .NET CVS repository, changing 4 files.
2008-06-23 07:19:51 UTC by bbaia
-
lahma committed patchset 204 of module Spring.Net.Integration to the Spring Framework .NET CVS repository, changing 2 files.
2008-06-09 10:57:07 UTC by lahma
-
lahma committed patchset 203 of module Spring.Net.Integration to the Spring Framework .NET CVS repository, changing 6 files.
2008-06-09 10:03:14 UTC by lahma
-
markpollack committed patchset 3408 of module Spring.Net to the Spring Framework .NET CVS repository, changing 5 files.
2008-05-30 21:11:55 UTC by markpollack
-
markpollack committed patchset 3407 of module Spring.Net to the Spring Framework .NET CVS repository, changing 12 files.
2008-05-30 21:09:22 UTC by markpollack
-
markpollack committed patchset 3406 of module Spring.Net to the Spring Framework .NET CVS repository, changing 5 files.
2008-05-29 17:26:35 UTC by markpollack
-
oakinger committed patchset 3405 of module Spring.Net to the Spring Framework .NET CVS repository, changing 9 files.
2008-05-29 12:13:27 UTC by oakinger
-
markpollack committed patchset 3404 of module Spring.Net to the Spring Framework .NET CVS repository, changing 2 files.
2008-05-28 16:33:49 UTC by markpollack