0
Answer

Interop Assemblies

Umesh Krishna

Umesh Krishna

17y
2.1k
1
What is the correct procedure to include/refer to an interop assembly in a .NET project? Here I have an assembly (dll) from the bin of a Windows Application (C#.NET) which I would like to include in an ASP.NET_C# application. I have added reference in the project but upon build (F5), I get an Error in the Task List that I might have missed a using directive or an assembly reference. Your suggestions are most valuable.