troubles publishing closedxml to azure app service - closedxml

When I try to publish my webAPI to azure I get this error
It says something about degradation of the package. Reference it directly from the project but I don't know what is needed
Any idea Please?
Regards

I solved installing the package directly in the project
thanks

Related

Setup MySQL with flutter/dart for local development and testing on mobile/android

Please Suggest Minimum Viable packages/ plugins to setup and query MySQL locally on phones using Flutter/Dart.
I am out in the wild with zero knowledge. Googling gave me sqlJocky, Dart http package, Shelf package.
Is that all I need to setup? any blog or guide is appreciated. Thank you!

How to use AWS S3 (Amazon Web Service) in WP8 app?

Could someone guide me or give me a headstart on how to begin with AWS s3.
I need to use it in my wp8 silverlight app.
I am aware of the nuGet package. But unable to find a decent tutorial or sample code for WP8.
Prompt reply will be greatly appreciated.
Thanks in advance :)
You can try Minio .NET Library for Amazon S3 Compatible Cloud Storage
Also check Examples directory to get an better idea of using it.
Hope it helps.

Drupal service module Json Parser

I am using Drupal6 and try to implement Service module here. I also installed json_server, But when i am trying to configure it gives following error. Anybody help me for this.
This is not an error. It's just an informational message.
Note that if you experience problems it might be related to undocumented changes in the latest releases of the Services module. I recently ran into many problems because I was following Services 2.0 example code and there are substantial changes in Services 3.0.

Unity 2.0 for shared application configuration possible?

I'm struggling with trying to create a shared configuration file for a web project and 2 dll projects. From what I can tell StructedMap can be used for configuration settings. Anyone successfully use Unity 2.0 to do the same?
Ended up using a custom configuration. Phil Hack has a great tutorial here.

Run .NET 4 code from script component SSIS 2008

I need to run custom code from SSIS script component. As I know it supports .NET 2-3.5.
Can you tell me please a workaround of doing this?
Thanks.
Create a web service/WCF service to call the .NET 4.0 custom code and invoke the custom code from the Script Component through the service.
Here is a link that shows How to Configure an SSIS Package to Access a Web Service using WCF. It is not exactly the same as what you are looking for but I hope that should give you an idea.
Compile it as an .exe and run it in an 'Execute Process Task'