简体   繁体   English

VS 2015缺少用于外部dll的Intellisense

[英]Vs 2015 Missing Intellisense for external dll

I have a C# MVC 5 project that uses a custom built dll. 我有一个使用自定义生成的dll的C#MVC 5项目。 The dll was developed in VB.Net (VS 2015) and each function in the dll was decorated with the appropriate XML Documentation tags, including summary and parameter. 该dll是在VB.Net(VS 2015)中开发的,并且该dll中的每个函数都装饰有适当的XML Documentation标签,包括摘要和参数。 I added a reference to the dll to my C# project and it builds and runs just fine, no errors. 我在我的C#项目中添加了对该dll的引用,它的生成和运行都很好,没有错误。 I can get intellisense on all the other functions used by my C# code but not the ones in my custom built dll. 我可以在C#代码使用的所有其他功能上获得智能感知,但不能在我的自定义生成的dll中获得这些智能。

I have verified that the folder containing the .dll also has an .xml file, with the exact same FileName. 我已经验证了包含.dll的文件夹也具有一个.xml文件,并且文件名完全相同。 And the xml file appears to be in the correct format. xml文件的格式正确。 I've searched the web for the past two hours trying to find a solution to this problem but have not found anything that works. 我在过去两个小时内一直在网上搜索,试图找到解决此问题的方法,但没有找到任何可行的方法。 Can anyone help me out? 谁能帮我吗?

Well that was a wasted 2 1/2 hours. 好吧,这浪费了2 1/2小时。 See my comment to Gonzo345. 请参阅我对Gonzo345的评论。 Problem Solved. 问题解决了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM