I'm trying to learn SSIS and I keep running into crashing issues with Visual Studio 2017. Basically learning the easy concepts of importing Excel into a database and every now and again I'll run into this error. Basically what will happen is that one of the step symbols will have [...] read more
I'm working on a Visual Studio add-in that displays a stage in a (windows form) window. Creating a new special project (related to the add-in) makes a new project with all the necessary .dlls for the user to interact with the stage in their own code. In the stage, actors [...] read more
We have developed an STA ATL COM OOP Server and all works fine, almost. We are facing a problem: As the COM client internally gets the result of any COM call through a windows message the WM_PAINT message (or any other message i guess) can be processed while waiting for [...] read more