Click here to Skip to main content
15,886,258 members
Home / Discussions / C#
   

C#

 
GeneralRe: Use report viewer from a text file? Pin
CelestialCoder23-Nov-09 1:18
CelestialCoder23-Nov-09 1:18 
QuestionWeb Service Config Error Pin
Programm3r22-Nov-09 20:04
Programm3r22-Nov-09 20:04 
AnswerRe: Web Service Config Error Pin
Programm3r22-Nov-09 20:55
Programm3r22-Nov-09 20:55 
GeneralRe: Web Service Config Error Pin
dojohansen23-Nov-09 1:12
dojohansen23-Nov-09 1:12 
AnswerRe: Web Service Config Error Pin
Shameel23-Nov-09 4:36
professionalShameel23-Nov-09 4:36 
GeneralRe: Web Service Config Error Pin
dojohansen23-Nov-09 7:40
dojohansen23-Nov-09 7:40 
QuestionExcel crashes when exce.exe.config file exists. Pin
SRKSHOME22-Nov-09 19:46
SRKSHOME22-Nov-09 19:46 
AnswerRe: Excel crashes when exce.exe.config file exists. Pin
dojohansen23-Nov-09 7:51
dojohansen23-Nov-09 7:51 
Since we don't know what the add-in is it's a bit hard to say much useful to this.

However, I'll speculate that Excel runs the add-in in-process, and there is probably a bug in the add-in that causes it to crash either whenever there is a configuration file or perhaps more likely when that configuration file contains some particular thing (or is invalid in some way). Any unhandled exception in the plug-in would take down the process it's running in.

The fact that the file is called Excel.exe.config is a hint that the plug-in runs in-process, since by default the configuration system will look for a file named the same as the process + ".config".
QuestionFTP Downloading a file (C# || VB.net) from a FreeBSD type System. Pin
khalidmehmoodawan22-Nov-09 19:21
khalidmehmoodawan22-Nov-09 19:21 
AnswerRe: FTP Downloading a file (C# || VB.net) from a FreeBSD type System. Pin
dojohansen23-Nov-09 7:53
dojohansen23-Nov-09 7:53 
GeneralRe: FTP Downloading a file (C# || VB.net) from a FreeBSD type System. Pin
khalidmehmoodawan23-Nov-09 15:14
khalidmehmoodawan23-Nov-09 15:14 
QuestionSample N Tier Windows Forms Application - C#.NET Pin
Reshma.R22-Nov-09 19:17
Reshma.R22-Nov-09 19:17 
AnswerRe: Sample N Tier Windows Forms Application - C#.NET Pin
dan!sh 22-Nov-09 19:30
professional dan!sh 22-Nov-09 19:30 
AnswerRe: Sample N Tier Windows Forms Application - C#.NET Pin
Abhijit Jana22-Nov-09 19:30
professionalAbhijit Jana22-Nov-09 19:30 
QuestionListBox Items Pin
Illegal Operation22-Nov-09 18:22
Illegal Operation22-Nov-09 18:22 
AnswerRe: ListBox Items Pin
Abhijit Jana22-Nov-09 18:35
professionalAbhijit Jana22-Nov-09 18:35 
Questionmail retrieval using c# Pin
nirmalsat22-Nov-09 17:27
nirmalsat22-Nov-09 17:27 
AnswerRe: mail retrieval using c# Pin
Dave Kreskowiak22-Nov-09 18:33
mveDave Kreskowiak22-Nov-09 18:33 
QuestionDatagridview userdefined unbound column properties [modified] Pin
TheCardinal22-Nov-09 17:09
TheCardinal22-Nov-09 17:09 
AnswerRe: Datagridview userdefined unbound column properties Pin
dojohansen23-Nov-09 1:25
dojohansen23-Nov-09 1:25 
GeneralRe: Datagridview userdefined unbound column properties Pin
TheCardinal23-Nov-09 16:00
TheCardinal23-Nov-09 16:00 
QuestionHow can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 17:04
mohant$.net22-Nov-09 17:04 
AnswerRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 18:13
professionalAbhijit Jana22-Nov-09 18:13 
GeneralRe: How can i open existing excel sheet using C# Pin
mohant$.net22-Nov-09 18:34
mohant$.net22-Nov-09 18:34 
GeneralRe: How can i open existing excel sheet using C# Pin
Abhijit Jana22-Nov-09 18:36
professionalAbhijit Jana22-Nov-09 18:36 

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.