Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
GeneralRe: about application domain Pin
Seraph_summer28-Jun-09 9:41
Seraph_summer28-Jun-09 9:41 
GeneralRe: about application domain Pin
Pete O'Hanlon28-Jun-09 11:20
mvePete O'Hanlon28-Jun-09 11:20 
GeneralRe: about application domain Pin
N a v a n e e t h28-Jun-09 16:13
N a v a n e e t h28-Jun-09 16:13 
Questionnested string Pin
Seraph_summer28-Jun-09 9:08
Seraph_summer28-Jun-09 9:08 
AnswerRe: nested string Pin
harold aptroot28-Jun-09 9:14
harold aptroot28-Jun-09 9:14 
AnswerRe: nested string Pin
padmanabhan N28-Jun-09 18:59
padmanabhan N28-Jun-09 18:59 
AnswerRe: nested string Pin
Henry Minute28-Jun-09 22:56
Henry Minute28-Jun-09 22:56 
QuestionSystem.AccessViolationException: Attempted to read or write protected memory. Pin
Revathij28-Jun-09 0:29
Revathij28-Jun-09 0:29 
Hi,
I'm getting the following error when i unlock my machine after few minutes. i have run my application before lock the machine.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Windows.Forms.SafeNativeMethods.MessageBox(HandleRef hWnd, String text, String caption, Int32 type)
at System.Windows.Forms.MessageBox.ShowCore(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, Boolean showHelp)
at System.Windows.Forms.MessageBox.Show(String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon)
at SampleApplication.FormExportData.toolStripNewExport_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

I don't know the reason for this error. Any knows the reason?

Thanks in advance Smile | :)
QuestionDeserialization Issue Pin
al3xutzu0027-Jun-09 23:28
al3xutzu0027-Jun-09 23:28 
AnswerRe: Deserialization Issue Pin
Giorgi Dalakishvili28-Jun-09 0:22
mentorGiorgi Dalakishvili28-Jun-09 0:22 
QuestionC# and TCP Pin
DannyAdler27-Jun-09 23:27
DannyAdler27-Jun-09 23:27 
QuestionDisallowing images in WebBrowser control Pin
SimpleData27-Jun-09 23:13
SimpleData27-Jun-09 23:13 
AnswerRe: Disallowing images in WebBrowser control Pin
dan!sh 28-Jun-09 0:33
professional dan!sh 28-Jun-09 0:33 
Questionkeystroke monitor Pin
Dushan12327-Jun-09 23:09
Dushan12327-Jun-09 23:09 
AnswerCROSS POST Pin
dan!sh 27-Jun-09 23:51
professional dan!sh 27-Jun-09 23:51 
AnswerKey-logger Pin
fly90428-Jun-09 0:10
fly90428-Jun-09 0:10 
QuestionRe: keystroke monitor Pin
musefan29-Jun-09 2:45
musefan29-Jun-09 2:45 
AnswerRe: keystroke monitor Pin
EliottA29-Jun-09 3:32
EliottA29-Jun-09 3:32 
QuestionConnection Of Database during installing SETUP Pin
rhtbhegade27-Jun-09 20:32
rhtbhegade27-Jun-09 20:32 
AnswerRe: Connection Of Database during installing SETUP Pin
Arindam Sinha27-Jun-09 22:18
Arindam Sinha27-Jun-09 22:18 
QuestionUnable to Save Array values in database Pin
googlejumbo27-Jun-09 19:24
googlejumbo27-Jun-09 19:24 
AnswerRe: Unable to Save Array values in database Pin
Henry Minute28-Jun-09 8:01
Henry Minute28-Jun-09 8:01 
GeneralRe: Unable to Save Array values in database Pin
googlejumbo28-Jun-09 20:24
googlejumbo28-Jun-09 20:24 
GeneralRe: Unable to Save Array values in database Pin
Henry Minute28-Jun-09 21:55
Henry Minute28-Jun-09 21:55 
GeneralRe: Unable to Save Array values in database Pin
googlejumbo28-Jun-09 22:22
googlejumbo28-Jun-09 22:22 

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.