I want to know what AX version will be install with which Operating System version like, can I install AX 2012 with Windows Server 2008?
http://www.microsoft.com/en-us/download/details.aspx?id=11094
Windows Server 2008 Standard Edition, Enterprise Edition, Web Edition,
or Datacenter Edition, with Service Pack 2 Only 64-bit versions of
Windows Server 2008 are supported.
So to answer your question... Yes, you'll be able to install AX 2012 on Server 2008 with SP2 and 64 bit version.
Related
The download site for the Microsoft .NET Framework 4.6.2 Developer Pack (https://www.microsoft.com/en-us/download/details.aspx?id=53321) states that it is for the following supported operating systems:
Windows 7 Service Pack 1,
Windows 8.1,
Windows Server 2008 R2 SP1,
Windows Server 2012,
Windows Server 2012 R2
Notice that Windows 10 is not listed. The problem being that Windows 10 does not ship with it. My only conclusion is that the Microsoft download site is wrong! Because how would you build applications targeting the new framework ?
Has anyone else noticed this ?
There is an alternate page which says that the Developer Pack is for Windows 10 Version 1607, Windows 8.1, Windows 7 Service Pack 1 (SP1), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, and Windows Server 2008 R2 SP1
https://support.microsoft.com/en-nz/kb/3151934
If you click the download link on that page, then you are redirected to the page that you are referring to.
So documentation on the download page appears to be out of date.
I installed on Windows 10 and it installed everthing but the main 4.6.2 - however it did install the SDK for 4.6.2 - see the programs and features list after installing - if you look on a Win7 install you will see the main one listed as installed but not in win10 - 4.6.2 is missing on Win10
I'm unable to find anywhere online where it states that BizTalk Server 2010 is supported/not supported fully by Windows 10.
No, not even BizTalk 2013 R2 is supported on Windows 10 as can be seen at Summary of 64-bit support, operating systems and SQL Server versions supported by BizTalk Server and also
Hardware and Software Requirements for BizTalk Server 2013 and 2013 R2 as it is not listed on either page as a supported operating system.
There is a related question about BizTalk 2013 R2 and windows 10 called BizTalk Server Configuration failing to create group. The conclusion for that is, yes you can run BizTalk 2013 R2 on Windows 10, but as per a answer and comments there it probably will not be supported by Microsoft for a Production environment and could break with updates and patches applied to the operating system.
No, not directly but that shouldn't matter because running BizTalk Server on any client OS is never the best option.
Yes, you can run BizTalk Server 2010 in a Windows Server 2008 R2 VM using Client Hyper-V. You need Windows 10 Professional or Enterprise but this would be the best way to do it even if the client OS supported it directly.
I have alot of files currently in the Visual studio 2010. I would like to know if I use Windows server 2008 ? Would the files(classes, sln)still work?.
I assume you're asking if you install Visual Studio 2010 on a Server 2008 box, will that work and will you still be able to open your files/solutions?
The answer is Yes for VS2010 Premium or Ultimate on Server 2008 SP2. Also, the 64-bit version (only) of VS2010 will install on Server 2008 R2. For complete OS requirements, see
https://msdn.microsoft.com/en-us/library/gg265786%28v=vs.100%29.aspx
I believe they would. We use Visual Studio 2010 on a number of different computers and operating systems, same files, without issue.
Does the BizTalk 2010 BtsAsmExt.dll work with Server 2008 R2?
Followed the instructions at MSDN but the screen shots look to be Windows XP, as it talking about "My Computer"
The install by regsvr32 BtsAsmExt.dll worked Ok
Probably not. While BTAV is still shipped, it suffers from two significant deficiencies:
It is not supported on 64-bit systems.
It does not support the .Net 4.0 GAC.
BizTalk Server 2010 is .Net 4.0 based so because of item 2, any BizTalk 2010 Assemblies you build/deploy would not be visible to BTAV.
Experts
is there a way to find out the version of SQL express installed on my machine?
Connect to it using SQL Server Management Studio (or some other sql client) and run:
SELECT ##VERSION
This will give you detailed information about the version you are connected to. An example from my installation:
Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (X64)
Jul 9 2008 14:17:44
Copyright (c) 1988-2008 Microsoft Corporation
Developer Edition (64-bit) on Windows NT 6.0 <X64> (Build 6001: Service Pack 1)