Building/Compiling project

T

The_Enforcer

Hey i have just build a frontend to an SQL database and
was wondering how do i compile it so i can install it on
any other pc?

i have made the exe file but when i put it on another
computer it will not work give me an error.

I think i need to include some dll files or soemthing?

Where can i find some info on this?

Thanks
 
H

Herfried K. Wagner [MVP]

* "The_Enforcer said:
Hey i have just build a frontend to an SQL database and
was wondering how do i compile it so i can install it on
any other pc?

i have made the exe file but when i put it on another
computer it will not work give me an error.

I think i need to include some dll files or soemthing?

Framework 1.0:

..NET Framework Deployment Guide
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp>

Using Visual Studio .NET to Redistribute the .NET Framework
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp>

Framework 1.1:

Redistributing the .NET Framework 1.1
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/redistdeploy1_1.asp>

..NET Framework 1.1 Deployment Guide
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid1_1.asp>

..NET Framework 1.1 Redistributable Prerequisites
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/NETFx1Redistreq1_1.asp>

..NET Framework Redistributable Package 1.1 Technical Reference
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref1_1.asp>

Using Visual Studio .NET 2003 to Redistribute the .NET Framework
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp>

Notice that you will have to include all the components used by the
program in the setup too (for example MDAC etc.).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top