Results 1 to 3 of 3

Thread: debug dll

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    779

    Question debug dll

    Is there a way to debug my dll on a web server running IIS? I'm having problems, my dll works fine when I run it in a VB program on the web server, but when I run it from a web page in ASP it doesn't work. I need to debug, please help.

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Not really bit I can guide you as to how we cope with this at work...

    If you're using NT, create a common modula procedure which writes out a string to the NT Event Log, if you're on a win9x platform I think you can use the DrWatson log.

    In every procedure, you then setup your error handling to create a string of the error - something like "something went wrong in sub form_load with the error number 5 and description of xxx". This string is then passed to the logging procedure & this'll let you view a meaningful message when you're program is live & gets problems!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    Lively Member
    Join Date
    Aug 2002
    Posts
    126
    u can debug VB DLL, even on a web server, but must have VB IDE on that machine
    read the following KB:
    http://support.microsoft.com/default...b;en-us;200998

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width