0
Reply

Interop Assemblies

Umesh Krishna

Umesh Krishna

Mar 8 2007 11:22 AM
1.8k
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.