Taking the ClickPain out of ClickOnce- April 1, 2006 The ClickOnce support in Visual Studio 2005 is nice and easy but falls-down in number of areas: The application manifest (i.e. the "stuff" that comprises your app) is determined by walking the project references of your Windows app. What this means is that if you have deployment artifacts that are non-reference content or late-bound loaded assemblies then the default ClickOnce mechanism in Visual Studio will not pick them up. Oftentimes...http://blog.gatosoft.com/PermaLink,guid,d0a0dd1e-c9ac-4fa9-a408-615454d49702.aspx |