找不到OrmLiteConnectionFactory.cs错误

时间:2015-09-17 06:17:02

标签: .net servicestack ormlite-servicestack

我正在尝试在.net的ServiceStack Framework中使用OrmLite和SQL Server。现在表格已经创建了,我也能够将值插入到表中但是在调试时我收到了消息You need to OrmLiteConnectionFactory.cs to view the source for the current call Stack frame。我第一次使用ServiceStack以及OrmLite不确定这是什么请帮我解决这个问题。谢谢

1 个答案:

答案 0 :(得分:3)

如果没有该库的必要调试符号,则无法调试到外部库。 ServiceStack调试符号发布在symbolsource.org上,但symbolsource.org几周来一直不可靠,所以最好不要试图通过VS.NET中的checking the Just My Code选项调试外部库。

如果您真的想调试ServiceStack库,其他选项是使用Assets repo中发布的v4.0.44 .pdb symbols。另一个选择是克隆ServiceStack.OrmLite GitHub存储库,其中包含OrmLite的所有源代码。