我的错误;连接没有显示在工作区的下拉列表中
我在Ektron8.7dxh中添加了一个新的连接,它可以正常工作,但是当我将代码添加到Ektron9dxh--它不能工作的--时,我认为主机部分的一些语法发生了变化,请告诉我如何解决这个问题。
<add serviceName="Name Connector" serviceType="namespace.classname, dllfilename, Version=1.2.0.074, Culture=neutral" />
<add serviceName="name Connector" serviceType="namespace.classname, dllfilename, Culture=neutral" />
我的观察是:
1. no version section
2. can we use dot(.) extension in "dllfilename" {is working in 8.7 but not working in 9} eg:(Ektron.custom) as dll file name
请帮忙..。
发布于 2013-09-30 09:40:53
我的观察是错误的,问题是引用dll文件,意味着我向我的组长引用了Ektron8.7文件,比如ContextBus.dll etc.Thanks
https://stackoverflow.com/questions/19090321
复制相似问题