Click here to Skip to main content
16,005,552 members
Home / Discussions / C#
   

C#

 
Questionworld 2003 Pin
TAREQ F ABUZUHRI19-Aug-06 4:56
TAREQ F ABUZUHRI19-Aug-06 4:56 
AnswerRe: world 2003 Pin
Nader Elshehabi20-Aug-06 2:07
Nader Elshehabi20-Aug-06 2:07 
GeneralRe: world 2003 Pin
TAREQ F ABUZUHRI20-Aug-06 4:00
TAREQ F ABUZUHRI20-Aug-06 4:00 
GeneralRe: world 2003 Pin
Nader Elshehabi20-Aug-06 6:18
Nader Elshehabi20-Aug-06 6:18 
QuestionProblem with excel 97 Pin
AnnnS19-Aug-06 2:50
AnnnS19-Aug-06 2:50 
AnswerRe: Problem with excel 97 Pin
Rob Graham19-Aug-06 3:06
Rob Graham19-Aug-06 3:06 
AnswerRe: Problem with excel 97 Pin
Ista19-Aug-06 16:21
Ista19-Aug-06 16:21 
AnswerRe: Problem with excel 97 Pin
Nader Elshehabi20-Aug-06 2:20
Nader Elshehabi20-Aug-06 2:20 
Hello

Pf course I'll assume you are doing this using COM interop. Actually the dll that's in your application's folder is something like a router. All it does is to call whatever version of Excel that's present on the user's computer to do the job.

So it all depends on the version that's installed on the runtime machine. To solve the issue you have two options:

1- In the reference list of your project try to set ht eIsolated property of the interop library to true -this tries to prevent version conflect, but sometimes doesn't work-

2- Make Excel 2000 as a "minimum requirement" for your application, so that users would know that have to have it on their machines.

3- Remove whatever features you are using that requires Excel 2000 to be on the machine -This is NOT guranteed to solve the issue. Actually it's likely NOT to work!-

4- You can also try 3rd party libraries which doesn't require Excel to be installed at all.


And for the solution suggested by Ista,it would work, but it's hard to implement specially with large applications such as Excel, as each dll may call other functions in other dlls.

RegardsRose | [Rose]
QuestionDirectShow Programming in C# for Mpeg-2 Demultiplexer Pin
Andy Rama19-Aug-06 0:39
Andy Rama19-Aug-06 0:39 
AnswerRe: DirectShow Programming in C# for Mpeg-2 Demultiplexer Pin
leppie19-Aug-06 11:09
leppie19-Aug-06 11:09 
GeneralRe: DirectShow Programming in C# for Mpeg-2 Demultiplexer Pin
Andy Rama20-Aug-06 20:08
Andy Rama20-Aug-06 20:08 
Questionpass and recieve arguments Pin
Nafiseh Salmani18-Aug-06 23:38
Nafiseh Salmani18-Aug-06 23:38 
JokeRe: pass and recieve arguments Pin
Colin Angus Mackay19-Aug-06 5:34
Colin Angus Mackay19-Aug-06 5:34 
AnswerRe: pass and recieve arguments Pin
Nader Elshehabi20-Aug-06 3:06
Nader Elshehabi20-Aug-06 3:06 
GeneralRe: pass and recieve arguments Pin
Nafiseh Salmani21-Aug-06 3:50
Nafiseh Salmani21-Aug-06 3:50 
GeneralRe: pass and recieve arguments Pin
Nader Elshehabi21-Aug-06 5:05
Nader Elshehabi21-Aug-06 5:05 
GeneralRe: pass and recieve arguments Pin
Nafiseh Salmani22-Aug-06 21:37
Nafiseh Salmani22-Aug-06 21:37 
QuestionHow to Enumerate Objects in a window Pin
NewDev42418-Aug-06 23:33
NewDev42418-Aug-06 23:33 
AnswerRe: How to Enumerate Objects in a window Pin
Nader Elshehabi20-Aug-06 3:17
Nader Elshehabi20-Aug-06 3:17 
QuestionRe: How to Enumerate Objects in a window Pin
NewDev42420-Aug-06 18:59
NewDev42420-Aug-06 18:59 
AnswerRe: How to Enumerate Objects in a window Pin
Nader Elshehabi21-Aug-06 1:48
Nader Elshehabi21-Aug-06 1:48 
QuestionRe: How to Enumerate Objects in a window Pin
NewDev42421-Aug-06 17:52
NewDev42421-Aug-06 17:52 
QuestionHow to remove tag on a html page Pin
Slimounet18-Aug-06 22:42
Slimounet18-Aug-06 22:42 
AnswerRe: How to remove tag on a html page Pin
coolestCoder18-Aug-06 23:00
coolestCoder18-Aug-06 23:00 
AnswerRe: How to remove tag on a html page Pin
Mircea Grelus19-Aug-06 3:38
Mircea Grelus19-Aug-06 3:38 

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.