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

.net framework update to 8 - Azure function inprocess model not working #2476

Open
kmughal opened this issue May 2, 2024 · 2 comments
Open
Assignees
Labels

Comments

@kmughal
Copy link

kmughal commented May 2, 2024

I am trying to update .net frame work for one of our project which uses in-process model. When I try to run the function I am getting following error message.

Microsoft.Azure.WebJobs.Script: Error configuring services in an external startup class. FunctionApp: Could not load file or assembly 'System.ComponentModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.

For clarity I am not updating to isolated-process as it will require a lot binding updates so in order to minimise the noise we
decided to go ahead with the in-process model and simply update the target framework

Below is the csproj of that function

net8.0 v4 false PreserveNewest PreserveNewest Never
@kmughal kmughal added the bug label May 2, 2024
@bhagyshricompany bhagyshricompany self-assigned this May 7, 2024
@bhagyshricompany
Copy link

Thanks for reporting please share the all the steps and function name timestamp etc.

@phatcher
Copy link

AFAIK They have not released in-process NET 8 function apps - a status update was promised in March but did not appear

@kmughal kmughal closed this as completed May 10, 2024
@kmughal kmughal reopened this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants