Visual Studio 16.10 authentication problem solved

 The latest release of Visual Studio 16.10.4 has some changes that affects authentication, from what I can see at least.

Despite logging in and out in the dev.azure.com, authentication failed with the message

"Git failed with a fatal error. Authentication failed for https://dev.azure.com/..."

The issue was the Git Global Settings.

The Credential Helper was set to 'Unset'

✅The solution was to change it to GCM for Windows (and redo the login process again)





Become a True Music Influencer! - at Fanraizd.com


FanRaizd.com


Features for the influencer
  • Free to sign up and receive or give away shares of a song.
  • Awesome on sharing/linking and building followers for playlists? – FanRaizd enables Fans to own shares of a song and receive the royalty for supporting artists on all of the worlds music services.
  • Promote your songs on social platforms and see the increase in earnings.
  • No lead times - when you receive a share of song you start earning directly.
  • Start building your own real Digital Music Share Collection from artists you genuinely are passionate about.
  • Do you have the ear to find the next great sound? Make your Collection raise your music status and cred by reaching different streaming levels.
  • More money! FanRaizd is the first service in the world to have online real-time streaming challenges – Make your song most streamed and share the cash prizes with your fans. 
  • Get FanRaizd's recognition and very own certification for taking your songs to higher streaming levels - Yes - You will get your Digital Double Platinum added to your collection! 

For artists/bands
  • Make your music available on Music Services like Spotify, Itunes, Youtube, Amazon, Google Play, Deezer and many more...
  • WANT TO FIND FANS ? Give away or sell shares of your song to find, connect, build and engage your fanbase to listen and share your music.
  • €4/month LIMITED OFFER NOW! €2/month for UNLIMITED artists and uploads of albums, Singles, EPs. UPC and ISRC codes included!.
  • Fast and Easy releases, start spreading your music the next day !
  • Royalty pay out every month, no threshold. PayPal account is required to deposit/withdraw money..




TP-Link AC 1200 loses connection on 2.4 GHz

TP-link drops connection on 2.4 GHz

I had a problem with my router losing the connection all the time.

Software: Archer C5
Model: TP LINK AC 1200
Frimware: updated to latest (made no difference)

Problem:
5 Ghz workec fine, but the 2.4 band seemed disturbed by something. 
Lost connection very often, sometimes just after a couple of minutes
I tried to change channel (3,6,11) etc, read all about that, even the width 20 / 40 MHz, but nothing helped.

Solution:
Change the 2.4 GHz setting to only use b/g, not the full b/g/n, becuase it seems that the "n" interferes with the 5Ghz band!

After I changed that, it works perfectly well :-)

MVC Razor intellisense not working - @model does not exist in VS 2015

Upgrading to Visual Studio 2015 can be a hard time

For me, the intellisense in cshtml file was suddenly missing

@model - does not exist....

@Html - HtmlHelper not available....

I tried many things, that you could also try of course


  1. Delete your .suo file
  2. Devenv.exe /resetuserdata
  3. Delete vs 14.0 cache in
    %LocalAppData%\Microsoft\VisualStudio\14.0\ComponentModelCache
  4. Update Nuget packages

But for me, the solution was in the world of config

under /Views/ there is a web.config

It must have the latest mvc 5 settings:


 <configSections>
    <sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
      <section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
      <section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
    </sectionGroup>
  </configSections>
  <system.web.webPages.razor>
    <host factoryType="System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    <pages pageBaseType="System.Web.Mvc.WebViewPage">
      <namespaces>
        <add namespace="System.Web.Mvc" />
        <add namespace="System.Web.Mvc.Ajax" />
        <add namespace="System.Web.Mvc.Html" />
        <add namespace="System.Web.Optimization"/>
        <add namespace="System.Web.Routing" />
      </namespaces>
    </pages>
  </system.web.webPages.razor>

<appSettings>
    <add key="webpages:Enabled" value="true" />
    <add key="webpages:Version" value="3.0.0.0" />
  </appSettings>

<system.web>
    <pages
      validateRequest="false"
      pageParserFilterType="System.Web.Mvc.ViewTypeParserFilter, System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
      pageBaseType="System.Web.Mvc.ViewPage, System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"
      userControlBaseType="System.Web.Mvc.ViewUserControl, System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
      <controls>
        <add assembly="System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" namespace="System.Web.Mvc" tagPrefix="mvc" />
      </controls>
    </pages>
  </system.web>

 <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />

    <handlers>
      <remove name="BlockViewHandler"/>
      <add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMode" type="System.Web.HttpNotFoundHandler" />
    </handlers>
  </system.webServer>


But even after that, my intellisense did not work

Then I realised that there is a appsettings.config in the root also...

I updated the
<add key="webpages:Version" value="2.0.0.0" />


to
<add key="webpages:Version" value="3.0.0.0" />


Then it worked! for me at least! :)


Moxiemanager plugin.min.js missing in TinyMCE download

You have downloaded the great TinyMCE plugin? And it is not working?

Download TinyMCE here:
http://www.tinymce.com/download/download.php

It is because the file \tinymce\plugins\moxiemanager\plugin.min.js is missing

You can remove it from "init":

tinymce.init({
selector: "textarea",
plugins: [
"advlist autolink lists link image charmap print preview anchor",
"searchreplace visualblocks code fullscreen",
"insertdatetime media table contextmenu paste moxiemanager"
],
toolbar: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image"
});




Or, you can get it from moxie page and place it in your solution where it should be.

Get the js file here:
http://www.moxiemanager.com/moxiemanager/plugin.min.js

  • Make a new js file 
  • Paste it in the new file
  • Save file as "plugin.min.js" in the directory \plugins\moxiemanager\
  • Done!

EPiServer CMS 7.5 path to blobs in a load balanced environment

In Episerver 7.5 version 7.14  the config files are gone!

EpiserverFramework.config and Episerver.config have been removed.

So how to change path to blob storage (old vpp catalog)

Edit the web.config and add the blob section:


<episerver.framework>
<blob defaultProvider="fileShare">
<providers>
<add name="fileShare" path="\\SharedFiles\blobs" type="EPiServer.Framework.Blobs.FileBlobProvider, EPiServer.Framework">
</add>
</providers>
</blob>
      <appData basePath="App_Data" />
    etc.............
 </episerver.framework>

Tour dates

My gigs with mainly Trickbag and KnockOut Greg & Scandinavion Blue Flames, but also others


2022


21 Sep- Stampen, Stockholm, SWEDEN (Janne Sjöström LIttle Walter tribute)
21 Oct - Stampen, Stockholm, SWEDEN (Knockout Greg)
10 Nov - Lucerne, SWITZERLAND (Knockout Greg)

11 Nov - Lucerne, SWITZERLAND (Knockout Greg)
12 Nov - Lucerne, SWITZERLAND (Knockout Greg)

24 Nov - Tampere, FINLAND (Knockout Greg)
25 Nov - Karkkila, FINLAND (Knockout Greg)
26 Nov - Juttutupa, Helsinki, FINLAND (Knockout Greg)


2 Dec - Storyville, Helsinki, FINLAND
3 Dec - Pub 23, Kouvola (afternoon gig), FINLAND
3 Dec - Storyville, Helsinki, FINLAND

2023


January
20 Storyville, Helsinki, FINLAND
21 Storyville, Helsinki, FINLAND


February
25 Uddevalla


March
1 Sundsvall
2 Härnösand
3 Sollefteå


April
1 Skottvång
8 Hudiksvall
14 Storyville, Helsinki, FINLAND
15 Lahti, FINLAND

May
19 Norrtälje (with Tad Robinson)
20 Vätterleden (with Tad Robinson)
23 Bollnäs (with Tad Robinson)
24 Stampen (with Tad Robinson)
25 Stampen (with Tad Robinson)
26 Mönsterås (with Tad Robinson)
27 Norrköping (with Tad Robinson)

June
23 GERMANY
24 GERMANY

July
29 Lillehammer, NORWAY


September
9 Hell, NORWAY
10 Hell, NORWAY

November
4 Silkeborg, DENMARK