.net - visual studio 2012 build error namespace -
I am a full newbie in visual studios, so perhaps this is a very rude question. I'm a user experience designer, so programming is not really my character. I am currently trying to create an app that we created and did some Q & A testing. When I try to build an application and I get many errors, I do not know what the errors are or how to solve them?
I get 27 errors which look less or more like this but with a different 'items'
type or name space name 'BindableBase' can not be found (Do not you have access instructions or an assembly reference?)
C: \ WindowsApps \ Win8_Enterprise_Studio \ WestJet \ WestJetTablet \ Easyjet.FlightTracker.W8App \ Model \ FeedData.cs Oltiva.FlightTracker.W8App
Any problem please give me some perspective
make sure that whatever Assembly which
Bindable Base, was able to create it. If it does not build, other projects may complain about it, as you have seen.
Comments
Post a Comment