You’ll like to have a cool badge from Azure Pipelines like this But it doesn’t show and a no-image is displayed This could be because you have renamed you’re pipeline. Microsoft DevOps Pipeline has an error where the updated badge link doesn’t work from “Status Badge” You get the sample markdown looking similar to this: […]
Category: ErrorFix
A rather stupid error without any indication on what’s wrong. The button Allow always and Allow doesnt work for “Code sign wants to sign using key”. You can press it but does not do anything and the system doesn’t say not allowed or some sort. This happened when I deployed from Visual Studio using Xamarin […]
While running Windows Phone 8.1 on simulator got this error when changing configuration: unexpected error exception from hresult 0x81030137 Fixed it by removing the app on the simulator and ran it again from visual studio. To remove hold down the lauch icon on the mobile, then you’ll get a menu to uninstall it.
Updated to Yosemite, now on 10.10.1 and the external display disappeared. It’s running through a targus dockingstation displaylink. There is multiple post about the issue on dipslayLink forum, some users got it to work: http://www.displaylink.org/forum/forumdisplay.php?f=30/ Tried both running the lastest DisplayLink 2.2 and the 2.3Beta, none of them work for MacBook Air 2013. Ended trying installing […]
iPhoto automatically opens up when connecting your iPhone og iPad. The issue is that it’s not iPhoto itself but “Image Capture” that opens it up. Open Image Capture. Locate devices and click on button in the bottom left, icon with an arrow inside a box. Select “Connecting this iPhone opens: ” select No application.
Was going to hard reset a MacBook Air from 2010, the issue could probably happen on all Mac though. This is what was done: So by holding down the alt-key (option-key) and the powerbutton while the mac is shut down you’ll get into a recovery state for both resetting and using time travel. In this […]
This problem started occurring around 10.9.0, might have been in earlier version too, but it still exist now in 10.9.2. The sound disappear on the mac after you wake it from sleep mode, but it’s not consistent, there can go days without it happening. There doesn’t seem to be a specific time interval it needs to […]
The setup: MacBook Air mid-2013, 4gb ram. Running Windows 8.1 in Parallels Desktop 9 and Visual Studio Premium 2013 with Windows Phone 8 plugin. Enabled the Hyper-V in Windows Features. When running the Windows Phone 8 emulator the following error message came: Windows Phone Emulator The Windows Phone Emulator wasn’t able to ensure the virtual […]
Had this problem where Synology Diskstation did not allow to upload a file from the File Station. When pressing the upload button nothing happened. Same in all major browsers. It turned out Java needed to be updated and it apparently wasn’t allowed to run the upload procedure before the update was applied. So make sure […]
The UITableView has change in iOS 7, the transparent is turned off, well the cell’s background has a color (white) now. So the background is not visible anymore, resulting in an unwanted tableview look. To fix this set the cell’s background to clearColor in the cellForRowAtIndexPath – (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { cell.backgroundColor = […]