I have been able to deploy my project on a CD with ClickOnce. Since updating to 3.5 SP1 the following error occurs when distributing the project on PC with Windows XP. Although it will load on another PC with Vista.
‘Unable to install or run application. The application requires that assembly System Data Entity Version 3.5.0.0 be installed in the Global Assembly Cache (GAC) first.�/span>
My project property settings: Prerequisites, Windows Installer 3.1, Net Framework 3.5 SP1 both checked and Download Prerequisites from vender’s web site Checked
Manifest: Create desktop shortcut Checked.
I have searched the forum, although there appears to be similar threads none seem to address my problem.
I would be grateful for help with installing the system data entity in (GAC).
latoc