Tagged Questions
3
votes
3answers
114 views
Is it possible for a website project to reference a signed assembly in visual studio?
I'm aware of the following two different types of web projects in Visual Studio 2008:
Website project
Web application project
A web application project can reference a signed assembly as long as ...
1
vote
1answer
459 views
Signed assembly dependency that references a COM DLL must have the dependency's generated interop assembly referenced
Sorry about the terrible title.
I have a signed assembly 'Signed.dll' that is a dependency of another assembly, say Executable.exe.
Signed.dll references a COM DLL and publically exposes one of this ...