Using VS2005, I am deploying a WinForm application with ClickOnce. The
project contains a ReportViewer200 5 control, so there is a prerequisite for
the ReportViewer200 5.dll.
The ReportViewer.dl l that is included with Visual Studio 2005 works fine on
my (developer) pc, both within Visual Studio 2005, and after deployed, from
my pc. However, this is not the case with the user's pcs. When they
download the ReportViewer200 5.dll from Microsoft, they get a
ReportViewer200 5 with built-in bugs.
There is a service pack for ReportViewer200 5.dll, but I would rather bundle
the Visual Studio copy of ReportViewer200 5 in with the ClickOnce deployment.
It is possible?
On Project properties | publish | Application Files., should I be changing
the Publish Status column to "Include", (Required), and then manually point
to the ClickOnce site where I have copied the Visual Studio
ReportViewer200 5.dll? Would this bundle the Visual Studio
ReportViewer200 5.dll in with my application?
Thanks in advance,
Dean S
project contains a ReportViewer200 5 control, so there is a prerequisite for
the ReportViewer200 5.dll.
The ReportViewer.dl l that is included with Visual Studio 2005 works fine on
my (developer) pc, both within Visual Studio 2005, and after deployed, from
my pc. However, this is not the case with the user's pcs. When they
download the ReportViewer200 5.dll from Microsoft, they get a
ReportViewer200 5 with built-in bugs.
There is a service pack for ReportViewer200 5.dll, but I would rather bundle
the Visual Studio copy of ReportViewer200 5 in with the ClickOnce deployment.
It is possible?
On Project properties | publish | Application Files., should I be changing
the Publish Status column to "Include", (Required), and then manually point
to the ClickOnce site where I have copied the Visual Studio
ReportViewer200 5.dll? Would this bundle the Visual Studio
ReportViewer200 5.dll in with my application?
Thanks in advance,
Dean S
Comment