Click here to Skip to main content
15,886,810 members
Home / Discussions / C#
   

C#

 
GeneralRe: Continuous checking processes Pin
Richard MacCutchan17-Jun-12 3:11
mveRichard MacCutchan17-Jun-12 3:11 
QuestionHelp:messbox can not show normally Pin
cyh226062915-Jun-12 17:20
cyh226062915-Jun-12 17:20 
AnswerRe: Help:messbox can not show normally Pin
Dave Kreskowiak15-Jun-12 19:02
mveDave Kreskowiak15-Jun-12 19:02 
AnswerRe: Help:messbox can not show normally Pin
Sandeep Mewara15-Jun-12 19:45
mveSandeep Mewara15-Jun-12 19:45 
QuestionBitmap "Invalid parameter" Pin
terry102115-Jun-12 4:43
terry102115-Jun-12 4:43 
AnswerRe: Bitmap "Invalid parameter" Pin
BobJanova15-Jun-12 5:22
BobJanova15-Jun-12 5:22 
AnswerRe: Bitmap "Invalid parameter" Pin
SledgeHammer0115-Jun-12 6:40
SledgeHammer0115-Jun-12 6:40 
AnswerRe: Bitmap "Invalid parameter" Pin
Dave Kreskowiak15-Jun-12 8:26
mveDave Kreskowiak15-Jun-12 8:26 
No single object in .NET can be greater than 2GB of memory in size, no matter how much memory is in the machine.

Since a bitmap, in memory, is represented as 32-bits for every pixel, your resulting image size is 30280 x 48000 x 4 = 5,813,760,000 bytes. That's FAR greater than then 2.1GB limit.

You have no choice but to reduce the image size or find a library that can do the job in unmanaged code where the limit does not exist.


modified 16-Jun-12 0:53am.

AnswerRe: Bitmap "Invalid parameter" Pin
terry102115-Jun-12 17:34
terry102115-Jun-12 17:34 
GeneralRe: Bitmap "Invalid parameter" Pin
Dave Kreskowiak15-Jun-12 18:55
mveDave Kreskowiak15-Jun-12 18:55 
AnswerRe: Bitmap "Invalid parameter" Pin
Luc Pattyn16-Jun-12 6:50
sitebuilderLuc Pattyn16-Jun-12 6:50 
QuestionAlternative for RenderTransformOrigin ...??? Pin
patelmayur15-Jun-12 3:58
patelmayur15-Jun-12 3:58 
AnswerRe: Alternative for RenderTransformOrigin ...??? Pin
Richard MacCutchan15-Jun-12 4:42
mveRichard MacCutchan15-Jun-12 4:42 
Question<<specificVersion>>'True'<<specificVersion/>> is not satisfying Pin
AstroBod42714-Jun-12 23:05
AstroBod42714-Jun-12 23:05 
AnswerRe: >'True'> is not satisfying Pin
VJ Reddy14-Jun-12 23:29
VJ Reddy14-Jun-12 23:29 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42714-Jun-12 23:53
AstroBod42714-Jun-12 23:53 
AnswerRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 1:52
professionalEddy Vluggen15-Jun-12 1:52 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 2:04
AstroBod42715-Jun-12 2:04 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 2:30
professionalEddy Vluggen15-Jun-12 2:30 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 3:17
AstroBod42715-Jun-12 3:17 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 3:21
professionalEddy Vluggen15-Jun-12 3:21 
GeneralRe: >'True'> is not satisfying Pin
AstroBod42715-Jun-12 4:13
AstroBod42715-Jun-12 4:13 
GeneralRe: >'True'> is not satisfying Pin
Eddy Vluggen15-Jun-12 5:14
professionalEddy Vluggen15-Jun-12 5:14 
AnswerRe: >'True'> is not satisfying Pin
jschell15-Jun-12 10:22
jschell15-Jun-12 10:22 
GeneralRe: >'True'> is not satisfying Pin
GrooverFromHolland15-Jun-12 12:30
GrooverFromHolland15-Jun-12 12:30 

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.