I am not sure if this has been posted in the right place, but I thought this was the most suitable category.
Because of this bug I have tried to alter the code with the one suggested and then I have build the solution.
After that I am a little puzzed about what I should do to make the change work as intended. I tried to copy the new bin folder to the server.
But after I did that I got an upgrade wizard where it said that I should upgragde to version 4.0.0RC3 - But it is 4.0.0 final relase that I am running so I am a bit confused about it.
Are there more files I need to update with the new ones from my build?
I should mention that I am still a bit of a n00b when it comes to VS 2008 and compiling code etc. :)
You only need to update one dll
Follow these steps:
- download the sourcecode from "current release 4.0.0" released on Januari 30th (updated Feb 9th)
- open that solution in VS2008 (unbind sourcecontrol if asked)
- change the line of code in the request handler as described by me in codeplex
- build using release mode.
- only copy umbraco.dll to the bin folder
- I am running WIndows 2008 and Visual Studio 2008.
- Downloaded the 4.0.2.1 Source file from Codeplex.
- Unzipped and opened the umbraco.sln located in the main folder.
- Visual Studio 2008 starts then give an error regarding TFS login. I press cancel and ignore
- Project load. but 2 warning 'System.Web.Extensions' and 'System.Web.Extensions.Design' could not be found. I tried to add the reference but the presentations project is verision 2 and I only have 3.5 web.extensions.
- Building the project is unsuccessfull and creates a lot of errors.
Compiling Umbraco
Hi guys
I am not sure if this has been posted in the right place, but I thought this was the most suitable category.
Because of this bug I have tried to alter the code with the one suggested and then I have build the solution.
After that I am a little puzzed about what I should do to make the change work as intended. I tried to copy the new bin folder to the server.
But after I did that I got an upgrade wizard where it said that I should upgragde to version 4.0.0RC3 - But it is 4.0.0 final relase that I am running so I am a bit confused about it.
Are there more files I need to update with the new ones from my build?
I should mention that I am still a bit of a n00b when it comes to VS 2008 and compiling code etc. :)
You only need to update one dll
Follow these steps:
- download the sourcecode from "current release 4.0.0" released on Januari 30th (updated Feb 9th)
- open that solution in VS2008 (unbind sourcecontrol if asked)
- change the line of code in the request handler as described by me in codeplex
- build using release mode.
- only copy umbraco.dll to the bin folder
That should work
Regards, Nico
Hi Nico
And so it does. Perfect! :)
Thank you very much. Saved me a lot of frustrations there.
Hi Guys,
I did not have such a successful experience.
- I am running WIndows 2008 and Visual Studio 2008.
- Downloaded the 4.0.2.1 Source file from Codeplex.
- Unzipped and opened the umbraco.sln located in the main folder.
- Visual Studio 2008 starts then give an error regarding TFS login. I press cancel and ignore
- Project load. but 2 warning 'System.Web.Extensions' and 'System.Web.Extensions.Design' could not be found. I tried to add the reference but the presentations project is verision 2 and I only have 3.5 web.extensions.
- Building the project is unsuccessfull and creates a lot of errors.
Any suggestions?
Thanks,
is working on a reply...