with 2 web forms developers both debugging against the same server, one running VS on the server and one one a workstation.Both using IIS to run the web forms.
calling the v12 Sharepoint Services API, either developer experiences a
Retrieving the COM class factory for component with CLSID {BDEADEE2-C265-11D0-BCED-00A0C90AB50F}
failed due to the following error: 8007013d
from the first api command
spsite = new spsite(weburl)
when one developer is OK then the other will have the error. Problem cleared by recycling the pool. Then the first developer to run is OK. the second (regardless of who) will always get the error.
!!!!!!!!!!!!!!!!!!
Any one else had this or recognize it? Suggestions appreciated.