What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

System.ComponentModel.Win32Exception 에러 해결 하신 분 없나요?

neowave

Member
Joined
Feb 2, 2017
Messages
34
Reaction score
1
4일 전부터 아래의 메세지와 함께 작동이 되지 않네요.
영문판으로 사용 했었다가 작동이 안되서 모두 재 설치 하고 다시 하니 한글로 나오더군요
32비트로 디아 실행 했고, 잘 사용 했었구요

DB나 디아 모두 재설치 해도 소용이 없네요.
해결 방법 아시는 분 도움 부탁 드립니다.

=============================================================
System.ComponentModel.Win32Exception (0x80004005): 32비트 프로세스에서 64비트 프로세스의 모듈에 액세스할 수 없습니다.
위치: System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
위치: System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
위치: System.Diagnostics.Process.get_MainModule()
위치: Demonbuddy.MainWindow.!;{W2\*Rbg^ (()x/iWVl4kN5'.‎‮‎‭‬‎‫‌‪‪‮‌‮‍‎‮‫‏‬‫‏‮(Process )
위치: System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
위치: System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
위치: Demonbuddy.MainWindow.‮‫‍‪‏‭‎‬‌‏‎‮‎‬‫‌‪‎‎‏‬‪‌‮()
위치: Demonbuddy.MainWindow.‮‏‍‪‬‏‭‎‍‭‮‍‏‍‏‪‫‭‬‮‮‫‌‎‌‎‮()
위치: Demonbuddy.MainWindow.RyYLoY\.Tab4v|"mQcfVSKH !.MoveNext()
--- 예외가 throw된 이전 위치의 스택 추적 끝 ---
위치: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
위치: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
위치: Demonbuddy.MainWindow.=:wb\&Fv{2FF\[g_R\\>lX%uthI".MoveNext()
--- 예외가 throw된 이전 위치의 스택 추적 끝 ---
위치: System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
위치: System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
System.ComponentModel.Win32Exception (0x80004005): 32비트 프로세스에서 64비트 프로세스의 모듈에 액세스할 수 없습니다.
위치: System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly)
위치: System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId)
위치: System.Diagnostics.Process.get_MainModule()
위치: Demonbuddy.MainWindow.!;{W2\*Rbg^ (()x/iWVl4kN5'.‎‮‎‭‬‎‫‌‪‪‮‌‮‍‎‮‫‏‬‫‏‮(Process )
위치: System.Linq.Enumerable.WhereArrayIterator`1.MoveNext()
위치: System.Collections.Generic.List`1.InsertRange(Int32 index, IEnumerable`1 collection)
위치: Demonbuddy.MainWindow.‮‫‍‪‏‭‎‬‌‏‎‮‎‬‫‌‪‎‎‏‬‪‌‮()
위치: Demonbuddy.MainWindow.‮‏‍‪‬‏‭‎‍‭‮‍‏‍‏‪‫‭‬‮‮‫‌‎‌‎‮()
위치: Demonbuddy.MainWindow.RyYLoY\.Tab4v|"mQcfVSKH !.MoveNext()
--- 예외가 throw된 이전 위치의 스택 추적 끝 ---
위치: System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
위치: System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
위치: Demonbuddy.MainWindow.=:wb\&Fv{2FF\[g_R\\>lX%uthI".MoveNext()
--- 예외가 throw된 이전 위치의 스택 추적 끝 ---
위치: System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
위치: System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
위치: System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
 
Back
Top