CRM 2016 Toolkit for Visual Studio - dynamics-crm

I can't find CRM 2016 Toolkit for Visual Studio and CRM Developer Extension do not support CRM 2016(I have tried and it fails).
Anyone know what's going on?
Best regards
Knut Myre

The toolkit is no longer offered in the SDK. It had a lot of problems anyway. Check out the excellent open source alternative, CRM Developer Extensions.

Related

Open Dynamics CRM solution with CRM Developer Extensions

I have a solution, developed in VS2012 with Microsofts CRM toolkit.
Is there any way to open this in VS2015?
Errormessage:
Workflow\Workflow.csproj: The application which this project type is
based on was not found.
I have installed
Jason Lattimer's CRM Developer Extensions
and it's great for new projects, but what about my old projects?
You have two options. First is to rewrite your old workflows in Jason Lattimers CRM Developer Extensions. Second is to install CRM developer toolkit on VS2015 - it's a bit tricky but not impossible, here you can find how to do it for VS2013 but for 2015 is very similar.

Install CRM 2015 SDK on Visual Studio 2013

I know that this is not an appropriate question for here.
But I've looked everywhere, and cannot find an appropriate solution.
What im trying to do is install CRM 2015 SDK on to Visual Studio 2013, to develop plugins, web resources etc..
I know its a stupid question , but can you please help.
The SDK for CRM 2015 doesn't include the Developer Tools (unlike the previous versions). They're to be shipped at a later date (AFAIK they still haven't picked one).
Microsoft says you should be able to make do with the 2013 version, if you update the DLLs references from the 6.x to the new 7.x version ones. Also, you'll probably have to toy with the target framework (CRM 2015's plugins must target .NET 4.5.2).
I personally gave up on the Developer Tools a long time ago, and have gone back to building Class Libraries, since I have to tweak 2011, 2013 and 2015 environments, both on-premise and online ... and multiple Dev Tools setups don't "stack" nicely on the same VS installation.

Is there the concept of a wiki in Visual Studio 2013 online?

I've had a browse around the Visual Studio 2013 online capabilities but can't see any wiki as such. By wiki I mean somewhere to capture enduring product related info e.g. info on how to support product xyz, how to setup a new dev workstation, how to workaround that annoying "msshrtmi.dll" Azure bug that continually crops up. Stuff like that.
Currently using Google sites wiki which is awful!
We have launched a set of features to enable a Markdown-based project documentation solution. Users can now edit and create their VSO project docs right in the browser.
Do check out our blog post and video here: http://blogs.msdn.com/b/bharry/archive/2014/12/18/improved-welcome-wiki-experience.aspx
Let us know if you have any comments on the features!
Yi-Wei Ang
Program Manager
VSO Enterprise Social
Unfortunately the Visual Studio Online does not support wiki for project now. I miss this feature too. You can vote for the feature on uservoice to accelerate its development.
Update: Issue is completed on 9 January 2015. Thanks to developers and to all who voted. For more information, see http://blogs.msdn.com/b/bharry/archive/2014/12/18/improved-welcome-wiki-experience.aspx
There is now a Wiki from Microsoft DevLabs for Visual Studio Team Services in the Visual Studio Marketplace. At the time of writing it is still in beta. When it is finished it will be installed as an integral part of Visual Studio Team Services.
https://marketplace.visualstudio.com/items?itemName=ms-devlabs.wiki
As of 7/6/2017, Microsoft has released the public preview of the Visual Studio Team Services Wiki. The Visual Studio Marketplace extension has now been deprecated.
You can read more about the capabilities of the Wiki in VS TS here:
https://blogs.msdn.microsoft.com/devops/2017/07/06/33855/

VSTO project with multiple versions of office installed

I currently have office 2010 installed, and am trying to assist a coworker who's still using 2007 with VSTO solution. This is turning into a mess since my copy of visual studio thrashes the project files updating them to point to the O2010 dlls. If I were to install office 2007 beside 2010 would I be able to open the solution without the upgrade wizard mangling everything, or are my only options making significant architectural changes to the solution or reverting to O2007 until my employer makes O2010 the new standard.
You cannot run Outlook versions side-by-side (and here).
You can still target both 2007 and 2010, but you need to research embedded interop types.
You shouldn't need to install Office 2007 to create Office 2007 add-ins. I think the problem here is that you're missing the proper VSTO components.
Make sure you've installed the following:
All .NET and developer tools from Office (from the Office 2010 installer -- no need for the Office 2007 installer)
Microsoft Office Developer Tools from Visual Studio (from the VS installer)
Microsoft Office 2007 Primary Interop Assemblies
Microsoft Visual Studio 2010 Tools for Office Runtime
Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0 Runtime)
If any of these are already installed then I recommend repairing their installations.
Try disabling this option:
Options > Office Tools > Project Upgrade > Always upgrade to installed version of Office (more info here)
I don't think this solves the root problem which is that you shouldn't even be prompted to upgrade your project. I still suspect that there is something wrong with the installation of your VSTO-related components (see my other answer for that info). However this may be an easy workaround.
To be clear, you can develop Office 2007 add-ins without having Office 2007 installed. I'm doing so right now without having to follow this workaround.

Visual Studio Express 2010 Reporting

I hope someone can help; I would like to implement reporting in a project I am writing in Visual Studio Express Web Edition 2010 (MVC2 SQL Server Express backend). After Googling I came across this Microsoft site:
http://social.msdn.microsoft.com/Forums/is/Vsexpressvcs/thread/60c328ec-e34c-4937-be3b-e6fc41d35711
The link above describes that Reporting is supported in Visual Studio Express Web Edition via the ReportViewer 2010 redistributable (reports are written via Business Intelligence Studio [there is an add on for SQL Express]) and the control is added to the toolbox.
I have installed the redistributable but cannot find the control to add to my toolbox – all I seem to have is the Crystal Reports viewer?
What am I doing wrong? What is the name of the control? Where does it get installed to? Or have I misunderstood, if so what are my options for getting some very simple reports published to the web (fixed layout forms)?
Thank you in advance for any assistance!
if you have been struggling with the same situation described above and fall into one of the following categories small business (http://blogs.msdn.com/b/noahc/archive/2009/11/12/way-to-get-visual-studio-professional-for-free.aspx
 
Basically if you are trying to start your own company register for WebSiteSpark – very quick and easy all you need is a Microsoft passport and then you get access to MSDN editions of Visual Studio Professional and a few OS's.
If you are already a small business and need Microsoft development tools you can get MSDN editions by registering for BizSpark and receive three licence free years.
And finally if you are student register for the DreamSpark.
I hope this helps you all, I wont get into how bizarre it is that Microsoft has removed features but it is nice to know there is (in my opinion) a very awesome solution!
Cheers
David

Resources