Just trying to compile and debug the sample service....
1. Firstly, the sample service SampleServiceTest.html refers to version 2.1.14 of browserplus-min.js and results in a "'null' is null or not an object" error at line 1, char 3880. Changing the page to link with version 2.3.1 fixes the problem.
2. Readme.txt refers to
http://browserplus.yahoo.com/developer/services/tutorial/, which does not exist.
3. How do I debug the dll in VS? I don't think IE loads the dll that I build. When a service is installed, is the dll copied someplace?
Thank you!