下記は詳細のコピーです。この先どのようにして正常な状態に設定していけば良いか回答お願い致します。
************************ 記 ********************************
Just-In-Time
(JIT) デバッグを呼び出すための詳細については、
ダイアログ
ボックスではなく、このメッセージの最後を参照してください。
**************
例外テキスト **************
System.Security.SecurityException:
要求されたレジストリ アクセスは許可されていません。
場所
System.ThrowHelper.ThrowSecurityException(ExceptionResource
resource)
場所
Microsoft.Win32.RegistryKey.OpenSubKey(String
name, Boolean writable)
場所
AppsUpdater.formMain.KeepAlive()
場所
AppsUpdater.formMain.formMain_Load(Object
sender, EventArgs e)
場所
System.Windows.Forms.Form.OnLoad(EventArgs
e)
場所
System.Windows.Forms.Form.OnCreateControl()
場所
System.Windows.Forms.Control.CreateControl(Boolean
fIgnoreVisible)
場所
System.Windows.Forms.Control.CreateControl()
場所
System.Windows.Forms.Control.WmShowWindow(Message&
m)
場所
System.Windows.Forms.Control.WndProc(Message&
m)
場所
System.Windows.Forms.ScrollableControl.WndProc(Message&
m)
場所
System.Windows.Forms.ContainerControl.WndProc(Message&
m)
場所
System.Windows.Forms.Form.WmShowWindow(Message&
m)
場所
System.Windows.Forms.Form.WndProc(Message&
m)
場所
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
場所
System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&
m)
場所
System.Windows.Forms.NativeWindow.Callback(IntPtr
hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
失敗したアセンブリのゾーン:
MyComputer
**************
読み込まれたアセンブリ **************
mscorlib
アセンブリ バージョン:
2.0.0.0
Win32
バージョン:
2.0.50727.5477 (Win7SP1GDR.050727-5400)
コードベース:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
AppsUpdater
アセンブリ バージョン:
1.1.0.3
Win32
バージョン:
1.1.0.3
コードベース:
file:///C:/Program%20Files%20(x86)/SoftwareUpdater/AppsUpdater.exe
System.Windows.Forms
アセンブリ バージョン:
2.0.0.0
Win32
バージョン:
2.0.50727.5468 (Win7SP1GDR.050727-5400)
コードベース:
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System
アセンブリ バージョン:
2.0.0.0
Win32
バージョン:
2.0.50727.5467 (Win7SP1GDR.050727-5400)
コードベース:
file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Drawing
アセンブリ バージョン:
2.0.0.0
Win32
バージョン:
2.0.50727.5467 (Win7SP1GDR.050727-5400)
コードベース:
file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
Microsoft.VisualBasic
アセンブリ バージョン:
8.0.0.0
Win32
バージョン:
8.0.50727.5420 (Win7SP1.050727-5400)
コードベース:
file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
System.Xml
アセンブリ バージョン:
2.0.0.0
Win32
バージョン:
2.0.50727.5476 (Win7SP1GDR.050727-5400)
コードベース:
file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
mscorlib.resources
アセンブリ バージョン:
2.0.0.0
Win32
バージョン:
2.0.50727.5477 (Win7SP1GDR.050727-5400)
コードベース:
file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
System.Configuration
アセンブリ バージョン:
2.0.0.0
Win32
バージョン:
2.0.50727.5476 (Win7SP1GDR.050727-5400)
コードベース:
file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
Interop.Shell32
アセンブリ バージョン:
1.0.0.0
Win32
バージョン:
1.0.0.0
コードベース:
file:///C:/Program%20Files%20(x86)/SoftwareUpdater/Interop.Shell32.DLL
System.Windows.Forms.resources
アセンブリ バージョン:
2.0.0.0
Win32
バージョン:
2.0.50727.5420 (Win7SP1.050727-5400)
コードベース:
file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_ja_b77a5c561934e089/System.Windows.Forms.resources.dll
**************
JIT デバッグ **************
Just-In-Time
(JIT) デバッグを有効にするには、このアプリケーション、
またはコンピュータ
(machine.config)
の構成ファイルの jitDebugging
値を system.windows.forms
セクションで設定しなければなりません。
アプリケーションはまた、デバッグを有効にしてコンパイルされなければ
なりません。
例:
<configuration>
<system.windows.forms
jitDebugging="true" />
</configuration>
JIT
デバッグが有効なときは、このダイアログ
ボックスで処理するよりも、
ハンドルされていない例外はすべてコンピュータに登録された
JIT
デバッガに設定されなければなりません。
以上