I want to compile the soource code of Umbraco and inspect into it, I'd like to do somthing development page combined the CMS.
But Help me please ....
When I open the source code wiht vs2012, I found many references not found in the source code? How can I do get the compile successfully?
Although I ask for help the helpdesk of Umbraco, but they don't feedback except I become their confidence customer. I am worry about for paying untill I get to know Umbraco fills my requirements.
I would like to compile from source too, mostly because I would like to solve a anoying problem with Umbraco 6 and MySql.. Not the case sensitivity thing.. but at problem with 2 timestamps in one table which my MySql database can't handle. http://issues.umbraco.org/issue/U4-2294, should be possible to solve in code..
Installing NuGet package manager cleared all the errors building, but now I bumped into a problem when I debug that it can't find the umbracoSettings.config.. basicaly because it's looking for the file in a wrong place..umbraco is stepping up 4 directories out of the Umbraco.Web.UI folder, then starts looking for the config/umbracoSettings.config... any idea where I should start looking to solve this?
Yeah, that woulda worked, but if you read my last post which is from the Nuget console. The package will need to be fixed in the source. I'm not familiar enough with nuget to skip that package and manually add the libraries. Any ideas? I can go through and manually take care of the references with the DLLs in the final release zip, but would like to set it up as it was intended.
ok so my error regarding the missing umbracosettings file eas because i did not have MVC 4 installed in my IIS. After a restart of VS it notified me about the missing MVC and asked me to install it through Web PI. Nice now on to see if i can fix the MySql error..
How can I compile the source code of Umbraco?
I want to compile the soource code of Umbraco and inspect into it, I'd like to do somthing development page combined the CMS.
But Help me please ....
When I open the source code wiht vs2012, I found many references not found in the source code? How can I do get the compile successfully?
Although I ask for help the helpdesk of Umbraco, but they don't feedback except I become their confidence customer. I am worry about for paying untill I get to know Umbraco fills my requirements.
Anyone help me .....
Hi Jacky
What are your plans for using Umbraco? Do you want to install Umbraco and figure out how it works? Then compiling the source is a bit overkill :)
You can download the latest version here http://our.umbraco.org/download and you can read the instructions for manual installation here http://our.umbraco.org/documentation/Installation/install-umbraco-manually
Hope this helps.
/Jan
I would like to compile from source too, mostly because I would like to solve a anoying problem with Umbraco 6 and MySql.. Not the case sensitivity thing.. but at problem with 2 timestamps in one table which my MySql database can't handle. http://issues.umbraco.org/issue/U4-2294, should be possible to solve in code..
Installing NuGet package manager cleared all the errors building, but now I bumped into a problem when I debug that it can't find the umbracoSettings.config.. basicaly because it's looking for the file in a wrong place..umbraco is stepping up 4 directories out of the Umbraco.Web.UI folder, then starts looking for the config/umbracoSettings.config... any idea where I should start looking to solve this?
I was just trying to compile it (v6.1.4) and ran into another issue. One of the Nuget packages apparently isn't in the repository anymore. Do'h!
Funka Had helped me out! Thank you very boday!
http://our.umbraco.org/forum/developers/extending-umbraco/44227-why-many-references-are-not-found-in-source-code
Yeah, that woulda worked, but if you read my last post which is from the Nuget console. The package will need to be fixed in the source. I'm not familiar enough with nuget to skip that package and manually add the libraries. Any ideas? I can go through and manually take care of the references with the DLLs in the final release zip, but would like to set it up as it was intended.
ok so my error regarding the missing umbracosettings file eas because i did not have MVC 4 installed in my IIS. After a restart of VS it notified me about the missing MVC and asked me to install it through Web PI. Nice now on to see if i can fix the MySql error..
is working on a reply...