L
Lcubed
My WM5 C# application was working with a native DLL I created. Then I
needed to change the name of the DLL. Everything compiled properly,
but when I try to run my app with the renamed DLL, there is a "Can't
find PInvoke DLL" exception with no further information. I've followed
the steps to enable interop logging(http://blogs.msdn.com/stevenpr/
archive/2005/06/22/431612.aspx), but no file is created.
I've even tried generating a new project and copying the functions to
the new project with the same result.
Does anyone have any ideas on what I could be overlooking?
Thanks!
needed to change the name of the DLL. Everything compiled properly,
but when I try to run my app with the renamed DLL, there is a "Can't
find PInvoke DLL" exception with no further information. I've followed
the steps to enable interop logging(http://blogs.msdn.com/stevenpr/
archive/2005/06/22/431612.aspx), but no file is created.
I've even tried generating a new project and copying the functions to
the new project with the same result.
Does anyone have any ideas on what I could be overlooking?
Thanks!