Hi there,
I'm trying to use the SASObjectManager object to create a workspace on the local SAS server, in a Visual Studio 2005 C# project. I have referenced all the necessary type libraries. The following C# code snippet...
ObjectFactory objectFactory = new ObjectFactory();
SAS.Workspace ws = (SAS.Workspace)objectFactory.CreateObjectByServer("", true, null, "", "");
throws an exception:
Class not registered
0x80040154
Any help would be greatly appreciated -- thanks!
Audi