R
Ray Mitchell
Hello,
I have an application that uses a 3rd-party DLL for a C# .NET project. I
have two separate projects, where some of the source files are common to both
projects while others are unique. As a result, in Solution Explorer I set
links to the common files rather than keeping two copies. I also set
assembly references to the DLL in both projects. Although there is no
problem using classes from the DLL in the files that are actually unique to
each project, it can't locate the classes in the common files that I have
merely linked to from each project. What needs to be done to make the
classes visible in the linked files too?
Thanks,
Ray
I have an application that uses a 3rd-party DLL for a C# .NET project. I
have two separate projects, where some of the source files are common to both
projects while others are unique. As a result, in Solution Explorer I set
links to the common files rather than keeping two copies. I also set
assembly references to the DLL in both projects. Although there is no
problem using classes from the DLL in the files that are actually unique to
each project, it can't locate the classes in the common files that I have
merely linked to from each project. What needs to be done to make the
classes visible in the linked files too?
Thanks,
Ray