Click here to Skip to main content
15,887,302 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I am using "Microsoft Interop Word dll for resume parsing. My functionality is working fine at my local machine. I have two server one is Windows 2008 and Windows 2012 server. I have deployed my code on both server. In Windows 2008 is working find and in windows 2012 giving exception like -

"HttpException (0x80004005): Request timed out."

When I debug my code at Windows 2012 server. Request going for infinite time and after some time its giving such types of error "HttpException (0x80004005): Request timed out."

It is not executing this code of line and going for infinite -

Microsoft.Office.Interop.Word.Application Application = new Microsoft.Office.Interop.Word.Application();
Posted
Updated 8-Feb-15 18:34pm
v2
Comments
hiperionr3 24-Mar-17 7:22am    
Hello, I have the same problem. Did you find the solution?

Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900