(trying to make my exe run on another machine that doesnt have .netframework)
Hi can some lead me in the right direction to allowing my exe or software to run on another machine that doesnt have ,.netframework on there machine.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
David SmithPosted Mar 20, 2010, 12:42 PM
Ok I use the setup deploy project, but i still get the error saying that
A network - related or instance-specific error occured while establishing a connection to the Sql server. The server was not found or was not acessible.
Verify that the instance name is correct and the Sql server is configured to allow remote connections. ( provider: SQL network interfaces, error:26 - error locating
Server / Instance Specified).
I really need help with this?
Sam HobbsPosted Mar 20, 2010, 12:26 PM
David SmithPosted Mar 20, 2010, 2:30 AM
Sam HobbsPosted Mar 20, 2010, 2:19 AM
If you create a msi database youself, expect to spend more than a month learning about msi. I say a month because that is what the experts say. I created a setup using Visual Studio 2005 but VS 2008 makes it easier and my application was a totally unmanaged application; all C++. My requirements were advanced so I had to modify the msi. For most simple applications, VS will create a setup program for you, probably without you doing anything except asking VS to do it.
BangaruBabu PuretiPosted Mar 20, 2010, 1:11 AM
Let Me explain
Step1)Install Windows Installer 3.1
Step2).Net Framework (Better To Install higher Version )
Step3)Finally Your set up
regards
Bangarubabu Pureti
Lead