Skip to main content

Posts

Showing posts from January, 2013

Error : Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005

Error Message :Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80080005. When we tried to use word automation from .Net in ASP .Net application earlier it was working but then it stopped working in some of the machine giving error “Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005.”. We had DCOM setting in place, IIS setting was also ok. Then I got following solution:

MS Office Word Automation in asp.net C#

MS Office Word Automation in asp.net C# 1. Development Tools Used     Microsoft Visual Studio 2005     Microsoft Word 2003     Programming Language: C#

How to download file from Server using ASP.NET and C#

How to download file from Server using ASP.NET and C#  Here i am providing the reference code to download file from our web application.......

textbox character counting on keypress using javascript in asp.net

Number of characters in TextBox control   The JavaScript used to limit the number of characters in a TextBox control. This client-side script utilized