Im getting the error below when i try to build my web app. the same code work on my other machine, but not in the main dev. i have the dll in the bin folder, too. and the error discription is nothing
I\'m seeing the following exception in my managed (C#) app c开发者_如何学JAVAalling an unmanaged assembly:
I am working on a project in C# to create a forms application. I would like to use IFileDialog and other functionality that is part of the native Windows API (or however ti should be called).
I already have a project that uses a lot of COM, and HRESULTS. Anyways I wa开发者_Go百科s wondering if it\'s possible to define your own HRESULT, AND be able to use the FormatMessage() for our own HRE