Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Member Avatar for xuele91

Visual studio cannot start debugging because the debug target 'C:\users\lizane\desktop\project\peek-ture\peek-ture\bin\x86\debug\peek-ture.exe' is missing. please build the project and retry, or set the outputpath and assemblyname properties appropriately to point at the correct location for the target assembly. How to solve this? ( Using Microsoft Visual Studio 2008) thank you

Member Avatar for Caroline_4
0
2K
Member Avatar for xuele91

This is the error: Error 3: The best overloaded method match for 'drag_and_lock_grid.ScreenManager.addScreen(drag_and_lock_grid.Screen, int)' has some invalid arguments Below underlined codes is where the error occur: [CODE] public override void touchDown(float x, float y) { if (playbutton.isWithin(x, y)) { playbutton.touchDown(); ScreenManager.screenManager.addScreen(new ScreenPuzzleSelection(), 1); } if (helpbutton.isWithin(x, y)) { helpbutton.touchDown(); ScreenManager.screenManager.addScreen(new …

Member Avatar for farooqaaa
0
180
Member Avatar for xuele91

Error: Inconsistent accessibility: field type 'drag_and_lock_grid.Puzzlepiece[]' is less accessible than field 'drag_and_lock_grid.Game1.pieces' What does this means? How to solve this error?

Member Avatar for nick.crane
0
76
Member Avatar for xuele91

This is the error: [COLOR="Red"]Error1 Inconsistent accessibility: field type 'drag_and_lock_grid.Puzzlepiece[]' is less accessible than field 'drag_and_lock_grid.Game1.pieces' [/COLOR] This line is states the error: public Puzzlepiece[] pieces; This is my puzzle piece class: [CODE] class Puzzlepiece { private int id; private Vector2 position; private Vector2 previousPosition; private Boolean dragging; private Vector2 …

Member Avatar for jonsca
0
117