Package acceptance validation error: WMAppManifest.xml wasn’t found - silverlight

I built my windows8.1 silverlight app with vs2015.
while submitting to store its complain as "Package acceptance validation error: WMAppManifest.xml wasn’t found" tough it exists.
Local windows app certification kit complaining that there is an error in reading this file.
also looked into below post, MY wmappmanifest schema looks correct
AppManifest Validation failed. Invalid AppPlatformVersion in WMAppmanifest.xml
Could you please help me in figuring out the issue here? you help is highly appricated.

My silly mistake. After editing xap file, while creating zip file creating folder inside folder. It is fixed now.

Related

CRA - Failed to register a ServiceWorker, unsupported MIME type ('text/html')

I am getting the following error when publishing my create react app but the error doesn't appear locally. I recently updated my React version and a load of packages too. I'm guessing it's possibly something to do with that as I've never had this issue before?
Error during service worker registration: DOMException: Failed to register a ServiceWorker for scope ('https://**subdomain**.azurewebsites.net/') with script ('https://**subdomain**.azurewebsites.net/service-worker.js'): The script has an unsupported MIME type ('text/html').
Any input on this will be greatly appreciated. The error doesn't appear to be breaking anything from what I can see but I'd rather not push this to production with any kind of errors
So turns out the issue was because I updated the react version. CRA doesn't have service workers out of the box anymore. The project was returning 'unsupported MIME type ('text/html')' because it was hitting 404 looking for a file that doesn't exist.
The fix was relativly simple.
I replaced the registerServiceWorker() in my index.js file with reportWebVitals(). I then added reportWebVitals.js to my src folder. (I just created a temp react project and pulled the file from that). After I did that it started to work for me. I think I also had to npm install web-vitals.

Getting Errors Trying to Load SqlServerSpatial140.dll

I am using SqlGeography in a project that was working but now is not. The only thing that has changed that I can think of is that Windows 10 did an update to my PC but I am unsure that that is the source of the problem.
I used NuGet to remove and then re-add the reference to SqlServer140.dll and got this message:
Errors were detected when processing \packages\microsoft.sqlserver.types. 14.0.1016.290\nativebinaries\x64\SQLSERVERPARTIAL140.dll. Please make sure that the file eis accesible, and that it is a valid assembly or COM component.
I used this SO thread to work on this problem. I downloaded Dependency Walker and ran it against SqlServerSpastial140.dll and got this error message:
Errors were detected when processing that . See the log window for details.
Unfortunately, the help file for Dependency Walker is not included in the download (I downloaded both form its home page and also a link at Microsoft - the help was missing from both) so I do not know how to read the result. Here is an image of the result:
Assuming the "log window" is the one at the very bottom, it is not helpful. What do I have to do to restore the SqlGeography functionality. I've also tried other suggestions from the link mentioned above but nothing has worked.
What worked for me was to go to this file location below and copy the SqlServerSpatial140.dll to my project bin folder.
C:\Users<user>.nuget\packages\microsoft.sqlserver.types\14.0.1016.290\nativeBinaries\x64

Site's gone down…cant figure it out :/

Im struggling to find out why my site has gone down. Went to login in after a couple of weeks and my site is showing the following error:
Fatal error: Uncaught Error: Class 'wpdb' not found in /customers/6/a/c/superhuggable.com/httpd.www/wp-includes/load.php:404 Stack trace: #0 /customers/6/a/c/superhuggable.com/httpd.www/wp-settings.php(106): require_wp_db() #1 /customers/6/a/c/superhuggable.com/httpd.www/wp-config.php(98): require_once('/customers/6/a/...') #2 /customers/6/a/c/superhuggable.com/httpd.www/wp-load.php(37): require_once('/customers/6/a/...') #3 /customers/6/a/c/superhuggable.com/httpd.www/wp-blog-header.php(13): require_once('/customers/6/a/...') #4 /customers/6/a/c/superhuggable.com/httpd.www/index.php(17): require('/customers/6/a/...') #5 {main} thrown in /customers/6/a/c/superhuggable.com/httpd.www/wp-includes/load.php on line 404
The domain is superhuggable.com. Im not a professional dev, but can normally get my head round most things, was wondering if you guys could help?
Thank you.
Pretty sure something is wrong with your WordPress core files. Try re-installing the WordPress. Here's how you can do it without losing your existing site data.
Keep the wp-content folder and wp-config.php file in a safe place. And delete everything else from your wordpress installation directory.
Download Wordpress From https://wordpress.org/download/
Extract all files. And Replace wp-content folder and wp-config.php file.
If still doesn't work You may try deactivating all of your plugins and themes via the database. (Here's help)
And also you may try searching guide to fix common wordpress fatal errors.
Happy debugging!

Errors in Routes requests

im working in a project using angularjs and laravel, but i have a bug i think in my application, im not sure since it happens sometimes, not always. Basically when i open or run my application are made some requests to some routes, but sometimes give me a 500 error, and than the error that is shown in the preview is:
RuntimeException in ApiServiceProvider.php line 88:
Unable to boot ApiServiceProvider, configure an API domain or prefix.
I searched online this error and didnt find much info related with this error, does someone have a idea what could it be?
Yes I have solved the problem, the thing is that you are missing configurations.
The way to solve it you have to make a copy of .env.example file and rename it to .env
Do not forget to change you database configurations.
The problem was missing domain or prefix. which is in your case is:
API_PREFIX=api
I`m sure that it should solve your problem.
Helpful hint turn on your debugging environment in config/app.php to 'debug' => env('APP_DEBUG', true)
so you can be more specific with error messages.
I had same problem even if API_PREFIX was set in my .env file.
Simple solution that I found after long struggle was to clear cache:
php artisan chache:clear
php artisan config:cache

Smartface gives error while trying to run

When I try to run my app on the emulator in Smartface App Studio, I get an error. It so interesting, i tried something to fix it and googled to find a solution lots of times. But i got nothing.
Checking Android SDK Configuration.Searching for Devices...Device found: Faea HY509SGenerating Exporting Packages for Android profile:"Default"Pages, JavaScripts files are preparingProject resources are preparingDatasets are preparingInstallation packages are creatingInstalling Emulator...Application could not install toError Message : pkg: /sdcard/SmartfaceEmulator.apkFailure [INSTALLFAILEDCONTAINER_ERROR]
Same issue again? Please refer to Troubleshooting document!Sorry, an error occured during launching! Please try to launch from your device.
The problem is about Manifest configuration.
I guess you changed some part of it.
There is a manifest entry like android:installLocation
it should be auto like;
android:installLocation="auto"
Smartface.io Team

Resources