Posts

Resources/LaunchScreen.storyboard : error : The file 'Resources/LaunchScreen.storyboard' does not exist.

Resources/LaunchScreen.storyboard : error : The file 'Resources/LaunchScreen.storyboard' does not exist.

Failed to load signer "signer #1": /Users/runner/work/_temp/" does not contain a key

There might be possible that keystore information like alias,password overlap due to which this type of error message throw. You need to check that keystore file info should be same in the .yaml file task AndroidSigning@3.

The process '/Users/runner/Library/Android/sdk/build-tools/24.0.3/apksigner' failed with exit code 2

The process '/Users/runner/Library/Android/sdk/build-tools/24.0.3/apksigner' failed with exit code 2

Map.remove Overlay: cannot remove overlay at index as it is not attached to this map in mapkit js

Loading the Latest or a Specific Version of MapKit JS solved my problem. Try to Specific Version of MapKit JS in map.html file. Like these src="https://cdn.apple-mapkit.com/mk/5.20.0/mapkit.js" src="https://cdn.apple-mapkit.com/mk/5.20.0/mapkit.js"

Workflow Engine - A Robust Capability to Provide Dynamic Workflow in the Application

Image
Workflow Engine is a component that adds workflow functionality to your application. It can be fully integrated with the application, or be implemented as a specific stand-alone service (such as a web service). The benefits of using Workflow Engine: - Code-free process scheme design in a web-browser (HTML5). - High performance. - Add a custom workflow to your project. As easy as a pie. - Auto-generate incoming list. - Change the scheme process in real-time. - Database providers: MS SQL Server, MongoDB, RavenDB, Oracle, MySQL, PostgreSQL, Redis, Apache Ignite/GridGain. Workflow Engine is perfect for: - Document approval system. - Adding workflow to your application with minimal changes to the code. - The process of challenging and / or frequent requirement changes. - In case some modules or applications need to change the documents' status. Workflow Engine comes with two flavors. 1. Workflow Engine.NET - 2.Workflow Server 1.WorkflowEngine.NET

The serve command requires to be run in an Angular project, but a project definition could not be found.

Error Message "The serve command requires to be run in an Angular project, but a project definition could not be found" Prompt in nodejs command prompt when we try to execute the C:\>ng serve on non Angular project directory. It means that you need to go inside the Angular project directory and once you are inside the Angular Project directory then type this command. C:\AngularProject>ng serve.

Why Generated SQL Scripts from SQL SERVER 2017 is not compatible with SQL SERVER 2014

Image
There are couple of cases might be possible for this issue.One of the approach to overcome from this issue is ,Too generate script using SQL SERVER >Task>Generate Script... Wizard and selection of correct target database. If you are generating script from SQL SERVER 2017 which to be compatible with SQL SERVER 2014 then make sure that in Advanced Scripting Options for Script for Server Version SQL SERVER 2014 by default it sets SQL SERVER 2017. Images of Script for Server Version in SQL SERVER 2014 and 2017 Script file generated for Script for Server Version 2014 and Script for Server Version 2017