visual studio 2015 - VB type Error with Graphics -


i decided rename files of project , solution on vb , programme stopped working , decided recopy video used had worked , comes type error when declare variable graphics.

imports system.drawing  public class form1     'graphics variables    dim g graphics    dim bbg graphics    dim bb bitmap    dim r rectangle 

i 2 bc30182 errors dim g , dim bbg , result of graphics not wotking type bc30456 when copying variable g. have no idea how fix this, i'm guessing it's along lines of misplaced file or fixing library i've no idea begin. when run programme error window says

visual studio cannot start debugging because debug target 'c:\myname\documents\visual studio 2015\projects\computerscienceproject\graphics\bin\debug\graphics.exe' missing. please build project , retry, or set outputpath , assemblyname properties point @ correct location target assembly.

when follow file path graphics.exe file there.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

Why does math.random(999999999999) returns 1 in Lua? -