metageek-llc / inSSIDer-2

inSSIDer 2 Wi-Fi Scanner
www.metageek.net
119 stars 60 forks source link

MissingMethodException in NetworkScanner.ScanThreadFunc() #14

Closed ryanwoodings closed 12 years ago

ryanwoodings commented 14 years ago

[Message] Methode nicht gefunden: Int32 System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[], Int32).

[Version] 2.0.2.1005

[WinVer] Microsoft Windows NT 5.1.2600 Service Pack 3

[Platform] x86

[StackTrace] System.MissingMethodException: Methode nicht gefunden: Int32 System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[], Int32). bei inSSIDer.Scanning.NetworkScanner.ScanThreadFunc() bei System.Threading.ThreadHelper.ThreadStart_Context(Object state) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Threading.ThreadHelper.ThreadStart()

TylerAdkisson commented 13 years ago

I think this is safe to close.

junkshow commented 12 years ago

http://blogs.msdn.com/b/msbuild/archive/2007/10/09/multitargeting-against-net-2-0.aspx. Apparently still a problem even with VS2010 builds, as I just saw an error report for this from InSSIDer 2.1.0. I've attempted to catch it and display a helpful dialog.