Error using Cognitive Search #1444
Closed
Michael C. Daconta (mdaconta)
started this conversation in
General
Replies: 1 comment
|
Any help here? Could use some or is Visual Studio not recommended for Semantic Kernel development? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Folks,
I get this error when trying to use Azure Cognitive Search as Memory:
System.IO.FileLoadException
HResult=0x8013141A
Message=Could not load file or assembly 'Microsoft.SemanticKernel.Connectors.Memory.AzureCognitiveSearch, Version=0.15.0.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)
Source=WordDocProcessing
StackTrace:
...
I used the NuGet Package manager to pull that package into Visual Studio.
Any help is appreciated!
All reactions