Advertisement
Guest User

Untitled

a guest
Dec 18th, 2010
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. ./KinectTest1.exe
  2.  
  3. ** (./KinectTest1.exe:12825): WARNING **: Method '<Module>:<CrtImplementationDetails>.DoDllLanguageSupportValidation ()' in assembly '/home/alib/kinect/xbmc-kinect-remote-read-only/bin/Debug/ManagedNite.dll' contains native code that cannot be executed by Mono on this platform. The assembly was probably created using C++/CLI.
  4.  
  5.  
  6. ** (./KinectTest1.exe:12825): WARNING **: Method '<Module>:<CrtImplementationDetails>.ThrowModuleLoadException (string,System.Exception)' in assembly '/home/alib/kinect/xbmc-kinect-remote-read-only/bin/Debug/ManagedNite.dll' contains native code that cannot be executed by Mono on this platform. The assembly was probably created using C++/CLI.
  7.  
  8.  
  9. Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for <Module> ---> System.MissingMethodException: Method contains unsupported native code
  10. at (wrapper managed-to-native) <Module>:<CrtImplementationDetails>.ThrowModuleLoadException (string,System.Exception)
  11. at <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize (<CrtImplementationDetails>.LanguageSupport* ) [0x00000] in <filename unknown>:0
  12. at <Module>..cctor () [0x00000] in <filename unknown>:0
  13. --- End of inner exception stack trace ---
  14. at KinectTest1.SensorHandler..ctor (Int32 xItems, Int32 yItems) [0x00000] in <filename unknown>:0
  15. at KinectTest1.Main.butConnect_Click (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0
  16. at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0
  17. at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00000] in <filename unknown>:0
  18. at System.Windows.Forms.Button.PerformClick () [0x00000] in <filename unknown>:0
  19. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Button:PerformClick ()
  20. at System.Windows.Forms.Form.ProcessDialogKey (Keys keyData) [0x00000] in <filename unknown>:0
  21. at System.Windows.Forms.Control.ProcessDialogKey (Keys keyData) [0x00000] in <filename unknown>:0
  22. at System.Windows.Forms.Control.InternalPreProcessMessage (System.Windows.Forms.Message& msg) [0x00000] in <filename unknown>:0
  23. at System.Windows.Forms.Control.PreProcessMessage (System.Windows.Forms.Message& msg) [0x00000] in <filename unknown>:0
  24. at System.Windows.Forms.Control.PreProcessControlMessageInternal (System.Windows.Forms.Message& msg) [0x00000] in <filename unknown>:0
  25. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:PreProcessControlMessageInternal (System.Windows.Forms.Message&)
  26. at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0
  27. at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00000] in <filename unknown>:0
  28. at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in <filename unknown>:0
  29. at KinectTest1.Program.Main () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement