2017-12-11 16 views
2

MacのシミュレータでMac - > build - > viewに接続して正常に動作するデフォルトのXamarinプロジェクトを作成しましたが、Visual StudioからLive Payerを起動して実行すると、Xamarin Live Playerのエラー

\Services\MockDataStore.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\App.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Services\MockDataStore.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\ViewModels\AboutViewModel.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\ViewModels\BaseViewModel.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\ViewModels\ItemsViewModel.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\MainPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\MainPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\AboutPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\AboutPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\ItemDetailPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\ItemDetailPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\ItemsPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\ItemsPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 
\Views\NewItemPage.xaml.cs(1,1): error: The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) 

これらのファイルはすべて共有プロジェクトにあります。

誰でも問題はありますか?それはどんな慰めなら

マット

+0

https://forums.xamarin.com/discussion/17560/error-cs0246-the-type-or-namespace-name-xamarin-could-not-be-foundを参照してください。 –

+0

そのスレッドは役に立たず、実際のものではありません同様の問題を抱えている人々だけに何年も答える。 –

答えて

2

おかげで、私は正確に同じ問題を抱えています。ここで私は現在、部分的な成功で、問題を試み、解決するために何をやったかです:

  1. 削除/再インストールのVisual Studio 2017コミュニティプレビュー
  2. 削除/ Visual Studioのコミュニティをインストール - 現在のリリースを
  3. を作成しました新しいWindows 10のVMとインストールされているVisual Studio Community 2017の現在のリリース

アクションポイント#3に基づいて、インストールに固有の何かが原因であるとは思わないが、それ以上の問題はない広範囲に及ぶ。

更新日(12月18日):私は既存のサンプルプロジェクト(https://developer.xamarin.com/samples/mobile/LivePlayer/LiveView/)をダウンロードして成功しました。このアプリは現在、Live Player経由で携帯電話で動作していますが、現在私が調査中のMONOデバッガーエラーが表示されます。

関連する問題