I have a custom web service deployed in WSS v.3. I have an ASMX file
pointing to a DLL in the GAC. I am attempting to associate a new user
with an existing SharePoint Group, but when I attempt to reference
SPWeb in the WebService class, I get the following error when I debug:
"Unable to evaluate expression because the code is optimized or a
native frame is on top of the call stack"
I know this is a generic message, but could someone help me? It seems
impossible to reference SPWeb within the web service.