This is my first post so hi to everyone. I'm new to umbraco/uCommerce.
I am using VS2013 as my IDE and have installed umbraco 7.1.8 via nuget (i have also tried the latestversion). I have gone through the umbraco setup and have a working installation.
I have installed the latest version of uCommerce and the uCommerce Demo Store. When i try to access a product from the home page i recieve 'could not load file or assembly ravedb.database version 2.5.00......' it has added a dependantAssembly to my web.config which is looking for this assembly in the 'bin/uCommerce' folder. I can see other Raven assemblies in this folder (such as raven.client.embedded.dll and raven.client.lightweight.dl) but, obviously, not the ravendb.database.dll.
After many attemps at an install and lots of research i have conluded that the uCommerce install tries to download and install the following package from nuget: RavenDB.Database -Version 2.5.2874
If i try to manually download this package via nuget package manager console i recieve the following message from nuget:
The source at nuget.org [https://www.nuget.org/api/v2/] is unreachable. Falling back to NuGet Local Cache at C:\Users\Justin\AppData\Local\NuGet\Cache
Install-Package : Unable to find version '2.5.2874' of package 'RavenDB.Database'.
This is soooooo frustrating as i really like the look of uCommerce and have a client on hold due to this.
Is there a version issue with the uCommerce install?
When you install uCommerce into Umbraco I recommend you to run the website in debug mode due to a max request time (timeout) in ASP.NET itself which can interrupt install of RavenDB (also moving assemblies into uCommerce subfolder in bin).
Thank you so much (please see martin's post above) for what turned out to be a hint at what the issues was. My project was indeed running in debug mode so that wasn't really the issue but it got me thinking and i finally realised the issue was with Fiddler. It must have been timing out and interrupting the raven install.
RavenDB.database.dll missing on fresh install
Hi all,
This is my first post so hi to everyone. I'm new to umbraco/uCommerce.
I am using VS2013 as my IDE and have installed umbraco 7.1.8 via nuget (i have also tried the latestversion). I have gone through the umbraco setup and have a working installation.
I have installed the latest version of uCommerce and the uCommerce Demo Store. When i try to access a product from the home page i recieve 'could not load file or assembly ravedb.database version 2.5.00......' it has added a dependantAssembly to my web.config which is looking for this assembly in the 'bin/uCommerce' folder. I can see other Raven assemblies in this folder (such as raven.client.embedded.dll and raven.client.lightweight.dl) but, obviously, not the ravendb.database.dll.
After many attemps at an install and lots of research i have conluded that the uCommerce install tries to download and install the following package from nuget: RavenDB.Database -Version 2.5.2874
If i try to manually download this package via nuget package manager console i recieve the following message from nuget:
The source at nuget.org [https://www.nuget.org/api/v2/] is unreachable. Falling back to NuGet Local Cache at C:\Users\Justin\AppData\Local\NuGet\Cache
Install-Package : Unable to find version '2.5.2874' of package 'RavenDB.Database'.
This is soooooo frustrating as i really like the look of uCommerce and have a client on hold due to this.
Is there a version issue with the uCommerce install?
Is there a way around this?
Any help would be met with much appreciation.
Thanks in advance,
JC
I have also notched that the raven.abstractions assembly is also missing. Please help, why am i the only one suffering with this issue?????
thanks again
Hi Justin,
When you install uCommerce into Umbraco I recommend you to run the website in debug mode due to a max request time (timeout) in ASP.NET itself which can interrupt install of RavenDB (also moving assemblies into uCommerce subfolder in bin).
Take a look at this to go into debug mode: https://msdn.microsoft.com/en-us/library/e8z01xdh.aspx
I have not tested your specific version but usually uCommerce team makes sure that Demo Store is compatible with most versions of uCommerce.
Best regards Martin
Hi Martin,
Thank you so much (please see martin's post above) for what turned out to be a hint at what the issues was. My project was indeed running in debug mode so that wasn't really the issue but it got me thinking and i finally realised the issue was with Fiddler. It must have been timing out and interrupting the raven install.
Again, thanks, you are a scholar and a gentleman.
Hey Justin
Would you be so kind and mark the post as solved?
Kind regards
Thomas Arvidsen
is working on a reply...