Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
...VFP and ASP and maybe other TLAs
Message
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00747333
Message ID:
00747438
Views:
19
Debugging VFP COM servers is no longer hard and there's really no need to use text files any more(maybe for quick and dirty stuff) - check out:
http://www.theproblemsolver.nl/aspdevelopmentanddebugging/index.htm

>>Have you tried to log that to a .txt, for example, to see what's arriving. >Debugging DLLs is hard, and that's one of the things I do often. I >basically use a TXT as my "debugout".
>
>>The question is: Can you pass an XML string to an ASP and have a VFP DLL process it?
>
>Yes you can. There must be some tiny detail there.
>
>>There's a side issue here too. Despite all my attempts to make sure that the object reference gets released, it doesn't. I've got to re-boot to re-build the DLL. Anyone have a clue about this?
>
>The DLL is cached inside IIS. You have two ways:
>
>The hard one is to open a CMD window ans issue IISRESET. That woudl reset the whole IIS -not very elegant for a production server.
>
>The second one is to put your DLL into COM+. Then the only thing you have to do is stop that single package, install the new version, and that's all.
>
>Hope this helps,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform