I've upgraded to the latest development build and started getting a NullReferenceException on a line of code that used to work.
Proj4Projection prj = new Proj4Projection(Proj4Projection.GetEpsgParametersString(4326), Proj4Projection.GetEpsgParametersString(32611));
I've verified that the Prj4Projection.GetEpsgParameterString both returns results, the exception happens somewhere within the constructor.
Thanks,
.Ryan.