1

このコードを Windows 8.1 Preview で実行すると、次のようになります。

using System;
using System.Linq;

namespace ConsoleApplication
{
    class Program
    {
        static void Main(string[] args)
        {
            BlaObject p = new BlaObject();
        }
    }

    public class BlaObject : ContextBoundObject
    {
        private readonly decimal decimalFactor = 10000;

        public BlaObject()
        {
        }
    }
}

次のエラーが表示されます。

AccessViolationException was unhandled
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

何か案は?このコードは今日まで問題なく動作していました (私は 8.1 を 3 ~ 4 日間使用していました)。Windows 7 & 8 では問題なく動作します。

ありがとう。

4

0 に答える 0