Acumatica and Visual Studio 2022 compatibility - visual-studio

Is there any official or unofficial details about compatibility of Acumatica with Visual Studio 2022 for customization development and integration? Any issues with developers using it now that it is released?

Another vote for no issue. Only issue is that Acuminator has not been ported to VS2022 yet.

I think there is none yet at the moment. I am also looking Acumatica Framework Tools to install for VS 2022. The tool is relatively new at the moment. We'll wait until the tools are released for VS 2022.
Hope you find this helpful.
Thank you

You can build the extension by getting the source: https://github.com/Acumatica/Acuminator/tree/VS2022

Use Acuminator. It is the official extension for the development with Acumatica Framework.
Regarding support of Visual Studio 2022.
A new Acuminator version 3.0.0 was released in April. It supports Visual Studio 2022.
Checkout its page in the marketplace:
https://marketplace.visualstudio.com/items?itemName=Acumatica.Acuminator

Related

Is there any way to install GitHub Copilot in Visual Studio 2019 (not Visual Studio Code)?

I am looking in the marketplace but it seems only available for vscode?
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot
GitHub Copilot now available for Visual Studio 2022
https://github.blog/2022-03-29-github-copilot-now-available-for-visual-studio-2022/#:~:text=Once%20you%20have%20received%20an,install%20the%20GitHub%20Copilot%20extension.
[Edit]
It is no more free now, You can have a free trial period of a month, then it is paid one.
[Edit - 10/09/2022]
It is available for Free (Education purpose)
For Students (Link)
For Teachers (Link).
Github Copilot is currently only available as an extension for Visual Studio Code, with other integrated development environments to potentially follow.
No, not at the time... The only way is trying with Resharper, beacuase it uses the same base of IntelliJ, so you can install GitHub Copilot too

Cloud Service project no longer loading

I have a Microsoft Visual Studio solution that I have been using for many years for producing a new release of our software application. One of the projects has recently stopped loading.
It looks like the problem may be similar to:
Visual Studio 2013/2015 Can't Load Azure Project
However in that case it was a new installation of Visual Studio.
Looking in add/remove programs it appears that 'Microsoft Azure Tools for Microsoft Visual Studio 2013' has an installed date of 19th May this year and version number 2.5.21104.1601.
What is the simplest way for me to fix this problem? Should I uninstall the Azure Tools and see if I can download and install V2.4? or do I need to install a new version of Azure SDK, as the other question suggests?
Another option I have, might be to upgrade to Visual Studio 2017. I have been reluctant to do this, as am not sure what things might break.
EDIT: I notice in Extensions and Updates there is Microsoft Azure SDK 2.9 available. Should I install this?
Any suggestions appreciated.
Thanks
Phil.
As you said you could try installing Microsoft Azure SDK 2.9.
Here is the Microsoft Release summary for Azure SDK 2.9.
Before installing Azure SDK 2.9 you should read this document whether your project having all the support in this SDK. If not then you should upgrade to, VS 2017.
From a developer word, I'd say upgrade to VS 2017 where you get/support all the latest features in your hand.

Where is Xamarin Starter for Visual Studio 2013 Community?

Has Xamarin released their starter edition for Visual Studio 2013 Commmunity as described in their blog (http://blog.xamarin.com/microsoft-and-xamarin-expand-global-partnership)?
If you read through the second point on there about the Community Edition it says: This will be available in the coming weeks.
We have double the size already, but community edition support will be coming soon.
Unfortunately I cannot find it anymore but I read something that currently only Visual Studio 2015 is supported but that there will be 2013 support. I did not try it but you can give it a try. Go to Xamarin Starter and download it. It will be the same as the "trial version" but as I read on this page it should be the starter edition as long as you don't use any features that are not included in the starter edition. Look at the store to see the differences between the different versions.
Yes, Xamarin has released both starter edition and plugin for Visual Studio 2013 Commmunity.
You could download Xamarin by the link below or from their site:
xamarin.com/download

How to install t4Toolbox in Vs2010?

I am beginner. I am trying to use T4template in Visual studio project.
I am using VS2010.
I have downloaded vsix file from locaion http://visualstudiogallery.msdn.microsoft.com/7f9bd62f-2505-4aa4-9378-ee7830371684
But it is for VS 2012.
Is it available for VS 2010.
On the link you provided there is written:
SUPPORTS: Visual Studio 2012
However, on the Web there are some compatible versions (outdated of course), for example on CodePlex
Take a deep look here: http://www.olegsych.com/2009/10/t4-toolbox-support-for-visual-studio-2010/ and in the author blog.
This version support well VS2010: http://t4toolbox.codeplex.com/releases/view/41443
CodePlex link: http://t4toolbox.codeplex.com
Don't forget to tank Oleg Sych for his great work!

Does Resharper 6.0 (current version) support Microsoft Visual Studio 11 Developer Preview or can it be made to?

I've read articles that explain how to enable Visual Studio 2010 managed extensions to get them working with Microsoft Visual Studio 11 Developer Preview
Running VS2010 Gallery Extensions In VS11, Meet Git Source Control Provider
However I haven't been able to apply the same logic to Resharper. Although it's a managed extension now, it doesn't appear to be packaged in a VSIX file, so I can't follow all the steps in the above mentioned article.
No (For R#6.0)
Whilst I can't find an official looking page on JetBrain's resharper web site, I did find a reply from a JetBrain's engineer
The upcoming ReSharper 6.1 will have initial experimental support for Visual
Studio vNext.
http://devnet.jetbrains.net/message/5320971#5320971
Yes (For R#6.1)
Resharper 6.1 has now got experimental support for Visual Studio 11, albeit via a separate download to the normal 6.1 installer: http://www.jetbrains.com/resharper/download/index.html#related
Blog post explaining the current level of support in VS11: http://blogs.jetbrains.com/dotnet/2011/12/christmas-is-here-resharper-61-dotcover-12-and-dottrace-452-released/
Resharper 6.0 does not support VS11.
The nightly builds of Resharper 6.1 though are now available, and do support VS11.
To download Resharper for VS 11:
http://confluence.jetbrains.net/display/ReSharper/ReSharper+6.1+Nightly+Builds
To learn more about Resharper 6.1:
http://blogs.jetbrains.com/dotnet/2011/11/resharper-61-eap-opens-much-more-than-a-bugfix-release/
For details on how the experience with VS11 in general is like, compared to VS2010:
http://gurustop.net/blog/2011/11/10/notes-on-using-visual-studio-11-as-primary-ide-on-windows-7/
Update:
For notes on installing Resharper on VS 11, and small gotachas and solution, check this post as well:
http://gurustop.net/blog/2011/11/11/resharper-6-0-resharper-6-1-vs11-visual-studio-11-support-keyboard-shortcuts/
Update 2:
Since VS11 has been fully released as VS 2012, Resharper has released final version 6.1 (free for 6.0 owners), and 7.x for it already and they're working just nice. Wrote this update as the answer still gets up-votes (thank you).

Resources