K
Kevin Burton
I have a C++ .NET wrapper for some functions that depends
on a particular DLL. If that software is not installed I
would like to be able to gracefully handle the situation
rather than be prompted that the DLL/assembly or one of
it's dependencies could not be found. I tried to 'catch'
the FileNotFoundException but my catch seems to be
ignored. Does anyone know how I can acheive this
functionality?
Thank you.
Kevin
on a particular DLL. If that software is not installed I
would like to be able to gracefully handle the situation
rather than be prompted that the DLL/assembly or one of
it's dependencies could not be found. I tried to 'catch'
the FileNotFoundException but my catch seems to be
ignored. Does anyone know how I can acheive this
functionality?
Thank you.
Kevin