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

.NET (Core and Framework)

 
GeneralRe: Post message to event queue Pin
RobCroll23-Feb-11 1:26
RobCroll23-Feb-11 1:26 
GeneralRe: Post message to event queue Pin
progDes23-Feb-11 2:47
progDes23-Feb-11 2:47 
QuestionIn-depth guidance for building complex WinForms Setup projects. Pin
Brady Kelly18-Feb-11 21:50
Brady Kelly18-Feb-11 21:50 
AnswerRe: In-depth guidance for building complex WinForms Setup projects. Pin
#realJSOP19-Feb-11 2:21
mve#realJSOP19-Feb-11 2:21 
GeneralRe: In-depth guidance for building complex WinForms Setup projects. Pin
Brady Kelly19-Feb-11 2:35
Brady Kelly19-Feb-11 2:35 
AnswerRe: In-depth guidance for building complex WinForms Setup projects. Pin
Not Active19-Feb-11 6:28
mentorNot Active19-Feb-11 6:28 
GeneralRe: In-depth guidance for building complex WinForms Setup projects. Pin
Brady Kelly19-Feb-11 6:36
Brady Kelly19-Feb-11 6:36 
QuestionAccess Violation in C# class library Pin
RichardGrimmer18-Feb-11 0:57
RichardGrimmer18-Feb-11 0:57 
We've just started seeing a System.AccessViolation exception ocurring in our ASP.NET website, which we're struggling to get our heads around - anyone have any ideas?

The situation is that we have a page which makes a call to the database through a C# class library. This call is "succeeding" in that I'm seeing it being issued under SqlProfiler, and running the query returns the results I'd expect to see. The next database call appears not to be happening.

The next call takes data from the return of the first call, so we thought it could potentially be a ADO.NET issue, but looking at the call stack, it appears that it's occurring in a function that we aren't actually calling.

The call stack indicates that the exception is ocurring in our Encrypt function - this function uses DESCryptoServiceProvider to encrypt data. It's used in many places in our app, but we're only seeing the exception in one place. Additionally, as mentioned, the Encrypt function is not being called according to the code, but it is according to the stack trace...

To add a little more confusion, we're only seeing this on one of our servers (which happens to be remotely hosted) - all in house servers (both dev and standard boxes) are just fine.

Anyone?
C# has already designed away most of the tedium of C++.

AnswerRe: Access Violation in C# class library Pin
Luc Pattyn18-Feb-11 1:20
sitebuilderLuc Pattyn18-Feb-11 1:20 
GeneralRe: Access Violation in C# class library Pin
RichardGrimmer18-Feb-11 2:12
RichardGrimmer18-Feb-11 2:12 
AnswerRe: Access Violation in C# class library Pin
Luc Pattyn18-Feb-11 2:20
sitebuilderLuc Pattyn18-Feb-11 2:20 
GeneralRe: Access Violation in C# class library Pin
RichardGrimmer18-Feb-11 3:41
RichardGrimmer18-Feb-11 3:41 
AnswerRe: Access Violation in C# class library Pin
Nitin Singh India21-Mar-11 7:29
Nitin Singh India21-Mar-11 7:29 
QuestionLearn C# Online Pin
Helfdane17-Feb-11 21:12
Helfdane17-Feb-11 21:12 
AnswerRe: Learn C# Online Pin
Richard MacCutchan17-Feb-11 21:53
mveRichard MacCutchan17-Feb-11 21:53 
AnswerRe: Learn C# Online Pin
Hans Dietrich17-Feb-11 21:53
mentorHans Dietrich17-Feb-11 21:53 
AnswerRe: Learn C# Online Pin
Luc Pattyn17-Feb-11 23:08
sitebuilderLuc Pattyn17-Feb-11 23:08 
GeneralRe: Learn C# Online Pin
Helfdane17-Feb-11 23:24
Helfdane17-Feb-11 23:24 
GeneralRe: Learn C# Online Pin
RobCroll18-Feb-11 3:02
RobCroll18-Feb-11 3:02 
AnswerRe: Learn C# Online Pin
Jyothikarthik_N22-Feb-11 18:43
Jyothikarthik_N22-Feb-11 18:43 
JokeRe: Learn C# Online Pin
bencr23-Feb-11 0:02
bencr23-Feb-11 0:02 
AnswerRe: Learn C# Online Pin
Lisa Z. Morgan23-Feb-11 1:09
Lisa Z. Morgan23-Feb-11 1:09 
AnswerRe: Learn C# Online Pin
walvdlz22-Feb-11 19:07
walvdlz22-Feb-11 19:07 
AnswerRe: Learn C# Online Pin
Steve Lydford22-Feb-11 23:06
Steve Lydford22-Feb-11 23:06 
AnswerRe: Learn C# Online Pin
Daniel Payne23-Feb-11 2:00
Daniel Payne23-Feb-11 2: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.