It may be a compatibility issue. I would unregister all copies of the dll on your system, and remove it from your sytem32 directory. Then, recompile, keeping only a copy of the dll in your development folder for the time being. Then go to Project -> Properties -> Component tab and ensure Binary Compatibility is set. Then rerun your DLL and then open the ASP page.
Main Topics
Browse All Topics





by: wraith821Posted on 2005-11-04 at 04:54:01ID: 15223975
goto Project properties in vb. on the debugging tab enable start brwser with URL. put the url to the page you that calls the dll. (run the dll from vb.) press play in vb. this will open your web browser to the url. as the web browser opens and runs your code from your dll. you can add breakpoints and debug from there.
make sure in IIS that your website is an application and that the debugging flags in the application configuration settings reflect server side debugging.