Sync Framework Compatible with Server 2012 R2 - compatibility

I have been looking all over the Internet for the answer to my question, and I have no found a definitive answer.
Is the Microsoft Sync Framework compatible with Windows Server 2012 R2?
Thank you

I have found the answer to this question while further researching this topic.
It appears that Microsoft Sync Framework is not supported for Windows Server 2012. See here

Related

What are the Consequences of using .NET Framework 4.5 after it's support ended by Microsoft

Thanks in advance for your time.
My question is, we have a .net application uses .net framework 4.5. We are installing on this on a windows server 2016, where the .net framework 4.6 is pre-installed. But as we all know .net 4.6 support also coming to an end.
But we don't want to upgrade the framework yet to a newer version, But client want some peace of mind that it is still safe to use it.
I read the MS documentation and it says, that it's recommended to upgrade but not forced to upgrade. So my question how bad it can be if we don't upgrade, is there any security concerns at the moment or in future.
We tested the application on Server 2016 and it works fine.
Any feedback is highly appreciated.
Thanks.
No security patch for end-of-life versions.
VS/MSBuild might no longer compile against that profile.
When you open a support case with Microsoft support, they can ask you to upgrade or refuse to offer assistance.

Is BizTalk Server 2010 supported by Windows 10?

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.

Dynamics AX 2009 / BizTalk Server 2013 Compatibility

Is BizTalk Server 2013 compatible with the Dynamics AX 2009 AIF BizTalk Adapter?
I've searched but can't find any information to say either way.
I found that BizTalk Server 2010 is compatible with AX2009 SP1 RU7: http://blogs.msdn.com/b/emeadaxsupport/archive/2011/09/29/microsoft-biztalk-server-2010-passes-compatibility-testing-with-microsoft-dynamics-ax-2009-sp1.aspx
(Apologies if this is not the correct site for this question, as it's not directly programming related; however I couldn't find another Stack Exchange site which looked more suitable).
I did not find anything newer announced at Partner Source.
This does not imply that BizTalk 2013 is not compatible, only that it is not a tested scenario, and that if you choose to use, it is your own risk.
Unfortunately, the BizTalk+AX story has alwasy been a little mysterious in terms of what exactly is 'supported' and not.
However, the Adapter interface is unchanged from BizTalk Server 2010 to BizTalk Server 2013 so the '2010' Adapter should run without issue in 2013.
Worst case, PSS will only offer 'best effort' support, though it's highly unlikely you'd ever need it.

Why is Azure deployment slower on Windows 2012 Server than on Windows 2008 Server

I have an ASP.NET (Webforms) working with .Net Framework 4.0.
If I deploy that site with osFamily="1" (on a Windows 2008 server) the .NET CLR takes 120 ms average (according to NewRelic logs).
If I take the exact site and I deploy it with osFamily="3" (on a Windows 2012 server) the .NET CLR takes more than 500 ms.
I know I should move to MVC4 and perhaps .Net Framework 4.5, but I would like to know if anyone else has had the same problem and if you know what could be causing this?
Edit
Looks like osFamily=2 also has the same problem.
From the forum discussion it seems that it's a known issue.
The issue is reported here.
Upgrading from VS2010 to VS2012, we noticed that deploying is very slow, which can be worked around but then stepping in code is very slow as well.
First, we thought it maybe the device but it is very slow even in the emulator. This machine we tested, is i7 processor with 12MB of RAM. This also seem the case for many who have reported on our forums.
Read more.
A solution seems to be the changing the driver to winusb (C:\Program Files\GHI Electronics\GHI Premium NETMF v4.2 SDK\USB Drivers\GHI_NETMF_WinUsb) - according to one of the comments.
http://social.msdn.microsoft.com/Forums/windowsazure/en-us/7cf664b0-5876-4d6a-b54d-fda46c544c6f/azure-deployment-slower-with-w2012-server-than-w2008-server-or-w2008-server-r2?forum=windowsazuretroubleshooting:
'I tried with .NET 4.5 with the same results. I think is something related to Azure SDK 1.7 & 2.0
Programmatically configure Azure cache client' Answer by Jordi Torra
It seems to be a problem with the Azure SDK 1.7 & 2.0.

Error:"Unable to find the requested .Net Framework Data Provider. It may not be installed."

i having an error said that "Unable to find the requested .Net Framework Data Provider. It may not be installed."
I'm using (visual studio 2010) with (Sqlserver 2008 R2) And (.net framework 4.0)
(ASP.net:C#)
I'm trying to use SubSonic for vb.net windows apps and mySql and had the same error as you,
I've just installed vb.net 2010 express
I read a stack overflow question here which suggested that the db connector had been installed before .net v4 (vs2010) hence they couldn't be found, I thought this sounded feasible so I downloaded the latest MySql connector, uninstalled the old one and installed the new one. The next time I ran my project the simpleRepository worked straight away!
I was blaming SubSonic! but it really is great!
Hope this might help

Resources