Namespace errors

Greetings,

I'm evaluating Radzen Studio for my team's workflow. If successful, we plan to adopt it company-wide for our Blazor development.

Issue
When importing our existing Blazor Server project (which already uses Radzen components) into Radzen Studio, I'm encountering numerous errors that are preventing proper functionality.

The most prevalent errors are namespace-related:

These namespace errors appear throughout the project, and I suspect resolving them might address the other issues as well. When attempting to open Razor pages, they don't render due to these errors.

Request
While I understand this isn't a reproducible example (as I haven't shared code), I'm hoping someone familiar with Radzen Studio might recognize this pattern of errors from their own experience.

I'm happy to provide additional information as needed and can work toward creating a minimal reproducible example if that would help (though the volume of errors makes this challenging at the moment).

Has anyone encountered similar namespace issues when migrating an existing Blazor+Radzen project to Radzen Studio?

PS: The starter radzen project you can create through radzen studio works fine

Hi @mhornoloopers,

It seems that either Radzen Blazor Studio cannot find the namespace or import the package /assembly which defines it. You can try running the analyzer - it may tell us more.

Hello here's the log
log.zip (13.2 KB)

Meant to reply to you in the comment above*

There are multiple errors about locked assemblies. Unfortunately this isn't a known issue and we are not sure what leads to such locking.

I see thanks for the reply. Is there anything at all you think I could do to help debug this further?

^ Meant to reply to this message (sorry for double comment for some reason the first time I hit reply it does not actually write it as a reply)

I am afraid the only way to go forward is for us to reproduce the problem. You could upload the complete source to some cloud storage provider and send us a download link to info@radzen.com.

Thanks. I don't have the permission to share the codebase but if I manage to fix it I'll explain what the issue was here in case it helps someone else