Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix examples #16

Merged
merged 4 commits into from
Oct 16, 2015
Merged

Fix examples #16

merged 4 commits into from
Oct 16, 2015

Conversation

saqibmasood
Copy link
Contributor

No description provided.

saqibmasood added a commit that referenced this pull request Oct 16, 2015
@saqibmasood saqibmasood merged commit 373ba78 into aspose-cells:master Oct 16, 2015
@ali-h2010
Copy link

The examples are in .net 3.1 which is outdated. After upgrading to .net 6 and running the example, i am getting an empty screen with "Healthy" word only.

trying to move to any controller action will return an error.

@amjad-sahi
Copy link
Collaborator

@ali-h2010 ,

I guess you are talking about using Aspose.Cells.GridWeb for .NET6.0. We already reproduced the issue and are in the process to fix it.
See your other thread for your updates/reference.
#66 (comment)

@amjad-sahi
Copy link
Collaborator

@ali-h2010,

To update you, we have updated the demos/examples in the repos. now. Please try to download the (updated) demos/examples and give it a try again. We have updated the demo's project file. The target framework shall be: net6.0-windows7.0 and the System.Drawing.Common version shall be 7.0.0.

Below is the updated csproj file contents:

<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net6.0-windows7.0</TargetFramework>
    <RootNamespace>GridWeb.Demo</RootNamespace>
  </PropertyGroup>

  <ItemGroup>
	<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
    <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
	<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.1" />
	<PackageReference Include="Aspose.Cells.GridWeb" Version="23.6.0" />
  </ItemGroup>

</Project> 

Let us know if you still find any issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants