Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help on making a app like ms excel structure Pin
Steve S26-May-04 23:20
Steve S26-May-04 23:20 
GeneralRe: help on making a app like ms excel structure Pin
mujun27-May-04 18:38
mujun27-May-04 18:38 
Generalho wto insert a BMP as a resource on form design Pin
Zeeshan Bilal26-May-04 22:08
Zeeshan Bilal26-May-04 22:08 
GeneralRe: ho wto insert a BMP as a resource on form design Pin
mirex26-May-04 22:42
mirex26-May-04 22:42 
GeneralRe: ho wto insert a BMP as a resource on form design Pin
Zeeshan Bilal27-May-04 2:35
Zeeshan Bilal27-May-04 2:35 
GeneralRe: ho wto insert a BMP as a resource on form design Pin
Anonymous28-May-04 7:28
Anonymous28-May-04 7:28 
Generaldvdplayer class and player class Pin
foxele26-May-04 21:45
foxele26-May-04 21:45 
GeneralVS.Net --> VS.Net 2003: My working ISAPI Extension is now broken. Pin
mezla26-May-04 21:33
mezla26-May-04 21:33 
Hi all,

I'm writing my first ISAPI Extension. I'm not very familiar with anything webby, but everything has been going 'OK' Hmmm | :| so far (I haven't had to pull my hair out for more than about a day at a time before figuring stuff out).

Anyways... in order to debug my ISAPI Extension I followed the instructions found under this heading:
Establishing Windows NT Security Privileges and Debugging an IIS 4.0 DLL

at this website:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/vxtskdebuggingwithiis40orlater.asp
Dodgy as all hell, but it worked, so I'm not complaining. Suspicious | :suss:

As I said, everything was going well. I'd browse to right URL, see a nice web page, click some buttons, get another webpage... all good... until I moved from VS.NET 2002 to VS.NET 2003.

Now... when I browse to where my extension is (and where it has always been), I don't even get into my DLL (not even to the constructor of my extension class). I get this error instead:
"First-chance exception at 0x77f966bc in Inetinfo.exe: 0xC0000139: Entry Point Not Found."

and the resulting web page tells me this:
"The specified procedure could not be found."

I'm not exactly sure where to start with this... Confused | :confused:

The only thing I can see that has changed is that when InetInfo.exe starts (when I run the debugger), it loads these:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_filter.dll
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\msvcr71.dll

and I'm assuming it would have previously loaded them from
C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705

My box:
Windows XP Pro sp1
IIS 5.1
Visual Studio .NET (2002)
Visual Studio .NET 2003
IE 6 sp2

Mez is not pez.
GeneralTrouble with CTreeCtrl Pin
arisrom26-May-04 21:11
arisrom26-May-04 21:11 
GeneralPrinting HTML Page Pin
senthil_kumar_project26-May-04 21:09
senthil_kumar_project26-May-04 21:09 
GeneralJSP Tag Insert Dynamically Pin
senthil_kumar_project26-May-04 20:21
senthil_kumar_project26-May-04 20:21 
GeneralDetecting Keyboard Pin
Ajay_Saraf26-May-04 18:58
Ajay_Saraf26-May-04 18:58 
GeneralRe: Detecting Keyboard Pin
cheesepirate27-May-04 0:45
cheesepirate27-May-04 0:45 
GeneralRe: Detecting Keyboard Pin
Ajay_Saraf28-May-04 21:59
Ajay_Saraf28-May-04 21:59 
GeneralRe: Detecting Keyboard Pin
Ajay_Saraf31-May-04 20:41
Ajay_Saraf31-May-04 20:41 
Questionhow to change visiblity of control from code? Pin
treetops26-May-04 18:14
treetops26-May-04 18:14 
AnswerRe: how to change visiblity of control from code? Pin
Ryan Binns26-May-04 18:36
Ryan Binns26-May-04 18:36 
GeneralReceiving from a socket Pin
monrobot1326-May-04 17:17
monrobot1326-May-04 17:17 
GeneralRe: Receiving from a socket Pin
Ryan Binns26-May-04 18:43
Ryan Binns26-May-04 18:43 
GeneralRe: Receiving from a socket Pin
bryce26-May-04 19:09
bryce26-May-04 19:09 
GeneralRe: Receiving from a socket Pin
Antony M Kancidrowski27-May-04 2:18
Antony M Kancidrowski27-May-04 2:18 
GeneralRe: Receiving from a socket Pin
monrobot1327-May-04 8:43
monrobot1327-May-04 8:43 
GeneralRe: Receiving from a socket Pin
Antony M Kancidrowski27-May-04 11:05
Antony M Kancidrowski27-May-04 11:05 
GeneralSQLBindParameter Problems...need helps!!!!! Pin
**bamboo**26-May-04 17:00
**bamboo**26-May-04 17:00 
GeneralASSERTION ERROR IN MFC MDI, HELP Pin
MFC_R_O_O_K_I_E26-May-04 16:40
MFC_R_O_O_K_I_E26-May-04 16:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.