Shane Bartholomeusz

Geek and lover of all things tech related

Tag: Error (page 3 of 3)

Dynamics 365: System.NullReferenceException Plugin Error

The Problem

After a recent CRM Solution deployment to our Dynamics CRM 365 environment users started encountering the below plugin error when updating a Contacts entity record.

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

Continue reading

Azure VM “The Server Encountered An Internal Error”

And so it begins …

The day had only just begun … I got into the office … I grabbed a coffee … sat down at my desk.

I tried connecting to one of my Azure dev VM’s but for some reason I couldn’t RDP to it. I waited a bit of time and then tried again, but still no luck.

My Azure AutomationAccount was configured to automatically start and shutdown my VM’s each working day.

I checked the logs for my AutomationAccount and found the message

“The Server encountered an internal error. Please retry the request.”.

Azure Portal Internal Error Screenshot
Continue reading

Azure WebJob status aborted? How to solve it

Overview

Have you published a long running web job in Azure and noticed that it has terminated with an  ‘Aborted’ status. Chances are that the job has timed out.

In this post I’ll explain what’s happening here and how you can fix this.

Azure WebJob Aborted Error
Continue reading

Aspnetcore.dll failed to load. The data is the error

The Problem

When trying to locally debug a newly created solution within Visual Studio 2015 I encountered the below error when locally launching the application using IIS Express

A process with the ID of <id> is not running

ASP.NET Logo

Seeing no errors logged in the Visual Studio Output window, I checked the Windows Event Viewer and found the following error:

The Module DLL C:\Program Files (x86)\IIS Express\aspnetcore.dll failed to load. The data is the error.

The error was a bit confusing because it alluded to ASP.NET Core even though I wasn’t using this in my project.

Continue reading

“We cannot discover your Chromecast on the network”

Problem

While recently setting up a Google Chromecast (2nd generation) I was unable to successfully complete the setup process.

My Chromecast could not be detected on the network by my devices even though it had successfully connected to my wireless network and I could cast to it through the Youtube Android app.

Google Chromecast

Continue reading

SharePoint – Object Already Exists Error

Problem

We recently encountered the following error in our SharePoint 2010 environment while trying to remove an existing Web Application.

An object of the type Microsoft.SharePoint.Administration.SPIisWebsiteUnprovisioningJobDefinition named “Unprovisioning XXXXX” already exists under the parent Microsoft.SharePoint.Administration.SPWebService named “”. Rename your object or delete the existing object.

 

SharePoint error screenshot

 

Continue reading

Register .Net Framework version with IIS web server

Visual Studio Error

When trying to open a Visual Studio solution, I encountered the following error.

C:\myFilePath\myService.Service.csproj : error  : The Web Application Project XXXXXX.Service is configured to use IIS. IIS is not installed on this computer. To access local IIS Web sites, you must install the following IIS components:       Internet Information Services       IIS 6 Metabase and IIS 6 Configuration Compatibility       ASP.NET In addition, you must run Visual Studio in the context of an administrator account. For more information, press F1.


Dot Net Logo


Continue reading

Process Explorer Error: Run Process Explorer from a writeable directory

The Problem

I came across the following error while trying to run the Sysinternals Process Explorer program.

Unable to extract 64-bit image. Run Process Explorer from a writeable directory.

Sysinternals Logo

What’s Going On?

Process Explorer extracts and executes the appropriate x86 or x64 binary for the platform you’re on, and therefore requires elevated privileges (i.e. “Administrative rights”).

This can sometimes be a headache if you’re operating in an environment where you have “limited” access rights.

Process Explorer error screenshot
Continue reading

SQL Server – “The remote procedure call failed. [0x800706be]”

The Problem

Today I hit the following error after installing SQL Server 2008 R2 and then opening the SQL Server Configuration Manager console.

The remote procedure call failed. [0x800706be]

SQL Server 0x800706be error Continue reading

Synology DSM 5.1 upgrade error – “DSM Update”

The Problem

While trying to upgrade my Synology DS213J NAS from 4.3-3827 to 5.1-5004, I ran into the following error while using the automated update feature.

DSM Update Error


Synology Logo


Continue reading

Newer posts

© 2024 Shane Bartholomeusz

Theme by Anders NorenUp ↑