Constructor mad about something
Status: Inactive
Brought to you by:
toolbutton
I dl'ed your package and imported Atom.NET.dll, added the refferences, and got the code to compile. I get an error at runtime on the line
// create root feed element
AtomFeed feed = new AtomFeed();
It claims that "The type initializer for 'Atom.Utils.DefaultValues' threw an exception." and the inner exception tells me that Stream cannot be null.
I imported all the source code in an attempt to debug, and then it worked.
Perhaps that dll and your code are out of sync?
Logged In: NO
If you are compiling a .NET 2.0 application against the SF.net binary release of 0.4.3, then you will need to recompile Atom.NET using VS 2005 into a .NET 2.0 dll.