I have downloaded uShare (https://ushare.codeplex.com/releases) project from codeplex and fired it up in Visual Studio > rebuilt > resolved build errors by downloading whatever was required through nuget. All builds fine but how can i run the project and test it?
I downloaded the project as is and then got the message to download the required files (whilst in Package Manager). I havent setup any Umbraco site just yet but i would be testing against 7.5.* - although it says its untested i could run a test and if it fails i could revert back to 7.2?
I just need to understand how i would go about testing it. Do i need to install umbraco and then add a reference to the class library?
I might have led you on the wrong path. I have setup a test site and added a ref to the ushare dll - when i run the site after i have signed in i get the error
ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred
System.ArgumentException: An item with the same key has already been added.
when clicking the Content node. Removing the dll resolves the error.
So how could i replicate a full install of Ushare, but have the ability to run the code in debug mode so i can view what code lines are hit etc
Getting started with uShare
I have downloaded uShare (https://ushare.codeplex.com/releases) project from codeplex and fired it up in Visual Studio > rebuilt > resolved build errors by downloading whatever was required through nuget. All builds fine but how can i run the project and test it?
Hi J
What version of Umbraco are you working on?
uShare wasn't tested with latest Umbraco - https://our.umbraco.org/projects/website-utilities/ushare/
Thanks,
Alex
I downloaded the project as is and then got the message to download the required files (whilst in Package Manager). I havent setup any Umbraco site just yet but i would be testing against 7.5.* - although it says its untested i could run a test and if it fails i could revert back to 7.2?
I just need to understand how i would go about testing it. Do i need to install umbraco and then add a reference to the class library?
thanks
Hi J
Yes, you need to install Umbraco and install uShare package to Umbraco - and test.
Alex
I might have led you on the wrong path. I have setup a test site and added a ref to the ushare dll - when i run the site after i have signed in i get the error
ERROR Umbraco.Core.UmbracoApplicationBase - An unhandled exception occurred System.ArgumentException: An item with the same key has already been added.
when clicking the Content node. Removing the dll resolves the error.
So how could i replicate a full install of Ushare, but have the ability to run the code in debug mode so i can view what code lines are hit etc
Thanks for your help
is working on a reply...