Thanks Cindy for your reply. It is just a sample app in .Net that was created by me to narrow down other App whichy launches word programatically using 11 interop.
Microsoft.Office.Interop.Word.Application wordApp = new Microsoft.Office.Interop.Word.Application(); wordApp.Visible = true;
Any help regarding narrowing down this issue would be helpful.
Thanks, Hari
"Cindy M." wrote:
[Quoted Text] > Hi =?Utf-8?B?aGFyaQ==?=, > > > One of our customers are having problems trying to launch word > > programatically > > > > "Exception from HRESULT: 0x8007013D" > > > > We already tried uninstalling and reinstalling office 11 but it didnt help. > > > Sounds like they're trying to automate using .NET? They should put their code > in try...catch blocks to get the full Exception information and then use a > Debug mode to determine what line of their code is causing the problem. > > There's no documentation for these kinds of errors that one can just look up > and then fix it. > > Cindy Meister > INTER-Solutions, Switzerland > http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) > http://www.word.mvps.org> > This reply is posted in the Newsgroup; please post any follow question or > reply in the newsgroup and not by e-mail :-) > >
|