D
David Sacks via .NET 247
Hi,
Was wondering if anyone knows how to get an ISAPI dll to workwith managed .NET code? I have an exisiting ISAPI dll and I'dlike to get it working with some .NET managed code. I've enabledthe /clr option, integrated my managed code into the unmanagedcode and have my dll compiling and linking. Initialially I gotthe following error: LNK4243 'DLL containing objects compiledwith /clr is not linked with /NOENTRY; image may not runcorrectly'.
I found Microsofts KBA 814472 and followed its instructions. Nowit links without any errors. However, when I go to access thedll through IIS, I get a 500 error with the following win32error - 127 (The specified procedure could not be found.). I'vetried to debug into the dll, however it appears to never getcalled (loaded). My guess is, the correct ISAPI dll entry pointmay not exist anymore since following all the instruction in814472.
Any ideas or help would be greatly appreciated.
Was wondering if anyone knows how to get an ISAPI dll to workwith managed .NET code? I have an exisiting ISAPI dll and I'dlike to get it working with some .NET managed code. I've enabledthe /clr option, integrated my managed code into the unmanagedcode and have my dll compiling and linking. Initialially I gotthe following error: LNK4243 'DLL containing objects compiledwith /clr is not linked with /NOENTRY; image may not runcorrectly'.
I found Microsofts KBA 814472 and followed its instructions. Nowit links without any errors. However, when I go to access thedll through IIS, I get a 500 error with the following win32error - 127 (The specified procedure could not be found.). I'vetried to debug into the dll, however it appears to never getcalled (loaded). My guess is, the correct ISAPI dll entry pointmay not exist anymore since following all the instruction in814472.
Any ideas or help would be greatly appreciated.