我正在尝试在VS源代码管理中调试web应用程序。但是,我得到了一个错误
The type or namespace name 'ceTe' could not be found (are you missing a using directive or an assembly reference?)
The referenced component 'ceTe.DynamicPDF.40' could not be found在Visual Studio的解决方案资源管理器中展开References文件夹时,将列出ceTe.DynamicPDF.40,但用黄色警告图标标记。
我该如何解决这个问题?我提到了这个Refrenced Toolkit could not be found问题,但我的问题出在源代码控制上。我在项目的本地存储库中没有相关的dll,所以我不能添加它的引用。
发布于 2020-04-29 23:28:49
已通过从服务器复制相应的dll文件解决此问题。
https://stackoverflow.com/questions/61503189
复制相似问题