Advertisement
Guest User

SE Errors

a guest
Aug 7th, 2015
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.97 KB | None | 0 0
  1.  
  2. Error   CS1061  'HkFixedConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkFixedConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\Blocks\MyLandingGear.cs  611
  3.  
  4. Error   CS1061  'HkLimitedHingeConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkLimitedHingeConstraintData' could be found (are you missing a using directive or an assembly reference?)   Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\Blocks\MyMotorStator.cs  628
  5.  
  6. Error   CS1061  'HkWheelConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkWheelConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\Blocks\MyMotorSuspension.cs  402
  7.  
  8. Error   CS1061  'HkFixedConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkFixedConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\Blocks\MyPistonBase.cs   548
  9.  
  10. Error   CS1061  'HkFixedConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkFixedConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\Blocks\MyPistonBase.cs   565
  11.  
  12. Error   CS1061  'HkFixedConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkFixedConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\Blocks\MyPistonBase.cs   645
  13.  
  14. Error   CS1061  'HkPrismaticConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkPrismaticConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\Blocks\MyShipMergeBlock.cs   601
  15.  
  16. Error   CS1061  'HkHingeConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkHingeConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\Cube\MyShipConnector.cs  752
  17.  
  18. Error   CS1061  'HkFixedConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkFixedConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\MyManipulationTool.cs    668
  19.  
  20. Error   CS1061  'HkBallAndSocketConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkBallAndSocketConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\MyManipulationTool.cs    708
  21.  
  22. Error   CS1061  'HkFixedConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkFixedConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\MyManipulationTool.cs    867
  23.  
  24. Error   CS1061  'HkFixedConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkFixedConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\MyManipulationTool.cs    873
  25.  
  26. Error   CS1061  'HkFixedConstraintData' does not contain a definition for 'SetInBodySpace' and no extension method 'SetInBodySpace' accepting a first argument of type 'HkFixedConstraintData' could be found (are you missing a using directive or an assembly reference?) Sandbox.Game    C:\Users\Sean\Desktop\SpaceEngineers-master\Sources\Sandbox.Game\Game\Entities\MyManipulationTool.cs    879
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement