when trying to load shape files the streamresourceinfo does not populate and a null exception occures
the error with the sr object is NullreferenceException was unhandled by user code A copy of the project senduit.com/cce092
StreamResourceInfo sr = Application.GetResourceStream(new Uri(@"Resource/countries02.SHP", UriKind.RelativeOrAbsolute));
e.AlternateStream =sr;
break;
Object reference not set to an instance of an object.