Closed pzgulyas closed 7 years ago
Can you move this to https://github.com/dotnet/roslyn-project-system/issues. Assuming you are building a .NET Core based project?
Yes, I am building a .NET Core based project. I will open an issue at the suggested location, thank's for your redirection to the correct place.
Created a new issue at dotnet/roslyn-project-system#786
Closing this one as it's being tracked by the project system
There is no intellisense for a COM assembly in VS 2017, but interestingly despite of that, it compiles and runs correctly. Also, adding a COM reference using VS 2017 UI adds a wrong line
<COMReference Include="pfcls.dll">
into the following (corrected) block in csproj:The final dll name becomes Interop.pfcls.dll, so the added name is wrong anyway.
(Just for info: The example above shows a PTC Creo-Pro/Engineer CAD software VB.API interop reference)