I have .NET experience. I am new to Project server. I have been aksed to write a plugin to interface Project server with Dynamics CRM. Could you please let me know if there is any documentation or SDK?
Thank you..
This is more of a question for Google and MSDN.
Project Server Interface (PSI) Overview
Project 2010 SDK Documentation
Dynamics CRM SDK
Related
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.
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.
Office 365 API in a Visual Studio Multi device hybrid project stopped working after I upgrade from CTP2 to Visual Studio Tools for Apache Cordova CTP3. How can I fix this?
You need to download and install the latest Office Developer Tools for Visual Studio 2013 or here. There was change in O365 service and accordingly JS library which makes REST call to O365 was also updated. Create new project and add the required service, this will add latest JS library to project under 'services' folder. Replace services folder in your existing project with this new. You have to also change namespace to match the new library. Most of the API name and parameter are same but make sure the API which you were using is there in new JS library. You can find more detail on O365 API here
Is there a difference between Application Life Cycle Management (ALM) with Team Foundation Server (TFS) and ALM with Visual Studio?
What are the difference?
I am a .Net developer I work on C#, ASP.Net, ASP.Net MVC, WCF and SharePoint. If I've a to learn ALM what should I learn ALM with TFS or VS.
Thanks for your help.
Team Foundation Server is the ALM server. It ships with a web client and a client experience within the Visual Studio development environment. So, TFS is the server and VS is a client.
There is also a cloud instance of TFS that you can signup for at visualstudio.com. It's free for up to five uses so that would be the easiest path for you to get familiar with the ALM offering.
My company has two development teams using TFS 2008. My team would like to migrate our .Net 3.5 app to the .Net 4.0 framework, but the company is not ready to upgrade TFS to TFS 2010.
Can we still use TFS 2008's team build system but with a Visual Studio 2010 solution/project structure that targets the .Net 4.0 framework?
I am thinking we would need to add a new build agent to TFS 2008 that would have VS 2010 installed. But I am not finding any information on how to do this.
Is this possible? Are there any articles explaining how to do this?
Google and Bing haven't found this nugget yet, but William Bartholomew at Microsoft has explained how to do this.
http://blogs.msdn.com/willbar/archive/2009/11/01/building-net-4-0-applications-using-team-build-2008.aspx
Actually, it is not possible to use a TFS2010 build agent with a TFS2008 server. (what you asked for)
You can however, use the TFS2008 build agent to build .Net 4.0 / VS2010 solutions (this what the accepted answer is linking to). This gets the job done, but you don't get the improved build engine (workflow) and reporting of 2010, but you can't use that anyway with your 2008 server!
This really is the only way to go until you can migrate to a TFS2010 server.