hi.
I need help so I leave this topic.
when open pptx file (File is attached) ,
Exception is thrown.
e.Message is "shape not found"
var ppt = new Presentation();
try
{
ppt.LoadFromFile(filePath);
}
catch (Exception e)
{
//TRACE
string err = e.Message;
}
How can I solve the problem?