Merrion
Junior Contributor
Is there any way to use a relative path for your strong name key file for an assembly? I currently have:
But if I take out the absolute path the compiler throws a hissy fit. Ideas?
Code:
<Assembly: AssemblyKeyFile("C:\Merrion Computing\Customers\Cooperation\Microsoft\EMFSpoolfileReader\EMFSpoolfileReader.snk")>
But if I take out the absolute path the compiler throws a hissy fit. Ideas?