Category: Uncategorized
-
.Net Core Entity Framework Code First Approach Using Class Library Project
With reference to Getting Started with EF Core, I am using the MSSQL server. Steps Create a new project Create Class Library Install Entity Framework Create Model Register context with dependency injection Create database Step 1: Create a New Project – Choose ASP.NET Core Web Application (.NET Core) You can follow the above Microsoft Document…
-
Could not load file or assembly ‘Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5’ or one of its dependencies. The system cannot find the file specified.
There is two possibilities: Possibility 1: You haven’t added the Owin.dll reference to the project. You can add the reference and recompile project. Possibility 2: You have a latest version of the dll (2.1.0 or higher), You can add below code to your web.config file. I’m using 3.0.1.0 so I have updated newVersion=”3.0.1.0″ <dependentAssembly> <assemblyIdentity name=”Microsoft.Owin” publicKeyToken=”31bf3856ad364e35″…
-
Outlook blocked access to the following potentially unsafe attachments
Hello Friends, I have come across the problem when I getting the .chm extension in my mail. I have found the solution which is below. Steps: Exit Outlook if it is running. Click Start, and then click Run. Copy and paste (or type) the following command in the Open box, and then press ENTER: …