有没有人在使用 MOSS BDC 时遇到过这个错误?
Runtime Error in method AddBDCApplication.OnLoad of type
System.InvalidOperationException.The exception was System.InvalidOperationException:
Cannot use the Business Data Catalog from outside an Office Server context without
explicitly setting the Shared Resource Provider by Name on the Business Data Catalog
Sql Session Provider.
我该如何解决?
这个人似乎也有同样的问题。
http://www.eggheadcafe.com/software/aspnet/27459023/moss-2007-business-data.aspx
答案是:“嗨,
我遇到了同样的问题,BDC 控件不显示,在日志中得到相同的错误消息。解决方案是我必须使用我的站点的主地址,而不是备用访问映射中指定的其他地址之一,或者如果您正在使用它来扩展 Web 应用程序的地址。”