I made an asp.net website from visual studio 2012 last night and it works perfectly fine. I committed my project in bitbucket then pushed it but when i cloned my code and tried to build and run my project, it gets a lot of error about namespaces and stuff. Why is that? The original files works fine. First I thought maybe I made mistakes, so i tried to commit/push another new project(the default application given from visual studio 2012), but when i clone it, it is still the same error i get. Here are the errors:
https://www.dropbox.com/s/6zn1qbx8kr3avc2/errors.PNG
Do i need to install the packages every time i clone my project?