aspose-cells / Aspose.Cells-for-.NET

Aspose.Cells for .NET examples, plugins and showcases
https://products.aspose.com/cells/net
MIT License
216 stars 103 forks source link

Source File SaveSXCFiles.cs Missing #56

Open edg126 opened 5 years ago

edg126 commented 5 years ago

On compile, the error appears that a file is missing: ...\Aspose.Cells-for-.NET-master\Aspose.Cells-for-.NET-master\Examples\CSharp\Files\Handling\SaveSXCFiles.cs' could not be found.

edg126 commented 5 years ago

searching for SaveSXC in solution explorer and then excluding it from the project got the file to compile as workaround.

amjad-sahi commented 5 years ago

@edg126 ,

Sorry for the trouble.

We actually did not commit the file but its reference existed in the csproj file. We have fixed the issue now. So, you should not use the workaround and you should be able to compile the project (after freshly downloading it from Github repos.) seamlessly.

Let us know if you still find any issue.