I am starting woth Umbraco and up to now I just used the backend, which will not suffice anymore, I will have to work in VisualStudio using the solution. My problem: I started by unpacking the zip and running it in WebMatrix.
What kind of preparations are necessary for the change? (I am familiar with solutionstructures in VisualStudio).
Another thing... I wanted to try Umbraco Forms, installed, created a form... but can't select it in the frontend.... the fieldwhere I should be able to pick it is non-editable. Do I need a license to enable it?
Workingh with Solutions
Hello,
I am starting woth Umbraco and up to now I just used the backend, which will not suffice anymore, I will have to work in VisualStudio using the solution. My problem: I started by unpacking the zip and running it in WebMatrix. What kind of preparations are necessary for the change? (I am familiar with solutionstructures in VisualStudio).
Regards
Anja
Hi Anja
Are you working with the existing solution? Or the new one?
The easiest way to start new project is to create new project in VS and run nuget command "Install-Package UmbracoCms -Version 7.7.2"
Thanks,
Alex
Hi Alex,
thanks, that was the missing info!
Another thing... I wanted to try Umbraco Forms, installed, created a form... but can't select it in the frontend.... the fieldwhere I should be able to pick it is non-editable. Do I need a license to enable it?
Regards
Anja
Hi Anja
How do you try to select it? Via insert macro to Rich Text Editor?
Thanks,
Alex
Install the nugget package of forms as well... make sure it is the latest version because there was a compatibility issue (really an install issue)
is working on a reply...