|
Hi,
I am getting this error while creating word application instance from vb.net/c# for web applications.
Dcomcnfg is configured as per microsoft instructions for the same for the permissions.
But still I am getting error:
{"The message filter indicated that the application is busy." }
If any one can provide the resolution for the same that will be a great help.
Thanks and Regards,
Ashish
Complete Exception detail as below:
- exc {"The message filter indicated that the application is busy." } System.Exception + [System.Runtime.InteropServices.COMException] {System.Runtime.InteropServices.COMException} System.Runtime.InteropServices.COMException System.Object {System.Runtime.InteropServices.COMException} System.Object _className null string _COMPlusExceptionCode -532459699 int _exceptionMethod <undefined value> System.Reflection.MethodBase _exceptionMethodString null string _helpURL null string _HResult -2147417846 int _innerException { } System.Exception _message "The message filter indicated that the application is busy." string _remoteStackIndex 0 int _remoteStackTraceString null string _source null string + _stackTrace {System.Array} System.Object _stackTraceString null string _xcode -532459699 int _xptrs 0 int HelpLink null string HResult -2147417846 int InnerException { } System.Exception Message "The message filter indicated that the application is busy." string Source "WordApplication" string StackTrace " at WordApplication.CCWordApp..ctor() in d:\\wordapplication\\ccwordapp.cs:line 21\r\n at WordApplication.CreateNewDoc.Button2_Click(Object sender, EventArgs e) in d:\\wordapplication\\createnewdoc.aspx.cs:line 71" string + TargetSite {System.Reflection.RuntimeConstructorInfo} System.Reflection.MethodBase
|