Click here to Skip to main content
15,902,492 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Which one is better .NET or MFC ? Pin
Pete O'Hanlon16-Apr-13 21:35
mvePete O'Hanlon16-Apr-13 21:35 
AnswerRe: Which one is better .NET or MFC ? Pin
Abhinav S16-Apr-13 21:13
Abhinav S16-Apr-13 21:13 
AnswerRe: Which one is better .NET or MFC ? Pin
Eddy Vluggen18-Apr-13 10:45
professionalEddy Vluggen18-Apr-13 10:45 
AnswerRe: Which one is better .NET or MFC ? Pin
Jasmine250119-Apr-13 9:55
Jasmine250119-Apr-13 9:55 
GeneralRe: Which one is better .NET or MFC ? Pin
Dave Kreskowiak19-Apr-13 11:05
mveDave Kreskowiak19-Apr-13 11:05 
GeneralRe: Which one is better .NET or MFC ? Pin
Jasmine250119-Apr-13 11:42
Jasmine250119-Apr-13 11:42 
QuestionWhy do i get this error: Plz help me Pin
anushh16-Apr-13 1:52
anushh16-Apr-13 1:52 
AnswerRe: Why do i get this error: Plz help me Pin
Dave Kreskowiak16-Apr-13 2:45
mveDave Kreskowiak16-Apr-13 2:45 
The only possible explanation, given what you've shown us, is that your code threw an error bad enough to crash the .NET CLR. There is no way for us to figure out that that was.

That string is just garbage. It's not a hash and has no meaning at all.


First things first. Can you reproduce the error on another machine?

Next, I hope you know how to use WinDbg. If not, read Quick start to using WinDbg[^], and Get Started: Debugging Memory Related Issues in .Net Application Using WinDBG and SOS[^], and .NET Crash: Managed Heap Corruption Calling Unmanaged Code[^]


Oh, and as a sidebar, hashes are not-reversible...

QuestionLDAPMODIFY or LDAP Change Password with dotNET Pin
Martin-OHV14-Apr-13 22:42
Martin-OHV14-Apr-13 22:42 
QuestionThings to do before making a .Net application commercial. Pin
kburman612-Apr-13 3:41
professionalkburman612-Apr-13 3:41 
AnswerRe: Things to do before making a .Net application commercial. Pin
Eddy Vluggen12-Apr-13 6:42
professionalEddy Vluggen12-Apr-13 6:42 
GeneralRe: Things to do before making a .Net application commercial. Pin
kburman612-Apr-13 6:54
professionalkburman612-Apr-13 6:54 
AnswerRe: Things to do before making a .Net application commercial. Pin
Abhinav S12-Apr-13 8:27
Abhinav S12-Apr-13 8:27 
GeneralRe: Things to do before making a .Net application commercial. Pin
kburman612-Apr-13 9:44
professionalkburman612-Apr-13 9:44 
GeneralRe: Things to do before making a .Net application commercial. Pin
jschell14-Apr-13 7:05
jschell14-Apr-13 7:05 
AnswerRe: Things to do before making a .Net application commercial. Pin
Abhinav S14-Apr-13 7:38
Abhinav S14-Apr-13 7:38 
AnswerRe: Things to do before making a .Net application commercial. Pin
Jasmine250119-Apr-13 10:03
Jasmine250119-Apr-13 10:03 
GeneralRe: Things to do before making a .Net application commercial. Pin
kburman619-Apr-13 10:23
professionalkburman619-Apr-13 10:23 
GeneralRe: Things to do before making a .Net application commercial. Pin
Jasmine250119-Apr-13 10:53
Jasmine250119-Apr-13 10:53 
QuestionDatabase Security Design Pin
Bram van Kampen9-Apr-13 13:44
Bram van Kampen9-Apr-13 13:44 
AnswerRe: Database Security Design Pin
jschell10-Apr-13 8:27
jschell10-Apr-13 8:27 
GeneralRe: Database Security Design Pin
Bram van Kampen13-Apr-13 16:12
Bram van Kampen13-Apr-13 16:12 
GeneralRe: Database Security Design Pin
Jasmine250119-Apr-13 10:13
Jasmine250119-Apr-13 10:13 
AnswerRe: Database Security Design Pin
Jasmine250119-Apr-13 10:16
Jasmine250119-Apr-13 10:16 
QuestionWhy do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 9:40
Rob Philpott9-Apr-13 9:40 

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.