How to start development in nopcommerce? - nopcommerce

I am new to nopcommerce.
Actually I have installed NopCommerce on my pc.
But for accessing code I have installed Visual studio 2012 after NopCommerce.
Now I am getting an error like;
Configuration Error
An error occurred during the processing of a configuration file required to service
this request. Please review the specific error details below and modify your
configuration file appropriately.
i don't understand the error. Please anyone help me solve it so that I can run Nop.web project to development.
Please give some solution.

Use the following link to figure out how to install nopcommerce, you should download the 'Source' version download of the NopCommerce website.
Install tutorial can be found here:
Install tutorial NopCommerce

Related

Visual Studio 2019 - Error ASPCONFIG: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level

I'm trying to publish a website in Visual Studio 2019. Publishing to a folder is successful with default settings but when I check Precompile during publishing option, I get following error while publishing the website.
C:\<User Dir>\AppData\Local\Temp\WebSitePublish\MyWebSite--144316003\obj\Debug\AspnetCompileMerge\Source\bin\release\publish\web.config(167,0):Error ASPCONFIG: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
I tried following solutions which I found on similar questions:
Clear solution and Build solution
Rebuild Solution
Delete obj/Debug and obj/Release folder
Delete publish profile and create new one
Following the same steps again after opening Visual Studio in Admin mode
Also, this so post suggested that the problem might be with Microsoft.Net.Compilers. But when I search for this installed nuget package, I can't find it. Can someone please suggest on this what's causing this issue and how can it be resolved?
Update: Upon trying different Publish settings, I came to know this error occurs only when Precompile during publishing option is checked.
I was able to publish the same website in target folder by cloning it again at a new location.
I built the newly cloned project in release mode and published it with Precompile during publishing enabled and it did not throw any error.

After installing of windows hosting bundle, still getting HTTP Error 502.5 - Process Failure error in .Net core 1.1.0

I am getting HTTP Error 502.5 - Process Failure error while running the application. When I execute dotnet C:\app.dll on command line, it gives me below message
I installed windows hosting package 1.0.4-1.1.1 and 1.0.5-1.1.2 but no luck. It is still complaining the same.
Can anyone please help me out. I already spent my whole day trying to fix this issue.
Have you installed correct .net core version? Basically issue above that the server unable to detect that .net core has been installed on the server. Check your web.config file again, maybe this post http://dotnet4europeanhosting.hostforlife.eu/post/European-ASPNET-Core-Hosting-HostForLIFEeu-How-to-Fix-Error-5025-Process-Failure-in-ASPNET-Core.aspx can help you.

Could not find file '..\bin\roslyn\csc.exe'. after publishing to server

My .net application is running well in my local machine. I am using Visual Studio 2015. When I publish the website and upload it to the server space, I am getting the following error.
I can't understand why the problem has been occurring. My other projects are working well. Is there any problem during the time of publishing?
Any clue?
Thanks
Partha
Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r
You have to run this Code under Package Manual Console PM>
for more details visit Could not find a part of the path ... bin\roslyn\csc.exe
Most probably rosalyn folder is not available in you published bin folder.
If you face difficulties with rosalyn see this link

aspnet_regiis.exe not working?. Where i find the Download link?

Temporary ASP.NET Files Missing
I struck with this error at yesterday itself. I googled for this. Somebudy told me to check, aspnet_regiis.exe working or not in this path.
file:///C:/windows/microsoft.net/framework/v2.0.50727/
Oh it not working. Warning is,...
The Program Can't start because webengine.dll is missing from your computer. try re installing the program to fix this problem.
Where can i find the download link.
Download it from http://www.microsoft.com/download/en/details.aspx?id=19.
You can download and re-install the .net framework 2.0. After this it will allow you to register the asp.net with IIS. Ensure the IIS is configured in your windows feature.

How can I open MVC 3 project in Visual studio 2010 SP1 ?

I just reinstalled my OS and installed everything again and found that whenever I open my project I got the error that.
The project type is not supported by this installation.
Can anyone explain why this happened whenever nothing goes wrong whenever I install.
The issue I found that is error code 1603 and I found later a alternate to install MVC3 you can read the whole post:
1603 installation Error in MVC 3.
You need to go to the asp.net homepage, download and install the MVC3 package.
http://www.asp.net/mvc/mvc3
There are a few quirks with the web platform installer. Download the full mvc version by clicking on the download for "AspNetMvc3Setup.exe" on this page: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d2928bc1-f48c-4e95-a064-2a455a22c8f6
Then run the executable, which will get around having to use the web platform installer.

Resources