Click here to Skip to main content
15,892,804 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to display records from database between two dates using calender control Pin
Eddy Vluggen13-Jun-14 7:32
professionalEddy Vluggen13-Jun-14 7:32 
AnswerRe: How to display records from database between two dates using calender control Pin
V.13-Jun-14 1:26
professionalV.13-Jun-14 1:26 
QuestionLong Range Camera Image Stabilization S/W Required Pin
panumaansi12-Jun-14 19:33
panumaansi12-Jun-14 19:33 
AnswerRe: Long Range Camera Image Stabilization S/W Required Pin
Pete O'Hanlon12-Jun-14 20:23
mvePete O'Hanlon12-Jun-14 20:23 
QuestionHelp with LINQ To SQL query... Pin
SledgeHammer0112-Jun-14 10:23
SledgeHammer0112-Jun-14 10:23 
AnswerRe: Help with LINQ To SQL query... Pin
Richard MacCutchan12-Jun-14 21:02
mveRichard MacCutchan12-Jun-14 21:02 
QuestionInstalling Office Interop assemblies on server Pin
nitin_ion12-Jun-14 2:12
nitin_ion12-Jun-14 2:12 
AnswerRe: Installing Office Interop assemblies on server Pin
Richard Deeming12-Jun-14 2:41
mveRichard Deeming12-Jun-14 2:41 
Installing the interop assembly on the server won't help. If the server doesn't have Office installed, you can't use Office on the server.

Also, using Office interop from an ASP.NET application is not supported, and will most likely fail in interesting ways:
Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit unstable behavior and/or deadlock when Office is run in this environment.


You would do better to use a supported solution, such as the Open XML SDK[^], or DocX[^].

There's even an article introducing DocX here on CodeProject: C#: Create and Manipulate Word Documents Programmatically Using DocX[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Installing Office Interop assemblies on server Pin
nitin_ion12-Jun-14 3:06
nitin_ion12-Jun-14 3:06 
GeneralRe: Installing Office Interop assemblies on server Pin
Bernhard Hiller12-Jun-14 21:16
Bernhard Hiller12-Jun-14 21:16 
GeneralRe: Installing Office Interop assemblies on server Pin
nitin_ion12-Jun-14 21:19
nitin_ion12-Jun-14 21:19 
AnswerRe: Installing Office Interop assemblies on server Pin
OriginalGriff12-Jun-14 2:43
mveOriginalGriff12-Jun-14 2:43 
GeneralRe: Installing Office Interop assemblies on server Pin
nitin_ion12-Jun-14 3:06
nitin_ion12-Jun-14 3:06 
QuestionHelp to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
EADever12-Jun-14 0:55
EADever12-Jun-14 0:55 
AnswerRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
OriginalGriff12-Jun-14 1:12
mveOriginalGriff12-Jun-14 1:12 
GeneralRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
EADever12-Jun-14 1:38
EADever12-Jun-14 1:38 
GeneralRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
OriginalGriff12-Jun-14 1:44
mveOriginalGriff12-Jun-14 1:44 
GeneralRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
EADever12-Jun-14 1:43
EADever12-Jun-14 1:43 
GeneralRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
OriginalGriff12-Jun-14 1:44
mveOriginalGriff12-Jun-14 1:44 
QuestionPropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 0:07
Mc_Topaz12-Jun-14 0:07 
AnswerRe: PropertyGrid - List rows in a file in a GridITem Pin
Eddy Vluggen12-Jun-14 0:35
professionalEddy Vluggen12-Jun-14 0:35 
QuestionRe: PropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 1:05
Mc_Topaz12-Jun-14 1:05 
GeneralRe: PropertyGrid - List rows in a file in a GridITem Pin
Eddy Vluggen12-Jun-14 3:00
professionalEddy Vluggen12-Jun-14 3:00 
GeneralRe: PropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 3:49
Mc_Topaz12-Jun-14 3:49 
GeneralRe: PropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 3:58
Mc_Topaz12-Jun-14 3:58 

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.