在使用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.我怎么才能修好它?
发布于 2009-06-18 15:36:32
这个人似乎也有同样的问题。
http://www.eggheadcafe.com/software/aspnet/27459023/moss-2007-business-data.aspx
答案是:“嗨,
由于BDC控件没有显示,在日志中获得相同的错误消息,我也遇到了同样的问题。解决方案是,我必须使用对我的网站的主入口,而不是在替代访问映射或扩展web应用程序的附加文件中指定的其他任何一个,如果您正在使用它。“
https://serverfault.com/questions/28063
复制相似问题