Click here to Skip to main content
15,904,024 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get position a Child Window & its items? Pin
Member 1063699815-May-14 4:16
Member 1063699815-May-14 4:16 
GeneralRe: How to get position a Child Window & its items? Pin
Member 1063699815-May-14 5:31
Member 1063699815-May-14 5:31 
GeneralRe: How to get position a Child Window & its items? Pin
Member 1063699815-May-14 7:16
Member 1063699815-May-14 7:16 
GeneralRe: How to get position a Child Window & its items? Pin
Eddy Vluggen15-May-14 7:49
professionalEddy Vluggen15-May-14 7:49 
QuestionDatabase in oledb Pin
divya shri15-May-14 1:31
divya shri15-May-14 1:31 
AnswerRe: Database in oledb Pin
V.15-May-14 2:35
professionalV.15-May-14 2:35 
SuggestionRe: Database in oledb Pin
thatraja15-May-14 2:55
professionalthatraja15-May-14 2:55 
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 
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 
Yup. Tried saving out the image and it looks fine. The Base64 string is 12MB and the decoded image is 9MB, so I don't know if I'm running out of memory. The other version of the service, the REST one, just returned the image as a stream, so I didn't have the 12MB of extra stuff. I can't even create the 15000x15465 drawing surface on my dev machine as it runs out of memory (even with the old REST implementation that ran fine on the web server). On my dev machine though, at least I get an exception when I try to create the drawing surface. On the web server, there is no exception, IIS just closes the connection?!?

Weird though, the 12MB is in a String so it should be in the managed heap while the Image is all in the unmanaged heap, right?

I was watching Task Manager during the call and the memory usage went up to 1GB when IIS killed it. I don't have any limits set. I've seen the memory go up to 2 or 3GB with the working REST implementation (had 8 threads going on the client -- so 8 simultaneous calls into IIS and it didn't run out of memory or kill connections).
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 

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.