Try our conversational search powered by Generative AI!

Unable to install Episerver on VS2013 Express

Vote:
 

Hi,

I have installed VS2013 Express and tried to install Episerver 8.1, there is no online option to install. 

Do we have any alternative option?

Could you please help me to install Episerver 8.1.

#142750
Dec 21, 2015 16:32
Vote:
 

You need to define version when installing the nuget package.

For example write like this in package manager console

Install-Package EPiServer.CMS.Core -Version 8.1.0

I think you have to install the database with deployment center since I thinkt that the initialize database function came after 8.1 if I am not misstaken

#142757
Dec 21, 2015 20:06
Vote:
 

Hi, I have installed visual studio 2013 community eddition:

i am getting following error while installing epi server  


PM> Install-Package EPiServer.CMS.Core -Version 8.1.0


Install-Package : The current environment doesn't have a solution open.
At line:1 char:16
+ Install-Package <<<< EPiServer.CMS.Core -Version 8.1.0
+ CategoryInfo : InvalidOperation: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetNoActiveSolution,NuGet.PowerShell.Commands.InstallPackageCommand

#197159
Sep 25, 2018 9:09
Vote:
 

You need to have a solution to install the nuget package into.

I recommend that you download the Visual Studio Extension by Episerver, create a new site in there, and then target your PackageManager commands at one of the projects by using the dropdown in the top of the console.

#197162
Sep 25, 2018 11:11
Vote:
 

What Marcus said. Or you can download Alloy Demokit from here: https://github.com/episerver/AlloyDemoKit.

#197204
Sep 26, 2018 9:04
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.