Error in migrating website to sitefinity 5.0 - migration

Error in migrating website to sitefinity 5.0
I want to migrate the website from the older version to the newer version, For that i am using sitefinity Project manager.
I've hosted my older website to the IIS server and now i am trying to migrate that website to new sitefinity version 5.0. the older version is 3.7
I have downloaded the telerik sitefinity 5.0
Firstly i imported the project from the inetpub root folder.
i browse it and it runs perfectly.
Now for migration i select Actions - > Set SF 3.7 for migration
then i select the project Root folder and the site url and click on the Continue button to migrate.
But it gives me error like this :
Installation package for the build version of the specified SF3.7 project is missing.
What colud be the proper solution for this?
I am using .net framework 3.5 for the site.

is your Sitefinity 3.7 site running the latest service pack 4? this is required for migration.
also make sure the 3.7 site is running in IIS and not using the visual studio web server or anything different.
hope this is helpful!

got solution from telerik,
I've to use standard edition to perform migration, while I was using community edition

Related

How to update Visual Studio 2017 Template from ASP.NET Core 2.0 to 2.1

I have installed Visual Studio 2017 Community Version 15.7.5 2 days back and everything is up-to-date but the version of ASP.Net Core is 2.0 and I need it to be 2.1.
I am unable to find a way to update it to version 2.1. I have also searched the internet but there are ways to upgrade projects not to update this. So any ideas or help would be appreciated
It looks like the SDK for .NET Core 2.1 is not installed. I have recently faced the same issue after .NET Core 2.1 was released.
To solve it, download and install the SDK for .NET Core 2.1 following the steps below. Also, note that you need to run Visual Studio 2017 15.7 or newer version, as specified in the .NET Core 2.1 download page.
Close all running Visual Studio instances.
Download the .NET Core SDK from the Microsoft download page. At the time of writing this answer, you will find version 2.1 to be the latest available.
Run the installer and follow the installation steps.
Run Visual Studio: now you should be able to create .NET Core applications targeting version 2.1.

Cannot run an ASP.NET Core app on IIS Express

I am working on an application using the ASP.NET Core - I am using latest update for VS2015 and Windows 10. Now I want to deploy some demo version to some other computer.
How can I host my ASP.NET Core application in IIS Express when there is NO VisualStudio installed on the other side? I downloaded the most recent IIS and Microsoft .NET Core SDK from the Microsoft's website. However, I am still getting this error in the event log:
Dynamickou knihovnu C:\Program Files\IIS Express\aspnetcore.dll modulu se nepodařilo načíst. Data obsahují chybu.
That is in czech "...the aspnetcore.dll is missing...".
The error message is definitely right, there is no such file in this folder nor in the x86 version.
Every hint how to fix it contains upgrading VisualStudio toolkit that is not suitable for me since there is no VisualStudio on target machine. If it is important, target machine is running Windows 7 or Server 2012.

Open XML SDK 2.5 can't install because it is not already installed?

i'm having some trouble installing OpenXML SDK for Microsoft office. I have downloaded the .msi from the MSDN website, run it but before any installation wizard shows, i get this window popping up:
It seems to want to install itself before it will install itself.. I have OpenXML on my other PC and this installed fine with no issues and have used the tool for a project.
I have .NET 4.6.2 installed on my machine.
Has anyone seen this before?
There are 2 separate installers on the OpenXml 2.5 MSDN page - the SDK and the tools. From the error message you are seeing it looks like you are trying to install the Tools but in order to do so you need the SDK installed first.

Deploying Dynamics CRM SDK updates

We currently have Dynamics 2013 on premises deployed (version 6.0.3.106).
We have some plugins that reference the SDK but had an issue with a bug in that version of the SDK. This is fixed in 6.1.15 and so we have downloaded this version and want to use it instead.
My question is, how do I go about adding the latest version of Microsoft.Xrm.Sdk.dll to the Dynamics server? Do they manually have to go in a certain folder or is there some automated install?
Thanks

Deploy the application. NET for Windows Mobile 6.x

created in a prjeto. NET Compact Framework 3.5 for Windows Mobile 6.x.
I wonder how you do to create the installer (. cab) for this project?
How do deploy. NET Framework and SQL CE for Mobile?
Given a novice user.
Today I have an installer.cab and .msi for Windows
But to my system running is to install the SQL CE and Compact Framework 3.5. How to download and install these applications after the installation of my system?
Would not want to send these applications together because the size of the installer can get big
Thanks.
You're going to want to do a multi-CAB install. MSDN covers it here. CodeProject here.