Thanks for the response
No real connectio to sharePoint.
Im just trying to create the object and open it inside a web serive.
something like this:
FramerControl framer = new FramerControl();
framer.Open(@"C:\presentation.ppt", true, "Powerpoint.Show", System.Reflection.Missing.Value, System.Reflection.Missing.Value);
and i get this error.
Any ideas?