Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
Questionhow to reuse combox Pin
lockepeak5-Jul-07 18:01
lockepeak5-Jul-07 18:01 
AnswerRe: how to reuse combox [modified] Pin
Martin#5-Jul-07 19:48
Martin#5-Jul-07 19:48 
AnswerRe: how to reuse combox Pin
Nouman Bhatti5-Jul-07 20:03
Nouman Bhatti5-Jul-07 20:03 
QuestionDetermine Collection Type at run time Pin
xdavidx5-Jul-07 16:15
xdavidx5-Jul-07 16:15 
AnswerRe: Determine Collection Type at run time Pin
Christian Graus5-Jul-07 16:16
protectorChristian Graus5-Jul-07 16:16 
GeneralRe: Determine Collection Type at run time Pin
xdavidx5-Jul-07 16:21
xdavidx5-Jul-07 16:21 
GeneralRe: Determine Collection Type at run time Pin
Vikram A Punathambekar5-Jul-07 17:51
Vikram A Punathambekar5-Jul-07 17:51 
QuestionMemory Debugging Tools Pin
vineas5-Jul-07 14:27
vineas5-Jul-07 14:27 
Are there any decent memory debuggers out there that will work in a mixed C# and C++ (both managed and unmanaged) environment? I'm helping a collegue track down some problems in his code, the hunt started for a reason that the EngineExecutionException was being randomly thrown, but several AccessViolationExceptions were found after removing some "catch (Exception ex)" lines were removed, so we're tracking down these access violations first, thinking that they are perhaps some of the reasons behind the EngineExecutionException.

I've used BoundsChecker in the past with great success, but it looks like this as well as pretty much every tool I'm finding is for unmanaged C/C++ only. Managed code "shouldn't" have these problems, but unsafe code blocks are used quite a bit in an effort to speed the program up (speed is very imporant to this program) - and it's looking like the AccessViolationException isn't being thrown on all of the incorrect accesses, so we're getting some corrupted memory (even had a file get corrupted that was only open for read, still wondering how that happened).

-----
In the land of the blind, the one eyed man is king.

Questioncrystal report problem Pin
rmedo5-Jul-07 12:20
rmedo5-Jul-07 12:20 
QuestionDecrypt but not Encrypt Pin
linal5-Jul-07 11:06
linal5-Jul-07 11:06 
AnswerRe: Decrypt but not Encrypt Pin
Nicholas Cardi5-Jul-07 11:33
Nicholas Cardi5-Jul-07 11:33 
AnswerRe: Decrypt but not Encrypt Pin
dino20945-Jul-07 13:15
dino20945-Jul-07 13:15 
GeneralRe: Decrypt but not Encrypt Pin
linal5-Jul-07 13:36
linal5-Jul-07 13:36 
GeneralRe: Decrypt but not Encrypt Pin
dino20946-Jul-07 7:50
dino20946-Jul-07 7:50 
GeneralRe: Decrypt but not Encrypt Pin
linal6-Jul-07 7:56
linal6-Jul-07 7:56 
GeneralRe: Decrypt but not Encrypt Pin
dino20946-Jul-07 9:04
dino20946-Jul-07 9:04 
GeneralRe: Decrypt but not Encrypt Pin
mav.northwind6-Jul-07 9:06
mav.northwind6-Jul-07 9:06 
QuestionBinding with an intermediate table Pin
Richard Blythe5-Jul-07 10:27
Richard Blythe5-Jul-07 10:27 
QuestionTele-operated robotic arm need help in programming Pin
koool_faysie5-Jul-07 9:14
koool_faysie5-Jul-07 9:14 
AnswerRe: Tele-operated robotic arm need help in programming Pin
Christian Graus5-Jul-07 9:24
protectorChristian Graus5-Jul-07 9:24 
GeneralRe: Tele-operated robotic arm need help in programming Pin
koool_faysie5-Jul-07 9:35
koool_faysie5-Jul-07 9:35 
GeneralRe: Tele-operated robotic arm need help in programming Pin
Christian Graus5-Jul-07 10:24
protectorChristian Graus5-Jul-07 10:24 
AnswerRe: Tele-operated robotic arm need help in programming Pin
Luc Pattyn5-Jul-07 10:03
sitebuilderLuc Pattyn5-Jul-07 10:03 
GeneralRe: Tele-operated robotic arm need help in programming Pin
koool_faysie5-Jul-07 10:41
koool_faysie5-Jul-07 10:41 
GeneralRe: Tele-operated robotic arm need help in programming Pin
Luc Pattyn5-Jul-07 10:57
sitebuilderLuc Pattyn5-Jul-07 10:57 

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.