When I run the following piece of code I get an error.
Workspace ws = (Workspace)wsm.Workspaces.CreateWorkspaceByServer("",
SASWorkspaceManager.Visibility.VisibilityProcess, null, "", "", out
errorMessage);
System.Runtime.InteropServices.COMException:
0
0x80080005
Server execution failed
I'm on an XP SP3 machine and i'm trying to run this locally. I have SAS 9.1 installed on my current machine. I tried SAS.EXE /REGSERVER but that didn't seem to do anything.
Thank You