michelsalib / Gi7

A github app for Windows Phone 7
31 stars 14 forks source link

Project is broken #44

Closed Zeromax closed 11 years ago

Zeromax commented 11 years ago

@AlbertoMonteiro Since your Commits the Project is broken.

Warnung 1   Die Datei oder Assembly "file:///D:\User\Documents\Visual Studio 2012\Projects\Gi7\Gi7.Client\Bin\Debug\Gi7.Client.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.  Gi7
Warnung 2   Die Komponente "GalaSoft.MvvmLight.Extras.WP71", auf die verwiesen wird, wurde nicht gefunden.  Gi7.Client
Warnung 3   Die Komponente "GalaSoft.MvvmLight.WP71", auf die verwiesen wird, wurde nicht gefunden.     Gi7.Client
Warnung 4   Die Komponente "Microsoft.Practices.ServiceLocation", auf die verwiesen wird, wurde nicht gefunden.     Gi7.Client
Warnung 5   Die Komponente "Newtonsoft.Json", auf die verwiesen wird, wurde nicht gefunden.     Gi7.Client
Warnung 6   Die Komponente "RestSharp.WindowsPhone", auf die verwiesen wird, wurde nicht gefunden.  Gi7.Client
Warnung 7   Die Komponente "Microsoft.Practices.ServiceLocation", auf die verwiesen wird, wurde nicht gefunden.     Gi7
Fehler  8   Der Name "ViewModelLocator" ist im Namespace "clr-namespace:Gi7.ViewModel" nicht vorhanden. D:\Andreas\Documents\Visual Studio 2012\Projects\Gi7\Gi7\App.xaml   64  9   Gi7

I checked out the michelsalib/Gi7 master branch to be sure. Any solution for this?

Zeromax commented 11 years ago

Maybe its Important: Using Win8 and VS2012

AlbertoMonteiro commented 11 years ago

Maybe you must to enable package manager restore in nuget. Is your nuget updated? Btw I am using Win8 and VS12 too

Zeromax commented 11 years ago

Downloaded the latest version -> http://visualstudiogallery.msdn.microsoft.com/27077b70-9dad-4c64-adcf-c7cf6bc9970c

Maybe you must to enable package manager restore in nuget.

What does that mean?

AlbertoMonteiro commented 11 years ago
  1. Rigth Click in Refences in > Gi7.Client
  2. "Click Manage Nuget Packages..."
  3. Some yellow message must appeart at top of window telling about packages missing
  4. Click to restore
Zeromax commented 11 years ago

Thats it Thx ;)