Roger
Roger

Reputation: 23

Vs 2015 Missing Intellisense for external dll

I have a C# MVC 5 project that uses a custom built dll. 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. I added a reference to the dll to my C# project and it builds and runs just fine, no errors. I can get intellisense on all the other functions used by my C# code but not the ones in my custom built dll.

I have verified that the folder containing the .dll also has an .xml file, with the exact same FileName. And the xml file appears to be in the correct format. 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?

Upvotes: 0

Views: 395

Answers (1)

Roger
Roger

Reputation: 23

Well that was a wasted 2 1/2 hours. See my comment to Gonzo345. Problem Solved.

Upvotes: 1

Related Questions