missing path . . .??

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 12 años
Hi,
I downloaded the NopCommerce 2.20 from the nopcommerce web site using the WPI (Web Platform Installer), then from Webmatrix, I created a new nopcommerce site, now I want to know, in this case, how to find the controllers folder (Nop.Web\Controllers). Has anybody passed through this situation??, where is the controller folder???
Hace 12 años
Liz, the path is there and you can browse the files in the explorer but the WebMatrix only downloads the compiled version of the application which does not have the source code.
So if you want to make some changes to the code you need to download the source code version from :
http://nopcommerce.codeplex.com/releases/view/74866

and you have two options:

1) Download the Visual Studio trial which lasts for 90 days( You will probably need to reinstall your windows or install the trial on another machine to keep using it)
2) The second and the recommended option is that you can get the developer preview for Visual Studio 11 for free at the link:
http://www.microsoft.com/download/en/details.aspx?id=27543
Its might have some bugs but its free till July 2012, plus you get to familiarize with the latest version of VS 11.

Visual Studio Express is fine for running the code but you cannot use it to make changes to the code.
O!!! and also don't forget to install the MVC3 from:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=1491
Hace 12 años
The path should be there, but the question is where?. I've been looking for it and I haven't been able to find it. I don't see it anywhere, under what other name could that be?. I would like to find it before doing the other options that seem to be more dificult for me.
Hace 12 años
infiniti wrote:
Liz, the path is there and you can browse the files in the explorer but the WebMatrix only downloads the compiled version of the application which does not have the source code.
So if you want to make some changes to the code you need to download the source code version from :
http://nopcommerce.codeplex.com/releases/view/74866

and you have two options:

1) Download the Visual Studio trial which lasts for 90 days( You will probably need to reinstall your windows or install the trial on another machine to keep using it)
2) The second and the recommended option is that you can get the developer preview for Visual Studio 11 for free at the link:
http://www.microsoft.com/download/en/details.aspx?id=27543
Its might have some bugs but its free till July 2012, plus you get to familiarize with the latest version of VS 11.

Visual Studio Express is fine for running the code but you cannot use it to make changes to the code.
O!!! and also don't forget to install the MVC3 from:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=1491


Hi Infiniti, in the last link you gave me I see there are 3 links, which one is the one I have to download according to my case?
ASP.NET-MVC-3-Tools-Update-RTM-Release-Notes.doc 220 KB Download  
AspNetMVC3ToolsUpdateSetup.exe 21.6 MB Download  
AspNetMVC3ToolsUpdateVS11Setup.exe 3.6 MB Download
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.