- Home
- Forum
- ASP.NET MVC
- Bootstrapping a server on Mac/Linux
Bootstrapping a server on Mac/Linux
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : CACHE https://api.nuget.org/v3-flatcontainer/microsoft.netcore.dotnethostresolver/index.json
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 357ms
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 347ms
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 330ms
log : Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver''.
log : Response status code does not indicate success: 500 (Internal Server Error).
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 343ms
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 335ms
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 338ms
log : Retrying 'FindPackagesByIdAsyncCore' for source 'http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver''.
log : Response status code does not indicate success: 500 (Internal Server Error).
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 328ms
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 336ms
info : GET http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver'
info : InternalServerError http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver' 327ms
error: Failed to retrieve information from remote source 'http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver''.
error: Response status code does not indicate success: 500 (Internal Server Error).
error: Failed to retrieve information from remote source 'http://nuget.syncfusion.com/FindPackagesById()?id='Microsoft.NETCore.DotNetHostResolver''.
error: Response status code does not indicate success: 500 (Internal Server Error).
and trying to add the 7 DLLs required for spreadsheet to the project's bin directory it didn't seem to be recognized and running dotnet run produced this error:
/xlsx/XlsxServer/Controllers/JSXLExportController.cs(1,7): error CS0246: The type or namespace name 'Syncfusion' could not be found (are you missing a using directive or an assembly reference?)
/xlsx/XlsxServer/Controllers/JSXLExportController.cs(2,7): error CS0246: The type or namespace name 'Syncfusion' could not be found (are you missing a using directive or an assembly reference?)
/xlsx/XlsxServer/Controllers/JSXLExportController.cs(3,7): error CS0246: The type or namespace name 'Syncfusion' could not be found (are you missing a using directive or an assembly reference?)
/xlsx/XlsxServer/Controllers/JSXLExportController.cs(11,14): error CS0234: The type or namespace name 'ServiceModel' does not exist in the namespace 'System' (are you missing an assembly reference?)
/xlsx/XlsxServer/Controllers/JSXLExportController.cs(12,14): error CS0234: The type or namespace name 'ServiceModel' does not exist in the namespace 'System' (are you missing an assembly reference?)
/xlsx/XlsxServer/Controllers/JSXLExportController.cs(14,14): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'System' (are you missing an assembly reference?)
/xlsx/XlsxServer/Controllers/JSXLExportController.cs(15,14): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'System' (are you missing an assembly reference?)
/XlsxServer/Controllers/JSXLExportController.cs(16,14): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'System' (are you missing an assembly reference?)
Could you please explain how I should implement this on Mac/Linux or provide an example? I only need the controller with the endpoints for export/import. I got the client itself to work and it will be served from another server.
Thanks,
Gabi
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents
- 1 Reply
- 2 Participants
-
GA Gabriel Axel
- Jun 6, 2016 09:48 PM UTC
- Jun 7, 2016 01:43 PM UTC