I have used multiple threads, namely this one to create a reference to the visualbasic dll. But to do this you need to have the "Assemblies" tab in the Reference manager window.
When I try to create a reference to this dll file, the "Assemblies" tab doesn't even show up! This is what I mean.
What do I do to get it to show up, I am not a absolute mastermind when it comes to coding so I'd appreciate it if you could simply the problem and answer. Is it the fact that I don't have a "References" folder in my solution (I've never had one from the start)?
Thanks.
EDIT: Fixed! @Jimi and @jmcilhinney said changing from .NET Core to .NET Framework would fix the issue, it did.