- Home
- Forum
- ASP.NET Web Forms
- Assembly for ASP.NET Core (using .Net Framework)
Assembly for ASP.NET Core (using .Net Framework)
Good day,
Do you have a version of Essential Studio assembly for ASP.NET Core Web Application (using .NET Framework) not only for .Net Core?
Thanks.
SIGN IN To post a reply.
12 Replies
KK
Karthick Kuppusamy
Syncfusion Team
August 30, 2016 11:23 AM UTC
Hi Yaroslav,
Thanks for contacting Syncfusion support.
Yes Essential studio version is also support ASP.NET Core. Please find the help document for ASP.NET core web application.
Regards,
K.Karthick.
MK
Michael Kanios
August 31, 2016 05:56 PM UTC
Dear Karthick,
I tried referencing the syncfusion asp.net mvc packages for an ASP.NET Core project targeting net461 and I get the following error:
Error NU1002 The dependency Syncfusion.EJ.MVC 14.2600.0.28-preview2-final does not support framework .NETFramework,Version=v4.6.1.
The error is eliminated though when the target framework is netcoreapp1.0
Thanks
Michael
IR
Isuriya Rajan
Syncfusion Team
September 1, 2016 10:43 AM UTC
Hi Yaroslav,
This is the general issue when updating the json.project . For this you can refer the below mention solution link.
Solution link: http://stackoverflow.com/questions/38572255/solving-error-microsoft-netcore-app-1-0-0-does-not-support-framework-netframew
For your reference we have created sample .Please download sample form below link.
Regards,
Isuriya R.
MK
Michael Kanios
September 4, 2016 09:38 AM UTC
Dear Isuriya ,
Thanks for the info!
The issue you are mentioning though is when the target framework is netcore.
Also, the sample project you prepared is also targeting netcore.
I was able to use the library with the attached setup.
I am unable though to use it if I target net461 or net452 and in general when targeting the .NET Framework.
Thanks
Michael
MF
Mohammed Farook J
Syncfusion Team
September 5, 2016 06:09 AM UTC
Hi Michel,
please share the following details are :
1. Any script error thrown while update net 4.6.1 frame work
2. could you please share your full sample if possible
3. could you please share the screen shot about issue
Regards,
J.Mohammed Farook
ED
Edvin
September 7, 2016 01:34 PM UTC
Hi Karthick.
+10 for solution.
Your assemblies target only pure .net core solutions.
You should build (target) assemblies not only for .net core but at least for .net 451 too.This is not practical if you use it (for example) as Windows service.
Example:
Just create simple ASP.NET Core WebApi Controller and use WordDocument class in it.
For example create mailmerge and return result to client.
We just need to reference Syncfusion .DocIO.MVC from nuget and include Syncfusion.DocID.DLS.
After build everything is perfect.
We can run application and mailmerge is working.
But what if we want to use that apllication as Windows service ?
From ASP.NET Core point of view it's simple.
We can use Microsoft.AspNetCore.Hosting.WindowsServices
target framework to net451 (because windows services works only on windows) and build project.
If we don't use Syncfusion restore & build will succeed, with Syncfusion Will not.
Because you are not targeting .NET 4.5.1.
So please let us know if this is possible and when targeting .NET framework Will be supported.
Thanks for advance.
Edvin
ED
Edvin
September 12, 2016 06:10 PM UTC
Hi, Syncfusion guys.
Any response ?
Edvin
FP
Francis Paul Antony Raj
Syncfusion Team
September 14, 2016 03:01 PM UTC
Hi Edvin,
Sorry for the inconvenience.
We have considered your requirement (“You should build (target) assemblies not only for .net core but at least for .net 451 too.”) and added it to our feature request list. We will provide the asp.net core support for specific .NET Framework version (.net451) in our next main release (Volume 4, 2016). Please use the latest version (“netcoreapp1.0”) until we provide the support.
Please let us know if you have concerns.
Regards,
Francis Paul A
AT
Alberto Tasso
January 20, 2017 04:47 PM UTC
Hello,
I tried downloading latest version (14.4600.0.20-preview2-final) from Syncfusion nuget source but I still had the same error.
Do you know when the update will be available?
Regards,
Alberto
FP
Francis Paul Antony Raj
Syncfusion Team
January 24, 2017 10:37 PM UTC
HI Alberto,
Sorry for the inconvenience.
Due to internal complexity, we haven’t included the mentioned feature (asp.net core support for specific .NET Framework version) in Volume 4, 2016.
We will include this feature in our upcoming Main Release Volume 1, 2017 which is expected to be available on mid of February 2017. We appreciate your patience until then.
Regards,
Francis Paul A.
DG
Darren Gibney
February 23, 2017 06:14 PM UTC
Same issue here: ASP.NET Core project targeting net461.
Using File Formats Syncfusion.XlsIO.Portable package. Getting this error on my Azure Kudu deployment:
"Unable to resolve 'Syncfusion.XlsIO.Portable (>= 15.1120.0.33)' for '.NETFramework,Version=v4.6.1'": "15.1120.0.33"
Any update as to when we can expect assemblies targeting 461?
Thanks
Darren
Thanks
Darren
MM
Mathu Mohan Vijayakumar
Syncfusion Team
February 24, 2017 01:15 PM UTC
Hi Darren,
We are not able to reproduce the issue in Azure website on targeting net461.
Could you please share us the details about dependencies used in your application and confirm us whether you are facing the issue other than Kudu tools?
Regards,
Mathu Mohan V A
SIGN IN To post a reply.
- 12 Replies
- 10 Participants
-
YA Yaroslav
- Aug 29, 2016 07:56 AM UTC
- Feb 24, 2017 01:15 PM UTC