How To Create VB.NEt Application Setup.

  • Thread starter Thread starter Sanjay
  • Start date Start date
S

Sanjay

Ho to All,

I have Created On Outlook AddIns Application. It's Working Fone on My
Machine. But When I Create Depolyment And Run on Other Machine Then
It's Giving Error. Error is That U Have to Install .NetFrameWork 1.1 On
This Machine.

So Can Anyone Tell Me How To Create Setup Wizard For This Application.
Or What Should Be Probs. So Plz Give Reply As Soon As Possibe

Or What We Have to Insatll on Target Machine For run That Application.

Thanks

Sanjay
 
If you are using that version of the framework you will have to install the
redistributable version of it and/or check for it's being there when you
install. VS should include those redistributables or you can download them
from MS.
 
Hi Ken,

Thanks For Relply

Is It Possible To Install Only Once That Redistributale of
..NetFrameWork In Server And Then We Can DownLoad Our .Net Application
in Our Remote PC.

Or Any Other Way That Every Time We Don't have to Install That
Framework On Remote PC. When We DownLoad That Tool From WebSite It
Doesn't Need To install .NetFrame Redistributabe Or Any Thing Else.

Means Once We Install .NetFrmaeWork on Server Then It Can Access That
And We Don't Need To Install It On Remote PC.

Is It Possible or Not, If NOt Then What To Do For This Probs?

Plz Give Reply As Soon As Possible.

Thnaks

Sanjay.
 
The correct framework version must be installed on each client machine that
will run that code. How you install the framework is entirely up to you but
it can't run from a server, it has to be installed on the client.
 
Back
Top