vb.net - "Type is not defined" error on project build -


i created new vb.net windows applications project , added reference utilities project have done many times before. when start coding, editor find utility namespace without difficulty when build "type my.utils.data not defined".

i've compared project other projects , can't find difference.

when try debug, dialog saying "visual studio cannot start debugging because debug target "c:.....\myproject.exe" missing

you need make sure consuming project targeting .net framework version equal or higher other project referencing. if referenced project targeting higher version of framework, visual studio not give useful message like, "wrong framework version". instead, gives confusing error assembly being missing, though it's there.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -