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

At runtime a lot of DLL's are being fetched... #2

Open
Niek42 opened this issue Oct 20, 2023 · 2 comments
Open

At runtime a lot of DLL's are being fetched... #2

Niek42 opened this issue Oct 20, 2023 · 2 comments

Comments

@Niek42
Copy link

Niek42 commented Oct 20, 2023

Hi Santiago,

your repo worked like a charm, but my own implementation did not. It's quite a complicated and large old MVC application, where a small part is replaced by a wasm component.
As far as I can see everything is done like your example, but on running the mvc app I get loads of Internal Server errors in the Developer Tool's Network tab. They are all errors concerning fetches of dll's. I checked your examples and your example doesn't fetch any dll's (as it shouldn't indeed).
Do you have any idea why my app is fetching all those dll's?
Thanks in advance!
blazor_wasm_mvc_errors1

@elgransan
Copy link
Owner

Hi, all those dll must be downloaded from the server for sure, because blazor wasm runs on the client and it need its.

Did you add on your web.config this rules:
image

Or can you show me the real error (it says error 500 server error)

@Niek42
Copy link
Author

Niek42 commented Oct 21, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants