C
Christopher Kimbell
Hi,
I am trying to make data that is retrieved from old MFC code available
through a WebService.
I created a Winform application for test purposes and got the
managed/unmanaged code to work.
When I tried the same in the WebService, I got a FileNotFoundException on
one of the MFC dll's.
After some investigation, I added the MFC dll location to the path.
Previously I tried to copy them
to the bin folder but discovered that the assemblies are moved to a
temporary folder,
without my old MFC dll's.
After modifying the path, I get an Internal Server Error. When I enable
Unmanaged debugging,
it is successful in attatching to the process but nothing else, the test
page for WebServices doesn't
come up, I gave up after several minutes. Managed debugging works.
When I developed my Winforms test application, I had to call AfxWinInit() to
initialize MFC,
is this required when the call comes from a WebService?
If anybody has any ideas, pointers, references on the topic, any help would
be apreciated.
Chris
I am trying to make data that is retrieved from old MFC code available
through a WebService.
I created a Winform application for test purposes and got the
managed/unmanaged code to work.
When I tried the same in the WebService, I got a FileNotFoundException on
one of the MFC dll's.
After some investigation, I added the MFC dll location to the path.
Previously I tried to copy them
to the bin folder but discovered that the assemblies are moved to a
temporary folder,
without my old MFC dll's.
After modifying the path, I get an Internal Server Error. When I enable
Unmanaged debugging,
it is successful in attatching to the process but nothing else, the test
page for WebServices doesn't
come up, I gave up after several minutes. Managed debugging works.
When I developed my Winforms test application, I had to call AfxWinInit() to
initialize MFC,
is this required when the call comes from a WebService?
If anybody has any ideas, pointers, references on the topic, any help would
be apreciated.
Chris