Resource Not Found

I have a Blazor project where I'm not using your entire library. I have Grid installed and it works grea.

But, I just added Dialog by installing Popup via NuGet.

Now, when I run the app (on a page not using the dialog), I get Resource Not Found errors on these files.

https://www.screencast.com/t/riHFta1s


5 Replies

GK Gunasekar Kuppusamy Syncfusion Team September 20, 2021 12:55 PM UTC

Hi Keith,

Greetings from Syncfusion support.

We have validated your reported query from our end but unfortunately, we couldn't reproduce the issue from our side.

We have created a sample for your reference. In this sample, we have used Dialog component in Index page and Grid component in another page.


So, please share the following details,
  • If possible, modify the above sample to reproduce the issue.
  • Share the issue sample, with minimum code snippets.
  • How the way you have rendered the Grid and Dialog components in your application
  • The exact package version you are using.

The above details will be helpful for us to validate and reproduce the issue from our end and assist you at the earliest.  

 
Regards, 
Gunasekar K 



KA Keith A Price September 20, 2021 03:16 PM UTC

Thanks for the response.

It seems likely there is some combination of factors in my project that's causing the issue.

Do you have any suggestions on how to troubleshoot this?

If Visual Studio is telling me these js files are not found, there must be a way I can track this down, right?

Where would I manually look for them to determine if they're physically there or not? If they're not, where could I download them to manually copy them there?

If they ARE where they're supposed to be, what code or settings might be missing or conflicting that would cause the files not to be found? Maybe I'm missing a reference or a Link to a stylesheet or something?

Is it possible there's a conflict with MudBlazor, which I'm also using? If so, where would I look to solve that?




GK Gunasekar Kuppusamy Syncfusion Team September 21, 2021 12:03 PM UTC

Hi Keith,

We have validated your queries.

Query :
If Visual Studio is telling me these js files are not found, there must be a way I can track this down, right? 
Where would I manually look for them to determine if they're physically there or not? If they're not, where could I download them to manually copy them there? 
If they ARE where they're supposed to be, what code or settings might be missing or conflicting that would cause the files not to be found? Maybe I'm missing a reference or a Link to a stylesheet or something?

The script files will be referenced automatically once you installed NuGet and run the sample. There is no need to refer that manually in your project.
Query : 
Is it possible there's a conflict with MudBlazor, which I'm also using? If so, where would I look to solve that?
No conflicts will occur if you are using MudBlazor .Also, we have ensured the reported issue with the MudBlazor also but still, we could not reproduce the mentioned issue.
So, please share the previously requested following details,
  • If possible, modify the above sample to reproduce the issue.
  • Share the issue sample, with minimum code snippets.
  • How the way you have rendered the Grid and Dialog components in your application
  • The exact package version you are using.
  • Any video reference for the reproducing issue.
The above details will be helpful for us to validate and reproduce the issue from our end and assist you at the earliest. 

Regards,
Gunasekar



KA Keith A Price September 21, 2021 04:01 PM UTC

Thanks for your efforts. I went back to an earlier GIT branch and went back through the steps and it worked this time. I'm not sure what I did to break it in the other branch. But, we're good now. 




GK Gunasekar Kuppusamy Syncfusion Team September 22, 2021 04:20 PM UTC

Hi Keith,  
  
Thanks for the update. 

 
We are glad that reported issue resolved from your end. Please let us know if you need further assistance.  
  
Regards,  
Gunasekar 


Loader.
Up arrow icon