Erron在PetaPoco整合

时间:2015-12-27 06:58:31

标签: c# asp.net-mvc orm petapoco

我正在尝试使用PetaPoco作为我的ORM。

正如http://www.toptensoftware.com/petapoco/所述,我已经尝试过来自nuget的Install-Package PetaPoco。但它以An error occurred while loading packages from'https://api.nuget.org/v3/index.json': The operation has timed out.

结尾

然后我从https://github.com/toptensoftware/PetaPoco/blob/master/PetaPoco/PetaPoco.cs

下载并添加了PetaPoco.cs

但我仍然得到73个错误。

The type or namespace name 'Internal' does not exist in the namespace 'PetaPoco'
The name 'DatabaseType' does not exist in the current context
The type or namespace name 'ITransaction' could not be found
.....
.....

任何帮助?

1 个答案:

答案 0 :(得分:0)

再次尝试nuget包。您下载的文件不是单个文件版本。单个文件版本在编译时构建并打包为nuget包。别忘了PetaPoco有三个版本。请参阅wiki