Random Post: Unicode Surprises
RSS .92| RSS 2.0| ATOM 0.3
  • Home
  • About
  • Eric’s Toolset
  • Free Software
  • Software License
  •  

    ArgumentException Creating an XmlSerializer

    May 26th, 2007

    I ran into a kind of baffling problem. I’ve got some .NET code that is also accessible to Java via JNI. There are unit tests for the .NET code that all pass. To test the Java to .NET connection, I wrote a few JUnit tests which worked fine when run from the IDE, but failed when run from Ant. The failure was ultimately caused by an ArgumentException when creating an XmlSerializer.

    Read the rest of this entry »


    Assembly Names

    May 7th, 2007

    I always have a hard time keeping straight all the possible ways of getting an assembly’s name and what form the various methods return. Here’s a little program and its output for a reference.

    Read the rest of this entry »