I am now unable to make a new Quickroute document - I get the error message given below (Object reference not set to an instance of an object). Details:
- Everything worked earlier, now I get this error message every time I want to adjust a new route to a map.
- It has worked earlier on the same version (i.e. it is not new version that is the problem - I've had Version 2.3 for a long time - without problems until quite recently)
- It happens for both GPX-files and via the ANT-agent. Thus it is probably not a problem with ANT or GPX.
- I've tried reinstalling QuickRoute - but no change
- I can reopen old quickroute-files without problem. I can also open jpg-files saved with QuickRoute.
Any ideas?
Object reference not set to an instance of an object.
----------------------------------------------------------------------------------------------------
at QuickRoute.BusinessEntities.LongLat.Project(LongLat projectionOrigin)
at QuickRoute.BusinessEntities.Route.BoundingProjectedRectangle(LongLat projectionOrigin)
at QuickRoute.BusinessEntities.RouteAdjustmentManager.CreateInitialTransformationMatrix(Route route, Size mapSize, LongLat projectionOrigin)
at QuickRoute.BusinessEntities.Session..ctor(Route route, LapCollection laps, Size mapSize, GeneralMatrix initialTransformationMatrix, LongLat projectionOrigin, SessionSettings settings)
at QuickRoute.BusinessEntities.Document..ctor(Map map, Route route, LapCollection laps, GeneralMatrix initialTransformationMatrix, LongLat projectionOrigin, DocumentSettings settings)
at QuickRoute.UI.Main.NewDocument(String routeFileName)