Click here to Skip to main content
15,896,329 members
Home / Discussions / C#
   

C#

 
Questiondll used in C# application in VS2005 works correctly, but didn't work in VS2012. Pin
sreehari_mysore15-May-14 0:39
sreehari_mysore15-May-14 0:39 
AnswerRe: dll used in C# application in VS2005 works correctly, but didn't work in VS2012. Pin
Freak3015-May-14 2:47
Freak3015-May-14 2:47 
GeneralRe: dll used in C# application in VS2005 works correctly, but didn't work in VS2012. Pin
sreehari_mysore15-May-14 5:56
sreehari_mysore15-May-14 5:56 
AnswerRe: dll used in C# application in VS2005 works correctly, but didn't work in VS2012. Pin
Bernhard Hiller15-May-14 21:43
Bernhard Hiller15-May-14 21:43 
QuestionCreating Multilingual app in C#.net Pin
diwesh14-May-14 15:06
diwesh14-May-14 15:06 
AnswerRe: Creating Multilingual app in C#.net Pin
Bernhard Hiller14-May-14 21:26
Bernhard Hiller14-May-14 21:26 
AnswerRe: Creating Multilingual app in C#.net Pin
diwesh14-May-14 21:31
diwesh14-May-14 21:31 
QuestionWeird Issue With Web Service Pin
SledgeHammer0114-May-14 7:36
SledgeHammer0114-May-14 7:36 
I have a WCF web service (https). Inside of that web service, I call another 3rd party web service (http) and get a large amount of data back (12MB) -- a jpg image. The client is getting an exception during my processing of that image: An existing connection was forcibly closed by the remote host. I've put logs on every line in the method and tracked it down to:

gr.DrawImageUnscaledAndClipped(img, rect);


IIS just simply kicks out the process during this call. I've tried wrapping this call in a try / catch to see the real exception, but its not throwing an exception, just simply kills the client's call with the above exception.

Anybody ever seen this before?

img is quite large jpg 32bit (9MB), 14,800 x 14,800 and the drawing surface is 15000 x 15465.

I was able to draw this large when I was calling the 3rd party web service via REST, but had to switch over to thier WCF version for added functionality. This of course comes with added overhead (img is transmitted as base64 vs. just a binary stream) and it requires running in an STA thread for some unknown reason.

I watched the server in task manager and the process craps out with the memory at about 1GB. It has gone higher then that with the REST version. I was able to process about 8 of these images at a time. Now I cannot process even 1 at a time.

The server is 64bit and has 18GB of RAM with only 11% consumed at idle.

If I comment out the DrawImage call, I get the 15000 x 15465 image back in its processed state (minus of course the content).

Any ideas? Why is IIS killing my call without even throwing an exception on the server side?
AnswerRe: Weird Issue With Web Service Pin
Kornfeld Eliyahu Peter14-May-14 10:11
professionalKornfeld Eliyahu Peter14-May-14 10:11 
GeneralRe: Weird Issue With Web Service Pin
SledgeHammer0114-May-14 11:08
SledgeHammer0114-May-14 11:08 
AnswerRe: Weird Issue With Web Service Pin
Kornfeld Eliyahu Peter14-May-14 19:14
professionalKornfeld Eliyahu Peter14-May-14 19:14 
GeneralRe: Weird Issue With Web Service Pin
SledgeHammer0114-May-14 19:25
SledgeHammer0114-May-14 19:25 
AnswerRe: Weird Issue With Web Service Pin
Kornfeld Eliyahu Peter14-May-14 19:37
professionalKornfeld Eliyahu Peter14-May-14 19:37 
AnswerRe: Weird Issue With Web Service Pin
Bernhard Hiller14-May-14 21:36
Bernhard Hiller14-May-14 21:36 
GeneralRe: Weird Issue With Web Service Pin
SledgeHammer0115-May-14 7:12
SledgeHammer0115-May-14 7:12 
GeneralRe: Weird Issue With Web Service Pin
Eddy Vluggen15-May-14 8:20
professionalEddy Vluggen15-May-14 8:20 
GeneralRe: Weird Issue With Web Service Pin
Bernhard Hiller15-May-14 20:54
Bernhard Hiller15-May-14 20:54 
Questionupdate command SQL CE in C# Pin
Lubomír Baloga14-May-14 3:11
Lubomír Baloga14-May-14 3:11 
AnswerRe: update command SQL CE in C# Pin
Eddy Vluggen14-May-14 3:14
professionalEddy Vluggen14-May-14 3:14 
QuestionLoading 3D model from file Pin
MrDooDoo13-May-14 10:32
MrDooDoo13-May-14 10:32 
AnswerRe: Loading 3D model from file Pin
Pete O'Hanlon14-May-14 1:45
mvePete O'Hanlon14-May-14 1:45 
AnswerRe: Loading 3D model from file Pin
Terry Tyson15-May-14 4:18
Terry Tyson15-May-14 4:18 
GeneralRe: Loading 3D model from file Pin
MrDooDoo16-May-14 7:10
MrDooDoo16-May-14 7:10 
QuestionHow to show a message in pole display /customer display Pin
Saroth Nakshabi13-May-14 9:39
Saroth Nakshabi13-May-14 9:39 
AnswerRe: How to show a message in pole display /customer display Pin
Mycroft Holmes13-May-14 13:00
professionalMycroft Holmes13-May-14 13:00 

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.