Click here to Skip to main content
15,908,834 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTime Display Pin
kirthikirthi25-Sep-06 23:53
kirthikirthi25-Sep-06 23:53 
AnswerRe: Time Display Pin
Exelioindia26-Sep-06 1:53
Exelioindia26-Sep-06 1:53 
GeneralRe: Time Display Pin
kirthikirthi26-Sep-06 18:54
kirthikirthi26-Sep-06 18:54 
GeneralRe: Time Display Pin
Exelioindia26-Sep-06 20:45
Exelioindia26-Sep-06 20:45 
GeneralRe: Time Display Pin
kirthikirthi27-Sep-06 18:34
kirthikirthi27-Sep-06 18:34 
AnswerRe: Time Display Pin
Exelioindia27-Sep-06 19:15
Exelioindia27-Sep-06 19:15 
GeneralRe: Time Display Pin
kirthikirthi27-Sep-06 21:57
kirthikirthi27-Sep-06 21:57 
Question'The server threw an exception Pin
vivekdeshpande25-Sep-06 23:48
vivekdeshpande25-Sep-06 23:48 
hi everybody
I am going to open Word file through asp.net
for that i wrote following code

using System.Runtime.InteropServices;
using Word;

Private Word.ApplicationClass oWordApplic;
// a reference to Word application

private Word.Document oDoc;// a reference to the document


oWordApplic = new Word.ApplicationClass();
object fileName = strFileName;
object readOnly = false;
object isVisible = true;
object missing = System.Reflection.Missing.Value;



oDoc=oWordApplic.Documents.Open(ref fileName,ref missing,ref readOnly,ref missing,ref missing,ref missing,ref missing,ref missing,ref missing,ref missing,ref missing,ref missing,ref isVisible,ref missing,ref missing,ref missing);

when executing
oWordApplic.Documents.Open()

Exception Occurs 'The server threw an exception'.

so plz tell me then solution to oversome to this problem


vivek deshpande
Questionpartial class Pin
amaneet25-Sep-06 23:31
amaneet25-Sep-06 23:31 
AnswerRe: partial class Pin
_AK_25-Sep-06 23:39
_AK_25-Sep-06 23:39 
GeneralRe: partial class Pin
amaneet25-Sep-06 23:54
amaneet25-Sep-06 23:54 
GeneralRe: partial class Pin
_AK_26-Sep-06 0:00
_AK_26-Sep-06 0:00 
AnswerRe: partial class Pin
Sathesh Sakthivel25-Sep-06 23:47
Sathesh Sakthivel25-Sep-06 23:47 
GeneralRe: partial class Pin
_AK_26-Sep-06 0:00
_AK_26-Sep-06 0:00 
Questionproblem with Autoincreament Column Pin
Amit Agarrwal25-Sep-06 23:06
Amit Agarrwal25-Sep-06 23:06 
AnswerRe: problem with Autoincreament Column Pin
_AK_25-Sep-06 23:11
_AK_25-Sep-06 23:11 
GeneralRe: problem with Autoincreament Column Pin
Amit Agarrwal25-Sep-06 23:17
Amit Agarrwal25-Sep-06 23:17 
GeneralRe: problem with Autoincreament Column Pin
_AK_25-Sep-06 23:19
_AK_25-Sep-06 23:19 
GeneralRe: problem with Autoincreament Column Pin
Amit Agarrwal26-Sep-06 0:00
Amit Agarrwal26-Sep-06 0:00 
GeneralRe: problem with Autoincreament Column Pin
_AK_26-Sep-06 0:01
_AK_26-Sep-06 0:01 
GeneralRe: problem with Autoincreament Column Pin
Colin Angus Mackay26-Sep-06 0:58
Colin Angus Mackay26-Sep-06 0:58 
GeneralRe: problem with Autoincreament Column Pin
_AK_26-Sep-06 1:11
_AK_26-Sep-06 1:11 
Questionselecting all tables in my db Pin
tmoney10125-Sep-06 22:35
tmoney10125-Sep-06 22:35 
QuestionASP.NET 2.0 Databind and LINQ incompatible? Pin
dy1325-Sep-06 21:24
dy1325-Sep-06 21:24 
QuestionASP.NET (C#.Net) Pin
Hrushikesh Mokashi25-Sep-06 21:12
Hrushikesh Mokashi25-Sep-06 21:12 

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.