Shane Bartholomeusz

Geek and lover of all things tech related

Tag: Error (page 2 of 3)

Solved: BlazorInputFile ‘No File Chosen’ Error

Blazor WebAssembly Icon

Problem

Blazor is an exciting new technology for .NET developers that enables us to leverage our core strengths by writing most of the code in C# and minimising the need to write JavaScript code.

While working on a Blazor WebAssembly solution that used Steve Sanderson’s BlazorInputFile solution I came across an unusual issue where the “No File Chosen” text would not change and the selected filename did not appear even though a file had already been selected.

Hmmmm … what’s going on here?

HTML File Input Screenshot
Continue reading

How To: Clone GIT Repo Using Personal Access Token

Overview

In this post I’ll show you how you can clone a Git repository using a Personal Access Token instead of a regular password.

Personal Access Tokens are useful in a variety of situations. I recently opted to use an access token on a work laptop rather than using my ‘god mode’ credentials. That way, if I needed to hand the laptop back to my employer I could easily revoke the access.

Enough talk … lets get to it!

GitHub Icon
Continue reading

Fixed: Windows 10 Search Crashing

Problem

In this post I’ll show you how to fix an issue with Windows 10 Search disappearing.

While trying to use the Windows 10 Search I noticed that after I entered a few characters the Search Box would crash and clear out the text I had entered. No search results were being displayed.

Continue reading

Solved: “You Need Microsoft Dynamics 365 License To Continue” Error

Problem

While trying to reactivate a workflow in our Dynamics 365 environment we encountered the following error. In this post I’ll show you how you can solve this issue.

You Need Microsoft Dynamics 365 License To Continue

You need a Microsoft Dynamics 365 license to continue error
Continue reading

Fixed: Windows Update – There were some problems installing updates (0x80240fff error)

Problem

Have you encountered the dreaded 0x80240fff Windows Update error in Windows 10? In this article I’ll show you how to fix the issue.

There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80240fff)

Windows Update Error (0x80240fff) Screenshot
Continue reading

Handling Excel Dates in Microsoft Power Automate

Problem

Dealing with dates can be a real pain in the proverbial sometimes … and Microsoft Power Automate (aka Microsoft Flow) is no exception.

I recently had to bulk load some records from an Excel file into SharePoint Online using Microsoft Power Automate … you’d be forgiven to think that this would be a trivial task … WRONG!

Microsoft Flow and Excel Logos
Continue reading

Solved: Dynamics 365 Unable to Cast Object Error

Problem:

While testing an existing C# app that connected to our Dynamics 365 environment, we encountered an unusual error after updating the CRM SDK Nuget package used by the app.


System.InvalidCastException: ‘Unable to cast object of type ‘Microsoft.Xrm.Sdk.Entity’ to type ‘XXXX.Xrm.Model.XXXX.’

Dynamics 365 logo
Continue reading

Dynamics 365: The underlying connection was closed

Problem

While upgrading a .NET customisation that interfaced with our client Dynamics 365 online environment (Version 9). I encountered the following error while attempting to fetch some records from our Dynamics 365 instance. Continue reading

Fix: Unable to Uninstall CRM Profiler

Problem

While trying to debug a new custom workflow plugin in my Dynamics 365 environment I encountered the below error.CRM Profiler Error Continue reading

Fix NullReferenceException in CRM Plugin Registration Utility

Problem

If you encounter the below error when in Dynamics CRM while trying to profile a custom workflow plugin using the CRM Plugin Registration utility

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.

at PluginProfiler.Library.WorkflowXamlUtility.InstrumentStep(XmlNode activityNode, XmlNamespaceManager ns, InstrumentedStepConfiguration step, String workflowAssemblyName)

at PluginProfiler.Library.WorkflowXamlUtility.InstrumentXaml(CrmServiceClient service, String xaml, IList`1 steps)

at PluginProfiler.Library.ProfilerManagementUtility.EnableWorkflow(CrmServiceClient service, String overrideKeyFileName, Guid workflowId, Boolean persistToEntity, String persistenceSessionKey, Boolean includeSecureInformation, Boolean isContextReplay, CustomActivityStep[] workflowSteps)

at Microsoft.Crm.Tools.PluginRegistration.CommonControls.ProfilerSettingsViewModel.btnOk_Click()
System.NullReferenceException CRM Plugin Registration Screenshot
Continue reading
Older posts Newer posts

© 2024 Shane Bartholomeusz

Theme by Anders NorenUp ↑