Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Crystal Report at User's Computer Pin
Paramhans Dubey29-Sep-09 2:45
professionalParamhans Dubey29-Sep-09 2:45 
QuestionSelect Row in DataGridView By Using Code (Physically) Pin
Thaer Hamael28-Sep-09 5:02
Thaer Hamael28-Sep-09 5:02 
AnswerRe: Select Row in DataGridView By Using Code (Physically) Pin
Not Active28-Sep-09 5:10
mentorNot Active28-Sep-09 5:10 
GeneralRe: Select Row in DataGridView By Using Code (Physically) Pin
Thaer Hamael28-Sep-09 5:20
Thaer Hamael28-Sep-09 5:20 
GeneralRe: Select Row in DataGridView By Using Code (Physically) Pin
MickCurley28-Sep-09 7:20
MickCurley28-Sep-09 7:20 
GeneralRe: Select Row in DataGridView By Using Code (Physically) Pin
Thaer Hamael28-Sep-09 20:48
Thaer Hamael28-Sep-09 20:48 
AnswerRe: Select Row in DataGridView By Using Code (Physically) Pin
bscaer28-Sep-09 5:39
bscaer28-Sep-09 5:39 
Questiondllnotfoundexception when compiling release version Pin
tjeffries28-Sep-09 4:50
tjeffries28-Sep-09 4:50 
I have an application written in C# using VS 2005 that calls a C DLL.
Everything has been working fine until recently. A few days ago I sent a
release build to my client and they reported they are getting a
dllnotfoundexception. We worked through some similar issues some time ago and
up until recently the versions I sent out worked just fine.

Dependency walker tells me that WINMM.DLL calls MSVCR80.DLL, and there may
be a version problem. However, even if I put a version of MSVCR80.DLL in the
same directory, I still get the error. Apparently it is coming from the fact
that IESHIMS.DLL and WER.DLL are not on the system. I don't need ANYTHING in
those DLLs- all my DLL does is some mmsystem based wave playback. But that
does not alter the fact that Windows won't run the release version. The debug
version, by the way, runs fine, but only on a system with VS 2005 installed.

I have seen some references to the fact that the latest version of IE got
rid of IESHIMS.DLL and replaced it with something else. However, the
solutions I've seen posted don't seem to help. I'm running on XP (as is my
client) but this will be a commercial product, so we have to support Vista
and W7.

I have seen remarks dating from around 2005 that say certain manifests need
to be built certain ways to avoid this, but I have not figured out what is
involved. I would appreciate any thoughts on finding a solution to this!
QuestionReflection-Typecasting on a SortedList / KeyValuePair Pin
StephenGStone28-Sep-09 4:41
StephenGStone28-Sep-09 4:41 
AnswerRe: Reflection-Typecasting on a SortedList / KeyValuePair Pin
Henry Minute28-Sep-09 5:09
Henry Minute28-Sep-09 5:09 
GeneralRe: Reflection-Typecasting on a SortedList / KeyValuePair Pin
StephenGStone28-Sep-09 5:58
StephenGStone28-Sep-09 5:58 
GeneralRe: Reflection-Typecasting on a SortedList / KeyValuePair Pin
Henry Minute28-Sep-09 10:04
Henry Minute28-Sep-09 10:04 
GeneralRe: Reflection-Typecasting on a SortedList / KeyValuePair Pin
StephenGStone28-Sep-09 12:52
StephenGStone28-Sep-09 12:52 
QuestionCan WinForm app use Flash as background? Pin
daveice28-Sep-09 4:13
daveice28-Sep-09 4:13 
AnswerRe: Can WinForm app use Flash as background? Pin
Eddy Vluggen28-Sep-09 4:43
professionalEddy Vluggen28-Sep-09 4:43 
GeneralRe: Can WinForm app use Flash as background? Pin
daveice28-Sep-09 18:02
daveice28-Sep-09 18:02 
GeneralRe: Can WinForm app use Flash as background? Pin
Eddy Vluggen28-Sep-09 21:28
professionalEddy Vluggen28-Sep-09 21:28 
QuestionWhy do we need to serialize data? Pin
Lijo Rajan28-Sep-09 3:51
Lijo Rajan28-Sep-09 3:51 
AnswerRe: Why do we need to serialize data? Pin
OriginalGriff28-Sep-09 3:55
mveOriginalGriff28-Sep-09 3:55 
AnswerRe: Why do we need to serialize data? Pin
Not Active28-Sep-09 3:57
mentorNot Active28-Sep-09 3:57 
AnswerRe: Why do we need to serialize data? Pin
vivasaayi28-Sep-09 3:58
vivasaayi28-Sep-09 3:58 
AnswerRe: Why do we need to serialize data? Pin
Pete O'Hanlon28-Sep-09 4:18
mvePete O'Hanlon28-Sep-09 4:18 
GeneralRe: Why do we need to serialize data? Pin
Luc Pattyn28-Sep-09 5:53
sitebuilderLuc Pattyn28-Sep-09 5:53 
GeneralRe: Why do we need to serialize data? Pin
Pete O'Hanlon28-Sep-09 8:42
mvePete O'Hanlon28-Sep-09 8:42 
QuestionOpen New Mail Pin
tamir90128-Sep-09 3:43
tamir90128-Sep-09 3:43 

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.