Click here to Skip to main content
15,890,527 members
Home / Discussions / C#
   

C#

 
AnswerRe: get the unicode of a character in c# Pin
Daniel Scott20-May-11 23:05
Daniel Scott20-May-11 23:05 
GeneralRe: get the unicode of a character in c# Pin
prasadbuddhika20-May-11 23:22
prasadbuddhika20-May-11 23:22 
QuestionNotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer20-May-11 22:33
Pfotenhauer20-May-11 22:33 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
phil.o21-May-11 0:36
professionalphil.o21-May-11 0:36 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer21-May-11 1:20
Pfotenhauer21-May-11 1:20 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Luc Pattyn21-May-11 2:19
sitebuilderLuc Pattyn21-May-11 2:19 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Pfotenhauer21-May-11 5:26
Pfotenhauer21-May-11 5:26 
AnswerRe: NotImplementedExpression System.Collections.ListDictionaryInternal --> Error in Print-Preview in XP Pin
Luc Pattyn21-May-11 5:39
sitebuilderLuc Pattyn21-May-11 5:39 
JPEG images hold properties, that probably is what .NET is using a collection for, which seems to be failing somehow when your code tries to print them.

My gut feeling still is the problem is not related to printing; so I would suggest you try:
- same images in a WinForms Form+PictureBox;
- other images (from a different source); and maybe a different image type, say PNG or GIF.

I'm puzzled by your XP/7 remark. There could be two causes IMO:
- your XP being 32-bit, and Win7 being 64-bit, thus running completely different GDI+ code;
- your systems having different software revisions, older bugs not having been patched up on XP.
In either case, this is the first such thing I hear in this area.

Smile | :)

PS: if you want, you can use the "e-mail" widget below to send me a private e-mail, or just check the "Allow private email" checkbox under the edit box; I would then provide you with my address so you could send me an actual JPEG that causes the problems, for me to look in to.
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

QuestionProblem with Process.Start("WINWORD.EXE", selectedFile); [modified] Pin
_Q12_20-May-11 6:51
_Q12_20-May-11 6:51 
AnswerRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Dave Kreskowiak20-May-11 7:02
mveDave Kreskowiak20-May-11 7:02 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
_Q12_20-May-11 7:25
_Q12_20-May-11 7:25 
AnswerRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Luc Pattyn20-May-11 7:37
sitebuilderLuc Pattyn20-May-11 7:37 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
_Q12_20-May-11 7:45
_Q12_20-May-11 7:45 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Dave Kreskowiak20-May-11 7:50
mveDave Kreskowiak20-May-11 7:50 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
_Q12_20-May-11 7:57
_Q12_20-May-11 7:57 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Dave Kreskowiak20-May-11 11:06
mveDave Kreskowiak20-May-11 11:06 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
AspDotNetDev20-May-11 13:29
protectorAspDotNetDev20-May-11 13:29 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Dave Kreskowiak21-May-11 3:12
mveDave Kreskowiak21-May-11 3:12 
AnswerRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Luc Pattyn20-May-11 8:18
sitebuilderLuc Pattyn20-May-11 8:18 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Dave Kreskowiak20-May-11 7:41
mveDave Kreskowiak20-May-11 7:41 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
_Q12_20-May-11 7:49
_Q12_20-May-11 7:49 
AnswerRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Alan N20-May-11 7:45
Alan N20-May-11 7:45 
AnswerRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
_Q12_20-May-11 8:06
_Q12_20-May-11 8:06 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
Ghydo20-May-11 8:44
Ghydo20-May-11 8:44 
GeneralRe: Problem with Process.Start("WINWORD.EXE", selectedFile); Pin
_Q12_20-May-11 8:50
_Q12_20-May-11 8:50 

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.