SmartAssembly.Attributes required to be installed in the GAC
eric-914
Posts: 46
Someone please explain this error message, and why in God's name is it required to be in the GAC of my client machines? :evil:
System Update Required
Unable to install or run the application. The application requires that assembly SmartAssembly.Attributes Version 6.0.0.0 be installed in the Global Assembly Cache (GAC) first.
Please contact your system administrator.
System Update Required
Unable to install or run the application. The application requires that assembly SmartAssembly.Attributes Version 6.0.0.0 be installed in the Global Assembly Cache (GAC) first.
Please contact your system administrator.
Comments
What happens on your own machine- does it work?
I followed the instructions on this page about attributes:
http://www.red-gate.com/supportcenter/c ... Attributes
I started w/ the first option listed on the page, and added a reference to SmartAssembly.Attributes.dll, and then later used the 2nd option.
Even though the app no longer actually needed the reference to the S/A dll, it was still being referenced. And when deployed, insisted it couldn't run w/out the S/A being in the GAC.
I removed the reference, built, and deployed, and the problem went away.
Still weird that option #1 would cause this though.
Seems #2 would've been listed first.