Even i need to know about the GetTogethers in Code Project. Would love to join ! !
Vaidhya P
Even i need to know about the GetTogethers in Code Project. Would love to join ! !
Vaidhya P
var pptApplication = new ppt.Application();
var presentation = pptApplication.Presentations;
var pptPresentation = presentation.Open2007(DocumentURL, MsoTriState.msoTrue, MsoTriState.msoTrue, MsoTriState.msoFalse);
i am trying to load a presentation : DocumentURL is the Place where i kept my ppt (2003-2007). but i am getting insufficient memory to continue the program execution error. i tried various codes and methods to solve : but failed. its working fine when i keep it local. when i host it i am getting this error. Thanks in advance, Vaidhya.P