all groups > vb.net > february 2008 >
You're in the

vb.net

group:

deploy prerequisite program with application - problem


deploy prerequisite program with application - problem Rich
10/24/2006 12:58:02 PM
vb.net:
Hello,

I am trying to deploy a VB2005 app which contains a ReportViewer control. I
have added the Reportviewer control to the prerequisite list by click on
Prerequisites in the Project/Properties/Publish/Prerequisites and select
which prerequisite to install. I select Microsoft Visual Studio 2005 Report
Viewer. I have then also selected "Download prereus.. from vendor site"
which did not work and also selected "Download prereq... from same locaion as
my application" which also did not work. Here is the error message I get
when I try to install the app:

"unable to install or run the application. The application requires that
assembly Microsoft.ReportViewer.ProcessingObjectModel Version 8.0.0.0 be
installed in the Global Assembly Cache (GAC) first."

The client machine has Framework 2.0 loaded. Is this an administrative
rights issue - maybe not logged in as administrator? Or do I need to add
someting else I need to add to the package or an additional prerequisite I
need to install?

Thanks,
Rich

RE: deploy prerequisite program with application - problem Rich
10/24/2006 3:49:01 PM
OK. I found the trick. First, I forgot to run ReportViewer.exe which
installs the ReportViewer redistributable files. Then in addition to select
ReportViewer as a prerequisite, I went into the Application files where the
required files were displayed as prerequisite (auto). I changed that to
Include for each of the ReportViewer supporting files. Then I was able to
successfully deploy my app.


[quoted text, click to view]
RE: deploy prerequisite program with application - problem Nick
2/5/2008 10:17:02 AM
Hey Rich,

Do you have to install the Report Viewer on each client machine you install your app on?

Also, I see where the prerequisites can be set and I see the button above it that allows you to look at the Application Files. I don't see the required files that are displayed as prerequisite (auto) ... could you clarify for me?

Thanks


From http://www.developmentnow.com/g/38_2006_10_0_0_839405/deploy-prerequisite-program-with-application--problem.htm

Posted via DevelopmentNow.com Groups
RE: deploy prerequisite program with application - problem Nick
2/6/2008 10:57:16 PM
Hey Rich ...
Never mind.
I see it now.
Thanks for the post.
Nick

From http://www.developmentnow.com/g/38_2006_10_0_0_839405/deploy-prerequisite-program-with-application--problem.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button