我有一個Xamarin.forms共享的項目,我想編寫,並從具有對每個平臺(Android,iOS和Windows)的本地駐留在XML文件中讀取。讀取和寫入XML文件
我提到這一點:Working with files,但我似乎得到錯誤:
Error 2 The type or namespace name 'SharedPage' could not be found (are you missing a using directive or an assembly reference?)
在行:var assembly = typeof(SharedPage).GetTypeInfo().Assembly;
由於我是新來Xamarin.forms我也想知道在哪裏必須爲每個平臺項目放置文件。
正如擡起頭,我發現Xamarin.Forms起初非常有吸引力,但最終不得不放棄它由於嚴重的性能問題和缺乏UI控制。 –
我不知道這是否會有所作爲,但如果我記得正確地將'typeof(SharedPage)'改爲'typeof(this)'爲我工作。 –
@OwenJames似乎並沒有爲我工作:-( – Arti