A
aualias
I am getting the following error:
Warning: The dependency 'ShoppingCart, Version=1.0.1895.27037,
Culture=neutral' in project 'www.sitename.com' cannot be copied to the run
directory because it would overwrite the reference 'ShoppingCart,
Version=1.0.0.0, Culture=neutral'.
I changed [assembly: AssemblyVersion("1.0.*")] to [assembly:
AssemblyVersion("1.0.0")] in AssemblyInfo.cs, but the error lies elsewhere.
Any ideas would be appreciated.
Thanks.
David
Warning: The dependency 'ShoppingCart, Version=1.0.1895.27037,
Culture=neutral' in project 'www.sitename.com' cannot be copied to the run
directory because it would overwrite the reference 'ShoppingCart,
Version=1.0.0.0, Culture=neutral'.
I changed [assembly: AssemblyVersion("1.0.*")] to [assembly:
AssemblyVersion("1.0.0")] in AssemblyInfo.cs, but the error lies elsewhere.
Any ideas would be appreciated.
Thanks.
David