radzenhq / radzen-blazor-studio

Sample applications created with Radzen Blazor Studio
https://www.radzen.com/blazor-studio
16 stars 2 forks source link

Radzen Blazor Studio "Fails to build" but project runs with no errors #126

Closed xtreampb closed 5 months ago

xtreampb commented 6 months ago

I've built my project in VS and I use Radzen blazor studio to prototype some designs, mainly templating.

My project compiles and runs with no errors however radzen studio says the application does not build and to check the output. the output just has a path displayed.

image

here's that component running: image

akorchev commented 6 months ago

Hi you can check the troubleshooting article.

xtreampb commented 6 months ago

i ran the analyze image and the output log is empty

akorchev commented 6 months ago

That's odd indeed. Can you send us this project to info@radzen.com?

BillEisenman commented 6 months ago

I am also experiencing these problems with the following .NET 8 SDKs installed:

.NET SDKs: Version Status

8.0.101 Up to date. 8.0.200-preview.23624.5 Up to date.

Previously was functional with 8.0.100 , Now all my Radzen Blazor Applications Fail to Design Time Build. All however, Build and Run Fine. Additionally, This also negates any ability to change CSS Themes from within the Development Environment.

akorchev commented 6 months ago

You can check this forum thread: https://forum.radzen.com/t/compiler-errors/16232/2

xtreampb commented 6 months ago

i'm not using preview version of visual studio. or dot net 8

On Sun, Jan 21, 2024 at 3:04 AM Atanas Korchev @.***> wrote:

You can check this forum thread: https://forum.radzen.com/t/compiler-errors/16232/2

— Reply to this email directly, view it on GitHub https://github.com/radzenhq/radzen-blazor-studio/issues/126#issuecomment-1902547999, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANR7XABHQK5ZR3LSR4QHQ3YPTD2FAVCNFSM6AAAAABB343O5GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGU2DOOJZHE . You are receiving this because you authored the thread.Message ID: @.***>

akorchev commented 6 months ago

@xtreampb yeah, I think @BillEisenman thought you were having the same problem. My suggestion still remains - send us your app to info@radzen.com so we can investigate further. Use a cloud storage service if the app is big (OneDrive, Google Drive etc).

@BillEisenman you seem to have a VS2022 preview installed. With one of its latest updates it installed a preview version of the .NET 8 SDK - 8.0.200. This preview isn't compatible with Radzen Blazor Studio. We will release an update compatible with 8.0.200 as soon as it becomes an official release. The thing is we can release a product that depends on a prerelease version which is only available by installing a prerelease of another product (VS2022). The solution is to uninstall the .NET 8 SDK preview and install the official one. This may require uninstalling VS2022 preview and getting the official one.

akorchev commented 5 months ago

Closing because of inactivity - we need a reproduction in order to investigate further.