ThinkGeo.com    |     Documentation    |     Premium Support

How to access exception messages in FDO?

Hi,


I'm getting a curious exception error when trying to load a specific MapInfo TAB. It's a reprojected copy, that I've just renamed, so I'm kinda baffled about the problem.


And I'm also unable to find the cause, since all I have is the text "Exception has been thrown by the target of an invocation" in the map's upper left corner.


Is the full error message written somewhere that I can access ?


Thanks.


 



 


Lars,
 
I have done some research that I found the exception you mentioned is not handled by MapSuiteCore or FdoExtension assembly, we use reflect way to call API from the third part Fdo unmanaged assemblies which are existing at system32 folder, so we are unable to show full error message to the user. However Fdo is an open source project, if we can convert all code to the managed c# code and integrate to our assembly, we will easy to make it better. But unfortunately, we have on way to do it so far, sorry for inconvenice.
 
Thanks,
James

Hi James,


So what you're saying is that you only wrap an existing COM DLL in your assemblies ?


 



Lars, 
  
 We have both managed and unmanaged assemblies, you don’t need to know the detail of what we implement. 
  
 Sorry for inconvenice. 
  
 Thanks, 
 James