User Profile & Activity

Hans Kristian Member
Page
of 69
Hello,

I use the Internet Explorer 11 browser, but I have tried to set the ‘Document mode’ to ‘10’ and the ‘User agent string’ to ‘Internet Explorer 10’.
Unfortunately, it still works fine on my end.

Do you use HTML5 Doctype in your web page?

Could you please help me to provide me the simple working sample that can replicate your issue? So I can investigate your issue on my end.

Or could you please help me to modify my sample that I provide in the prior post, so that I can reproduce your issue on my end?

Thank you for your help.

Regards,
Hans K.

Hello,

Currently, Crosslight hasn’t provide the feature to download a binary (byte[]) / PDF from local storage.
However, you could download the binary (byte[]) from the report server.

For further information regarding Crosslight reporting service, you could see in this Intersoft’s article below:
http://intersoftpt.wordpress.com/2014/06/18/video-tutorial-getting-started-with-crosslight-reporting-service/

Hope this helps.

Regards,
Hans K.

Hello,

I tried to create two webpages, the first webpage contains a WebGrid that bind to access data source (Northwind database & Shippers table).
Another page contains WebNavPane. The WebNavPane have a NavBarItem that the ‘TargetURL’ property value set to the WebGrid webpage.
But unfortunately, it works fine on my end.

I attached the modified page & the video regarding how I try to attempt your issue.
Please kindly have review on the attached files and please let me know if there is a missing step or configuration while trying to attempt your issue.

Thank you for your help.

Regards,
Hans K.

Hello,

Thank you for the reply.

I found that the ‘Paste multiple rows from clipboard’ option will occur if we enable the ‘AllowBatchUpdate’ option.

I have tried to use the ‘Paste multiple rows from clipboard’ option, but unfortunately, it works fine as well on my end.
I attached the modified page & the video regarding the result on my end.

I have used the latest WebGrid assembly (v8.0.7200.259) & Intersoft Framework assembly (v3.0.5000.912) version.
Could you inform me your current assembly version?

What is your current browser? Have you try to set the ‘RenderingMode’ property to ‘HTML5’?

Regards,
Hans K.

Hello,

Is Internet Explorer 10 version (or earlier) browser that you use for “compatibility mode for IE11” browser?
Is non Internet Explorer browser, like Firefox or Chrome that you mean by “HTML5 browser”?

Have you try to use HTML5 doctype in your page?
Here’s the snippet code to define HTML5 doctype:

<!DOCTYPE HTML><html></html>

Could you inform me more information regarding your issue?
Did you get the error message? What is the error message?
How can I reproduce your issue on my end?

Thank you for your help.

Regards,
Hans K.

Hello,

Thank you for the reply.

I have tried to find the “Paste multiple rows from clipboard” option. But unfortunately, I can’t found the option.

I attached about how I try to find the option.

Could you help to modify the WebGrid page that I attached in my prior post? So that I can find the “Paste multiple rows from clipboard” option & replicate your issue on my end.

Thank you for your help.

Regards,
Hans K.

Hello,

Thank you for the question.

Based on your information, I created a WebGrid page and bind the WebGrid to access data source (Northwind.mdb database & Shippers table). Before I run the page, I add a new row with a NULL value to the Shippers table (Shippers_NullData.png). Then I run the page in Internet Explorer 11.

I tried to “Copy this row” on the new row that have NULL value.
After that, I tried to “Paste from clipboard” on “add new row” section.
But unfortunately, it works fine on my end.

I attached the modified page & the video regarding how I try to attempt your issue.
Please kindly have review on the attached files and please let me know if there is a missing step or configuration while trying to attempt your issue.

Please forgive me for lack of understanding about the reported problem.

Thank you for your help.


Regards,
Hans K.

Hello,

I apologize for any inconvenience this problem may have caused you.

Due to I can’t run your WebGrid page on my end, I tried to modify one of WebGrid Samples, ClientBinding_VirtualGroupPaging.aspx page.
I modified the WebGrid’s configuration in that page, so that similar with your current WebGrid’s configuration.

I use HTML5 doctype & set the ‘RenderingMode’ property to ‘HTML5’ in this page.

Then I run the modified page in Internet Explorer 11.
But unfortunately, I didn’t get any issue like yours.

I attached the modified page & the video regarding how I try to attempt your issue.
Please kindly have review on the attached files and please let me know if there is a missing step or configuration while trying to attempt your issue.

Please forgive me for lack of understanding about the reported problem.

Thank you for your help.

Regards,
Hans K.
Hello,

Are you in development phase or deployment phase?
If you are in deployment phase, it’s supposed to be there is no way to WebGrid v8 or SmartWebResources to change/modify assembly file in Bin folder from another project/application.
And please kindly ensure there is no Intersoft product your deployment server.

Thank you.

Regards,
Hans K.

Hello,

I apologize for any inconvenience this problem may have caused you.

I tried to find the solution based on your error message from another source & community / forum.

I came up with a couple of solution you might try:
1. Please make sure that you have installed Oracle Data Access Components.
2. Please try to check that the correct assembly was installed in the GAC.
3. Please try to add the following DbProviderFactory entry to the web.config.

<system.data>	<DbProviderFactories>
		<add name="Oracle Data Provider for .NET"
		invariant="Oracle.DataAccess.Client"
		description="Oracle Data Provider for .NET"
		type="Oracle.DataAccess.Client.OracleClientFactory,
		Oracle.DataAccess,
		Version=2.111.6.20,
		Culture=neutral,
		PublicKeyToken=89b483f429c47342" />
 	</DbProviderFactories>
</system.data>

And another possible solution is remove the "Managed" word in the provider name.

From:
connectionString="DATA SOURCE=10.3.10.101:1521/dataconn;PASSWORD=password;PERSIST   SECURITY INFO=True;USER ID=DataConn" providerName="Oracle.ManagedDataAccess.Client"

To:
connectionString="DATA SOURCE=10.3.10.101:1521/dataconn;PASSWORD=password;PERSIST     SECURITY INFO=True;USER ID=DataConn" providerName="Oracle.DataAccess.Client

Here’s the source links that I found regarding this issue:
http://forums.asp.net/t/1734918.aspx?Unable+to+find+the+requested+Net+Framework+Data+Provider+It+may+not+be+installed+
http://stackoverflow.com/questions/17528252/odp-net-error-unable-to-find-the-requested-net-framework-data-provider
http://blogs.msdn.com/b/dotnetinterop/archive/2006/03/17/connecting-asp-net-2-0-gridview-to-oracle.aspx

Hope this helps.

Regards,
Hans K.

All times are GMT -5. The time now is 3:34 AM.
Previous Next