|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
64 bit operating systemsI have a windows service written in vb.net with .net framework 1.1 on the
development machine. We have bought a new server which has windows server 2003 64 bit edition installed. The redistributable framework for version 1.1 will not install on 64 bit operating systems. My question is, will a service written using framework 1.1 work with framework 2 which has a 64 bit version that can be installed on our server. Do I have to install framework 2 on the development machine and recompile the program before installing the service with framework 2. Thanks in advance Dave Hi,
If your service is written with vb.net 2003 you need the dot net framework 1.1 for the service to run. You can install the dot net framework on a computer running a 64 bit os and everything will run fine as a 32 bit application. If you want to use the framework 2.0 the application will need to be upgraded to vb 2005. Ken ------------------ Show quoteHide quote <dave> wrote in message news:OVvaIXCGGHA.1028@TK2MSFTNGP11.phx.gbl... >I have a windows service written in vb.net with .net framework 1.1 on the > development machine. > We have bought a new server which has windows server 2003 64 bit edition > installed. > The redistributable framework for version 1.1 will not install on 64 bit > operating systems. > My question is, will a service written using framework 1.1 work with > framework 2 which has a 64 bit version that can be installed on our > server. > Do I have to install framework 2 on the development machine and recompile > the program before installing the service with framework 2. > > Thanks in advance > Dave > > Huh ???
This is not my experience I run as a dev machine a Acer 1524 WLMI ( AMD 64 3400 + ) with windows server 64 bit as operating system and this runs every application that we develop with VS6 , VS.Net 2003 and VS.net 2005 32 and 64 bit so what is the problem ??? regards Michel Posseth [MCP] Show quoteHide quote <dave> schreef in bericht news:OVvaIXCGGHA.1028@TK2MSFTNGP11.phx.gbl... >I have a windows service written in vb.net with .net framework 1.1 on the > development machine. > We have bought a new server which has windows server 2003 64 bit edition > installed. > The redistributable framework for version 1.1 will not install on 64 bit > operating systems. > My question is, will a service written using framework 1.1 work with > framework 2 which has a 64 bit version that can be installed on our > server. > Do I have to install framework 2 on the development machine and recompile > the program before installing the service with framework 2. > > Thanks in advance > Dave > >
Impossible? Who called the Method?
string calculation Why so much trouble with ellipses? Seeking examples of screen scraping.... Setting MaxLength to <VBFixedString(x)>? Grid setup - dataset -multiple tables Another Dataset question Pasting from the clipboard How Can I prevent a new row in datagrid But permit to edit existing cell ? HELP PLEASE !! DataGrid Questions |
|||||||||||||||||||||||