dotnet-smartcomponents / smartcomponents

Experimental, end-to-end AI features for .NET apps
622 stars 54 forks source link

SmartPaste and SmartTextArea not working #41

Closed punsisi81 closed 2 months ago

punsisi81 commented 3 months ago

When I try SmartTextArea and SmartPaste they are not working. please look the screenshots. it give an error.

image

image

What is the reason?

SteveSandersonMS commented 3 months ago

Can you check your server console logs? They will give you further exception information.

punsisi81 commented 3 months ago

Could you tell me how to check server console logs?

SteveSandersonMS commented 3 months ago

If you're running your application on the command line with dotnet run, I just mean check the output that's appearing in your command-line window there.

If you're running your application from VS, then when you press Ctrl+F5 or F5 to launch, it will launch a console window in which you can see the server console output.

punsisi81 commented 2 months ago

Thanks for the info, I will check it.

SteveSandersonMS commented 2 months ago

I'll close due to lack of info (my guess is you resolved the issue already).