I have a DLL in my application that exports 5 functions. This DLL internally uses a few C++ classes and finally provide the functionality to DLL client applications by means of those...
I am writting an extension that will be installed as a wildcard script map on Exchange's CAS Role machine. It will be installed on the virtual directory...
As it happens for ISAPI Extensions, that they are called and the data of incoming request is available to the Extension in the function HttpExtensionProc().
We have an application at client end that opens a long running connection with IIS. Ideally, it opens a connection with KeepAlive ON, and the server maintains the connection for as...
I ran SysInternal's ProcMon utility on the machine where the WWW service was running. I enabled file system monitoring while disabling other type of monitoring.
Yes, Definitely its Access Denied. Though I have already given READ+WRITE+EXECUTE+LIST+MODIFY permission to the user LOCAL_SERVICE. The WWW service executes under user LOCAL_SERVICE.
I am writing a simple application to start with Windows Mobile 6. Though, I have developed many applications on .NET Framework 1.1, but this is the first time I am working on Compact...
I have a Win32 GUI application that is a COM client as well. It is built using ATL Static link option. We have build the application using Visual C++ 7.1. I want to ensure that the application...
My COM DLL is already in use by VB and .NET clients. The problem I am facing is actually that the new methods that I have add to the COM DLL are not exposed to VB/.NET clients...
I am trying to add a method in a COM Interface. I know trhere is an "Add Method" wizard but it is not working due to some unknown problem (probably because the project was a VC 6.0 project...
I have a requirement of writing a WinForm application that should support "SKINS" for the UI. On applying a skin, the look and feel of the application can change drastically. Even...
I need to write own .NET component for use with WinForm, that can do this:
When component added to a WinForm Project, should enable all Controls and Forms to use the Skin.