Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Could not load type 'Microsoft.AspNetCore.Builder.IISServerOptions' from assembly KernelMemory service with Ollama #954

Open
NikiBase opened this issue Dec 19, 2024 · 1 comment
Labels
bug Something isn't working triage waiting for author Waiting for author to reply or address comments

Comments

@NikiBase
Copy link

Context / Scenario

Run MemoryKernel Service from source using .NET and Ollama endpoint for text (phi3:medium-128k) and embedding (nomic-embed-text) model.

What happened?

Hi there, I am running into an error when trying to run a KernelMemory service with Ollama endpoint from appsettings.Development.json config file.

Unhandled exception. System.TypeLoadException: Could not load type 'Microsoft.AspNetCore.Builder.IISServerOptions' from assembly 'Microsoft.AspNetCore.Server.IIS, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.```
Thank you in advance!

### Importance

edge case

### Platform, Language, Versions

.net 8.0
Ubuntu 22.04

### Relevant log output

```shell
@NikiBase NikiBase added bug Something isn't working triage labels Dec 19, 2024
@dluc
Copy link
Collaborator

dluc commented Dec 20, 2024

by any chance, does the project have a Properties/launchSettings.json file with an IIS profile?

@dluc dluc added the waiting for author Waiting for author to reply or address comments label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage waiting for author Waiting for author to reply or address comments
Projects
None yet
Development

No branches or pull requests

2 participants