The data source has nothing to do with the colors so the plain DataTable vs the System.Collections.Generic.List<SomeEntityObject_FromEntityFramework> shouldn’t matter.
The color from the theme would never show in the DataGridViewCellStyle since there was never a style attached to a cell, row, or column unless you set it by code.
Can you try to produce a test case, or if not at least provide the code that sets the color of the row and the text of your theme file? We can’t fix it unless we can reproduce it.
Julie
Two alternatives to downloading the files one by one:
Hi Francesco,
did you include the Wisej.NET PrintPreview extension?
You can get it from nuget or here
https://github.com/iceteagroup/wisej-extensions/tree/3.5/Wisej.Web.Ext.PrintPreview
Best regards
Frank
I’m using Wisej-3.5.12. Didn’t know there was .14…
Thanks for your kind help!
I tested with your test case and was unable to reproduce on my machine.
Make sure that you have the latest version of the Wisej VSIX installed, you can find it here: https://wisej.com/builds/
Also make sure that the VSIX version matches the nuget package version. For example, using 3.5.14 for the Nuget package and the VSIX.
You can slso try restarting Visual Studio, and doing a clean and rebuild of your project.
Hope this helps,
Julie
Wisej-3.5.12
!! Yours works, the only difference is I was using .NET 6 and you used .NET 8!!
Thanks Julie 🙂
What version of Wisej are you using and what browser? I tested and it works fine in 3.5.14 with Chrome, Firefox and Edge.
I’ve attached a sample that uses C#.
-Julie
Hi Tim,
we have added httpOnly in our Wisej.NET release 3.5.14.
Best regards
Frank
Dear Nhan,
thanks for sharing your feedback on Wise.NET.
While we are very happy to hear about your Pros, please let me address your Cons here:
Wisej.NET starts up and runs faster than any other framework we have seen in production. We have projects with millions of records that start in milliseconds and run extremely fast on the client with hundreds of controls and on the server with lots of data. Usually slowness in an application is caused by the application architecture.
Are you using any static constructs? We did not have a single report yet where session management would fail. If you can reproduce it in an isolated test case we are happy to investigate.
All major report components can be integrated with Wisej.NET. Some of the web viewers are a bit limited in terms of functionality but that it’s up to their vendors. Typically we perform the report generation on the server and provide the results for a PDFViewer on the client. There are currently no plans to change this.
There might be a misunderstanding here: The limit is not 100 concurrent users, it’s 100 concurrent requests. Wisej.NET requests are very small and very fast due to the micro architecture of the differential packages. We also provide an entirely free server version.
Our barcode extension is just a wrapper to free 3rd party software. If there is a need for higher quality there a lot of options available at the market that are easy to integrate but might require additional costs.
Best regards
Frank
Hi Joe,
To help you further with your issue, we would require a small runnable sample!
Please attach it here so we can look at it.
Best Regards,
Alaa
Hi Tim,
JFYI we have updated our documentation covering HttpOnly cookies
https://docs.wisej.com/docs/concepts/security#httponly-cookies
Best regards
Frank
Frank, thanks for the clarification. We have switched to HttpCookie to fully meet the requirement of security.
Happy New Year!
Regards
Tim
Hi Tim,
this is not possible with the cookies managed through Wisej.NET because those are set using Javascript.
HttpOnly cookies can only be set/read using an http request/response.
They could be managed using ASP.NET cookies directly though. If you want us to evaluate this approach further please contact our Professional Services at SalesATwisej.com.
Best regards
Frank
Hi Rene,
Please check-out the sample attached here.
Look at “test.aspx” page, to get the idea about calling Wisej WebMethod from JavaScript.
Also, look at Window1.cs, to see how to define a WebMethod.
For more information about this, please check out this old forum post at: https://wisej.com/support/question/how-to-call-c-function-from-pagesource-javascript
Best Regards and Happy Holidays!
Alaa
Hi Angelo,
Would you please zip the sample here, I tried it over from our GitHub repo but I couldn’t reproduce!
Best Regards,
Alaa
Hi Rene,
Thank you for getting back to us!
We’ll look into this and get back to you ASAP!
Best Regards and Happy Holidays,
Alaa
Hi Mgmst,
Would you please wrap up a small sample for us to check out?
Best Regards,
Alaa
Mocha support all of the .net frameworks you mentioned.
I wrote a Hello World Wisej app and tried to publish it and get the same error.
I use Visual Studio 2022; select new project; select WiseJ.NET Desktop Application; create hello world; compile; publish get the same error.
I select WiseJ.NET Hybrid Remote Application, do the same and get the same error.
I’ve tried .Net 4.8, 4.8.1, 7, 8 and 9 and every time, I get the same error.
I really like Wisej for this function, but so far, I can’t get it to publish…
If somebody has a simple VB.NET / Wisej “hello world” or something that can be published, I’d appreciate testing with that code…
Thanks
Hi
I suggest you should confirm with Mochahost which .NET versions they support. If their hosting environment does not support newer versions like .NET 7, 8, or 9, you’ll need to adjust your project to target a compatible version, such as .NET Framework 4.8
Also you can test your app with other hosting that support you desired .net version. I use somee host and works perfect. (4.8 and 8)
If your app run good on your machine, is not wisej issue 🙂
Regards
Hi Alex,
yes, it will try to activate over the internet.
Offline activation is only supported with higher-level license editions.
Best
Thomas
