Click here to Skip to main content
15,886,067 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Help for ASP.NET project in visual studio ?? Pin
ftakaoglu16-Jul-13 1:16
ftakaoglu16-Jul-13 1:16 
GeneralRe: Help for ASP.NET project in visual studio ?? Pin
Richard MacCutchan16-Jul-13 1:22
mveRichard MacCutchan16-Jul-13 1:22 
GeneralRe: Help for ASP.NET project in visual studio ?? Pin
Richard Deeming16-Jul-13 1:29
mveRichard Deeming16-Jul-13 1:29 
QuestionHow Do I Include References in an ASP.NET web site? Pin
Xarzu15-Jul-13 11:20
Xarzu15-Jul-13 11:20 
AnswerRe: How Do I Include References in an ASP.NET web site? Pin
Deane.S15-Jul-13 23:28
Deane.S15-Jul-13 23:28 
AnswerRe: How Do I Include References in an ASP.NET web site? Pin
Richard Deeming16-Jul-13 1:22
mveRichard Deeming16-Jul-13 1:22 
SuggestionRe: How Do I Include References in an ASP.NET web site? Pin
C For Code!!! 20-Jul-13 9:42
C For Code!!! 20-Jul-13 9:42 
QuestionRetrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)). Source Pin
Vishal Kumar Soni15-Jul-13 6:11
Vishal Kumar Soni15-Jul-13 6:11 
On windows 7, I have developed an application that read a template in word document format and create new word file by replacing place holders from template. My application is working fine on my local system, on server it log exception message that
----------------------------------------------------
Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).
Source

--------------------------------------------
It shows exception on below line-

Microsoft.Office.Interop.Word.ApplicationClass wordApp = new Microsoft.Office.Interop.Word.ApplicationClass();


Please do help.
AnswerRe: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)). Source Pin
Richard Deeming15-Jul-13 6:31
mveRichard Deeming15-Jul-13 6:31 
AnswerRe: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)). Source Pin
Manu V Nath18-Jul-13 18:58
professionalManu V Nath18-Jul-13 18:58 
QuestionHelp required in Integrating 3D Engine in ASP.net Web application Pin
Azghar Hussain15-Jul-13 2:27
professionalAzghar Hussain15-Jul-13 2:27 
QuestionRe: Help required in Integrating 3D Engine in ASP.net Web application Pin
jkirkerx15-Jul-13 13:46
professionaljkirkerx15-Jul-13 13:46 
QuestionHow do you clear temporary files in an ASP.NET website project? Pin
Xarzu15-Jul-13 0:25
Xarzu15-Jul-13 0:25 
AnswerRe: How do you clear temporary files in an ASP.NET website project? Pin
Ali Al Omairi(Abu AlHassan)15-Jul-13 2:08
professionalAli Al Omairi(Abu AlHassan)15-Jul-13 2:08 
AnswerRe: How do you clear temporary files in an ASP.NET website project? Pin
bVagadishnu15-Jul-13 7:22
bVagadishnu15-Jul-13 7:22 
Questionhow to end the session of chrome browser in asp.net (it is working in IE but not in Chrome) Pin
ven75314-Jul-13 7:14
ven75314-Jul-13 7:14 
AnswerRe: how to end the session of chrome browser in asp.net (it is working in IE but not in Chrome) Pin
jkirkerx14-Jul-13 12:46
professionaljkirkerx14-Jul-13 12:46 
GeneralRe: how to end the session of chrome browser in asp.net (it is working in IE but not in Chrome) Pin
ven75315-Jul-13 2:08
ven75315-Jul-13 2:08 
GeneralRe: how to end the session of chrome browser in asp.net (it is working in IE but not in Chrome) Pin
jkirkerx15-Jul-13 13:16
professionaljkirkerx15-Jul-13 13:16 
QuestionHttpContext values are lost during AJAX call after Adding masterpage Pin
Albert8313-Jul-13 22:29
Albert8313-Jul-13 22:29 
AnswerRe: HttpContext values are lost during AJAX call after Adding masterpage Pin
jkirkerx14-Jul-13 8:53
professionaljkirkerx14-Jul-13 8:53 
AnswerRe: HttpContext values are lost during AJAX call after Adding masterpage Pin
Albert8317-Aug-13 17:08
Albert8317-Aug-13 17:08 
QuestionThe file you are trying to open,XXXX,is in different format than specified by the file extension Pin
Jimmiraghu13-Jul-13 2:23
Jimmiraghu13-Jul-13 2:23 
AnswerRe: The file you are trying to open,XXXX,is in different format than specified by the file extension Pin
Bernhard Hiller14-Jul-13 21:58
Bernhard Hiller14-Jul-13 21:58 
Questionsample projects required Pin
ppayal12-Jul-13 20:29
ppayal12-Jul-13 20:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.