Could not load file or assembly 'TeaCommerce.Api.Persistence'
Hi, I've been developing my first umbraco/TC site (novice here), and was ready to deploy for the first time today. I tried including the Umbraco folder in the project so it would get deployed after seeing that suggested in a post somewhere (though i think that may be old advice now..).
Anyway, my machine froze during this and now, after reloading the project it seems to have screwed it up somehow. When running the project I get:
Could not load all types from "TeaCommerce.Umbraco.Configuration, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping:
. System.IO.FileNotFoundException: Could not load file or assembly 'TeaCommerce.Api.Persistence, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'TeaCommerce.Api.Persistence'
Hi, I've been developing my first umbraco/TC site (novice here), and was ready to deploy for the first time today. I tried including the Umbraco folder in the project so it would get deployed after seeing that suggested in a post somewhere (though i think that may be old advice now..).
Anyway, my machine froze during this and now, after reloading the project it seems to have screwed it up somehow. When running the project I get:
Any ideas??
Hi Richard,
Have you overwritten the bin folder as well? Looks like it might be missing the binaries
/Rune
I had looked at that, but obviously not very well! Yes there were binaries missing - no idea what happened there but it's working again.
Thanks
Fantastic. Please mark the correct answer for the next person to see.
is working on a reply...