0
根據微軟documentation我應該能夠實例化一個DB模式是這樣的:F#SQL typeprovider
type dbSchema = SqlDataConnection<"Data Source=MYSERVER\INSTANCE;Initial Catalog=MyDatabase;Integrated Security=SSPI;">
在Visual Studio 2011,F#3.0和.NET 4.5這給了我一個錯誤,我要使用:
[<Generate>] type dbSchema = SqlDataConnection<"Data Source=MYSERVER\INSTANCE;Initial Catalog=MyDatabase;Integrated Security=SSPI;">
哪些工作。
我不明白爲什麼(我是F#的新手),並想知道我的設置是否有問題,如果這只是一個測試版,或者這是一個錯誤?
發生了什麼事?
請考慮標記您的答案爲已接受,以便該問題未出現在未答覆的列表中。 – bytebuster 2012-12-18 01:12:02