English 中文(简体)
试图读写受保护的记忆。 这往往表明其他记忆是腐败的。
原标题:Attempted to read or write protected memory. This is often an indication that other memory is corrupt
  • 时间:2010-09-30 00:17:28
  •  标签:
  • .net

我的申请是客户通过记本连接的。 申请内容多种多样,数量众多,记忆巨大。 (1.5 - 2 GB) 有时在似乎很简单的法典领域造成这一错误。

试图读写受保护的记忆。 这往往表明其他记忆是腐败的。

它并非始终处于同一界线,而是始终处于同一个档案中。 我很想知道,2008年瑞士统计局是否有造成这种情况的某种情况? 坐下来的无所事事,实际上就是在通过名单播送的海滩上死亡。 我很有理由相信,这不是一个可怕的问题,因为我正在使用锁定,即100%,确保清单同时经过多个校对。 我曾尝试取消编辑优化,但每次都这样做。 Very annoying.

这非常罕见。 我停靠服务器,每12-48小时只好一次。

问题回答

“实际上,坐下来的任何遗ir都只是通过名单而死去的。 这令人怀疑,像一个可怕的私刑问题。 (事实上,我能有99%保证!)

如果在你接手时有试图修改名单的其他镜子,你很可能需要拿到名单的副本。

建议你颁布一些法典。





相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签