Hi All,

I m developing an application in Asp.net with C#
this is to pubish some courses in the form of Word.

and its running fine on local and test server

but its creating problem on Live Server

and the problem is here in this line:
oDoc.Shapes.Range(ref i).GroupItems.get_Item(ref j).Visible = MsoTriState.msoFalse;

if i comment this line
its work fine

Can someone help me out