Posts

Showing posts from 2020

Angular Issue:- ng.ps1 cannot be loaded because running scripts is disabled on this system

Image
Here Create a component get following Error. Why this Error Occured ? we set Permission in the Powershell  PS H:\Working Folder\ngApps\MyTest1Project> ng g c test ng : File C:\Users\AppData\Roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see  about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 Solution : Open PowerShell Administrator Mode set-ExecutionPolicy Unrestricted  execute this Query and It ask to You Type Yes then it will Works     

signed app bundle with Mach-O thin (x86_64) [com.App.Name]

Image
Hi folks,   I develop a project using Xamarin.Mac when executing the application got signed app bundle with Mach-O thin (x86_64) [com.App.Name]  Error. I fixed the using the following steps. open that project option Menu. Build -> Mac Signing untick the Enable Hardened Runtime now it works.

Toast Notification message In UWP

Image
In UWP - Universal Windows Platform application sent Toast Notification content two ways one is Html content and another one was XML Content. It was support windows 8.1 onwards Systems. In Toast message with use Buttons and Images and sound.    Toast Message is very effective and comforts to sent messages to all. It sent multiple people at the same time. The client also replies to that notification. Notification design is suitable for the latest Technology. default stand time is 5 seconds and will increase 25-30 seconds. This Article Shows three types of Toast message. Simple Notification Toast With Button Textbox Message Sent. Header     install packages from NuGet. using Windows.Data.Xml.Dom; using Windows.UI.Notifications; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; Design XAML < Page x : Name ="Notification"     x : Class ="App.MainPage"     xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/

Developing Cross platform Desktop Application Development - Ver 1

Image
Hi Guys,    In this article about Cross-platform desktop application development using Visual studio core or Xamarin studio. first, understand your requirements and what are technology will support your requirements. Right now I faced this type of issue. The client asks me to develop a single code that works with Windows and Mac, Linux systems.  First clear If you're Developing  Cross Application Console application Cross Application UI Application Cross Desktop Console application supports easily. the only prob is supported with UI Desktop Application.     First, I go with UWP - Universal Windows Platform  this is new feature comes in Windows 10.  in your visual studio above the 2017 version, it was support to develop. in this UWP platform developed applications can use Windows Systems, Windows Mobiles, IoT Devices, Xbox, Surface Hub, and Holo Lens. in UWP can use Xaml Code for Design the View.     Then I Clarified this UWP does not Support Cross Platform