Hi , can you send me the latest compiled umbraco .dll , so that i can use your nivoslider, Also i need to know updating the .dll wont break any of my previous dependencies .
Why would you want the latest compiled umbraco.dll to run this package? It seems like this package only consists of 2 javascript files and a razor file?
Just want to use nivoslider package which doesnt runs on latest version due to a bug in 4.7.1 but the bug has been fixed in the latest 4.7.1.1 that what i came to know throw codeplex . Any way thnx for the link.
Hi Jan. It seems that when Umbraco 4.7.1 was released, it included a bug that occurs when evaluating textstring properties that have no value. Instead of returning null or String.Empty, the Razor engine returns the value as a DynamicXml which causes the code to crash. After investigating on my own, i found this workitem in the bugtracker and how it was resolved. http://umbraco.codeplex.com/workitem/30504
So, after downloading the changeset indicated by agrath and compiling the source code with the changes, the package worked again so I decided to leave it this way.
I don't know if there's another workaround for this problem, but as the bug has been fixed, I've decided to wait until the next release of the 4.7 branch (maybe 4.7.2). Then I will remove the message.
@Mr A: what you need is the umbraco.MacroEngines.dll file, which can be downloaded in the Source Code tab in the package site. The only change is the indicated in the link above, so you should not have any problem. Please don't hesitate to try it first!
well i can change the code by looking at the difference but i cant find the latest macroengine.dll , or do u want me to recompile it after making changes locally and upload the new compiled macroengine.dll on the server ?
latest umbraco macro .dll
Hi , can you send me the latest compiled umbraco .dll , so that i can use your nivoslider, Also i need to know updating the .dll wont break any of my previous dependencies .
Hi Mr A
Why would you want the latest compiled umbraco.dll to run this package? It seems like this package only consists of 2 javascript files and a razor file?
/Jan
Just want to use nivoslider package which doesnt runs on latest version due to a bug in 4.7.1 but the bug has been fixed in the latest 4.7.1.1 that what i came to know throw codeplex . Any way thnx for the link.
Hi Jan. It seems that when Umbraco 4.7.1 was released, it included a bug that occurs when evaluating textstring properties that have no value. Instead of returning null or String.Empty, the Razor engine returns the value as a DynamicXml which causes the code to crash. After investigating on my own, i found this workitem in the bugtracker and how it was resolved. http://umbraco.codeplex.com/workitem/30504
So, after downloading the changeset indicated by agrath and compiling the source code with the changes, the package worked again so I decided to leave it this way.
I don't know if there's another workaround for this problem, but as the bug has been fixed, I've decided to wait until the next release of the 4.7 branch (maybe 4.7.2). Then I will remove the message.
@Mr A: what you need is the umbraco.MacroEngines.dll file, which can be downloaded in the Source Code tab in the package site. The only change is the indicated in the link above, so you should not have any problem. Please don't hesitate to try it first!
well i can change the code by looking at the difference but i cant find the latest macroengine.dll , or do u want me to recompile it after making changes locally and upload the new compiled macroengine.dll on the server ?
Maybe I didn't explain correctly. Can you find this?
Thanks , its working fine now , will integrate image gen and image cropper with it .
I'm glad to see it works for you. I look forward to see an official release with this fix anytime soon!
Also it will be a good idea to have a drop down list for effects, to make it more idiot proof , also including image cropper property with it.
Instead of upload datatype for image we can use Damp 2.0
is working on a reply...