PDA

View Full Version : [JX] xin link .net 2.0 chạy trên win server 2008 R2



tien320456
25-02-13, 04:07 PM
Mình dùng winserver 2008 R2 64bit
- Nghe nói cái win này ko chạy dc .net 2.0. Mình chơi JX khi chạy sv có 1 số lỗi phát sinh khi ko có .net 2.0 !
Bạn nào có link .net 2.0 chạy trên win server 2008 R2 cho mình xin nhé

Kai_it
25-02-13, 04:59 PM
theo mình biết thì hiện Server JX đang phát triển không chạy được trên Winserver 2008 trở lên :|

Edward_Newgate
25-02-13, 06:06 PM
theo mình biết thì hiện Server JX đang phát triển không chạy được trên Winserver 2008 trở lên :|

Ai bảo thế =.=! Vẫn dùng ầm ầm

Kai_it
25-02-13, 08:26 PM
đó là theo mình biết mà, vì mình chạy lỗi nên phán thế, bác biết thì khai sáng lại cho ae nào. (*)

tuidangvui
25-02-13, 08:37 PM
Mình dùng winserver 2008 R2 64bit
- Nghe nói cái win này ko chạy dc .net 2.0. Mình chơi JX khi chạy sv có 1 số lỗi phát sinh khi ko có .net 2.0 !
Bạn nào có link .net 2.0 chạy trên win server 2008 R2 cho mình xin nhé

This time I’ll cover what I meant last time by a subset of .NET 2.0, with future posts covering the other additions in more detail. Not everything required for full .NET 2.0 support is included in Server Core. Instead of increasing the Server Core footprint to add functionality that isn’t “core” to Server Core (couldn’t resist), we added the portions of .NET 2.0 that align with what is already in Server Core. Therefore, the following namespaces are not available as part of .NET 2.0 on Server Core:


Microsoft.Aspnet.Snapin
Microsoft.Ink
Microsoft.ManagementConsole.*
Microsoft.StylusInput.*
Microsoft.VisualBasic.Compatibility.VB6
Microsoft.Windows.Themes
Microsoft.WindowsCE.Forms
Microsoft.WindowsMobile.DirectX.*
System.ComponentModel.Design.*
System.Data.Design
System.Deployment.Application
System.Diagnostics.Design
System.Media
System.Messaging.*
System.Speech.*
System.Web.UI.Design.* (design time support in this namespace is unavailable, runtime support for expression builders is supported)
System.Windows.*
UIAutomationClientsideProviders

As you can see from the list, these require functionality not available in Server Core, e.g. DirectX, UI/MMC, Multimedia, Tablet support, etc.
To install .NET 2.0 on Server Core you can run:


Start /w ocsetup NetFx2-ServerCore

If 32bit support is needed you first need to install WoW64 and then .NET 2.0 WoW64 support, the following assume the above command has already been run:


Start /w ocsetup ServerCore-WOW64
Start /w ocsetup NetFx2-ServerCore-WOW64