ColumnFilter problem in custom WherePanel

0
0

I’ve downloaded 3.1 ColumFilter Extension from Git and added to my project but the wherePanel doesn’t work, even I didn’t make any changes on code.

The SimplePanel works ok.

The error only rises on compiled version on IIs, when running in Debug on VS works fine.

See in the attached pic if you can tell me a solution.
Thanks

  • You must to post comments
0
0

Hi Luca, thank you for the fast reply.

Looking deeply to the issue I found the problem. The nuget version work´s fine even in Debug and publish mode, but the custom version presents the problem couse to run  the project in Debug mode on VS2022 I´ve to refence to 4.8 dll, otherwise  VS throw an incompatibilty framework error when compiling the project, so when a I do the publish command the dll that is put on publish folder is the 4.8 version, then the error is throw couse the publish version is .net 6.0.

To fix the problem I´ve to replace the dll files on publish folder with the 6.0 version of custom compent release folder, then the error gone and projet works fine with custom component and changes I´ve made.

Thank´s again and congratulations to the great job on Wisej Framework, it´s the best!

  • You must to post comments
0
0

If it works when debugging it must work when deployed. Unless it’s deployed incorrectly. Which is not a wisej issue.

– Follow our deployments steps. Or any aspnet deployment guide anywhere on google.

– It also looks like you recompiled the extension. Try the nuget instead.

– If you still have issues attach a reproducible runnable test case that we can open and run without any additional guessing efforts. Include the exact step you did yo deploy and the full list of files you have deployed with their folders in a txt file.

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.