Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
As you can probably find on other threads, I am not a fan of ClickOnce and so we abandoned it long ago. However, this is just a SQL Server SMO 10 assembly reference. In the most recent version of SF (1.6.7) we have removed all SMO references from all projects EXCEPT the dbengine as this is what is used for database deployment through the DDT. The error that it is giving you, do you get this when you are trying to build the package or when you are trying to deploy the package? In either case, it is just a matter of loading the SMO assemblies. We actually have an MSM that we distribute with SF to help with this. You can find it in the c:\program files\MicroFour\StrataFrame\Distribution\SQLSMOMergeModule.msm path. This includes all of the SMO assemblies required for distribution. If ClickOnce will not support MSM files, then you can also download the SMO 10 MSI redistributable from Microsoft's website.
|