Related questions
Register 32 bit COM DLL to 64 bit Windows 7
I have a 32 bit COM component DLL and this DLL is written in Delphi.
It's a Win32 DLL.
I want to use this DLL in my Visual C# project on .NET platform.
I can't add reference to this DLL in …
Server.CreateObject( ) failure with 32 bit Windows and IIS 7
Windows 7 32 bit, IIS 7.5.760016385
I created a DLL in Visual Basic 6.0 and trying to use it from within classic ASP code:
set obj = Server.CreateObject("a.b")
I get the following error:
006 ASP 0178
Server.CreateObject Access Error
The call to Server.…
MAPI Windows 7 64 bit
I've got a legacy application that creates an email message with an attachment. The code uses the MAPI interface to create the message. This code has worked for quite some time.
When the application is run on a Windows 7 64 bit …