2017年4月19日 星期三

[oracle]oracleconnection 找不到參考

原因
一直說找不到參考,但是參考裡有放(專案)

解決方法

把原本在專案格式的程式,寫在網頁格式,參考加上去,自己解決問題。

找不到 CodeDom 提供者類型....

原因
版本太新

解決

在webfig 中

去掉codeDom全部

[C#]錯誤訊息


錯誤訊息:
_Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl)_
可能原因:
一開始用專案

解決方法

在C#
1.
把  namespace
{

}

去掉

1.
在網頁
CodeBehindee改 CodeFile

2.
去掉inherits逗點之前
Inherits="test1.exceltest"

2017年4月12日 星期三

xamarin 教學網站

https://vulcanlee.gitbooks.io/xamarin-forms/content/XamarinWithMac.html
https://vulcanlee.gitbooks.io/xamarin-forms/content/InstallGooglePlayServices.html

xamarin