Error message

Terrasoft.Common.ReflectionUtilities FindTypeByShortName - Could not load file or assembly 'SharpSvn.dll' or one of its dependencies. The specified module could not be found.

System.IO.FileNotFoundException: Could not load file or assembly 'SharpSvn.dll' or one of its dependencies. The specified module could not be found.

File name: 'SharpSvn.dll'

at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)

at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)

at System.Reflection.Assembly.LoadFrom(String assemblyFile)

at Terrasoft.Web.Common.AssemblyResolver.FindAssemblyByProcessRunMode(String requestingAssemblyName, String searchSubDirectory)

at System.AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)

 

Solution

Install Microsoft Visual C++ 2010 Redistributable

Like 1

Like

Share

0 comments
Show all comments

Hi Guys,

 

Please, i need an urgent help.

I don't have validation on  Product Category, when i tried to save or edit product. i get this message "Field Category : Enter a value". Also in the console, it shows  "Instance of class Terrasoft.Container is destroyed".  Please help, it is very urgent

File attachments

Like

2 comments

Hi Adebola,

In this case, you probably want to check is this field is required in Product object in your Configuration. Also, you can search for Category in your JS files(Ctrl+Shift+F12 in Chrome console) for any business rules or code which can make it required.

thanks Elias. Figured it out yesterday. There was another lookup with different name but pulling data from the same category lookup and the field was required.

Show all comments