Good day, I have a VS 6 project which utilizes the XSec api. When calling the "load" method from the DSIGSignature class, for example, an exception is thrown saying "Unknown attribute in <Reference> element"
I'm trying to debug this application but require more specific information to figure out what attribute is in fact causing this error to occur. What I would like to do it to be able to step into the "load" method source so I can better pin point the problem. I know there are other ways I could find my error (commenting out my code etc) but I would prefer to step into the Xsec source instead. I have tried to do this in several different ways to no avail. I would expect you would simply need to include xsec_1D.lib in the Project Settings -> Link tab but it doesn't do the trick. I've tried including the xsec project itself in the workspace but that doesn't help either. If anyone could shed some light ont his for me and offer other debugging methods that would be great. Thanks in advance Andrew