Base solution for your next web application

Activities of "jgtait"

Question

I need help downloading version 4.6. My license expires today, I was emailed a reminder of this last week (again stating 21st October) However when I logged in yesterday (20th October) My download link was gone and at the top of the page it said license expired (when i clicked on the renew link) it still said it wouldn't expire until the next day.

I need to get this downloaded before my actual expiration date. Any advice?

Answer

Well, upgrading has got rid of most of the errors so moving in the right direction. I'd like to know why I need to have the most upto date version of VS to get this to build? I'm not even trying to use the ,#.NET core version so unsure why this is needed. Down to one issue now, none of my references are there in the test project. Will look at that tomorrow.

It is very frustrating though, brand new download I would imaging working.

Answer

It's 15.2. I'll see it I can upgrade. :)

Answer

OK, I've now tried on my other laptop, exact same errors. Using VS 2017 and have installed .net core 2.0 runtime and SDK as suggested (though wouldn't have thought this was necessary)

Any other suggestions?

Thanks

Answer

Thanks for the info, I can't get it to work in 2015 or 2017. Will keep looking though. Cheers.

Answer

Thanks, but would I need that? I didn't download the .NET core version and was trying to open with VS 2015

Question

I have just downloaded the latest version - ASP.NET MVC 5.X & jQuery (v4.5.1, .NET Framework 4.61) but am having problems with the initial build.

I have 300 errors like this -

The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. flex.Core

Any idea why? I haven't made any changes at all, just downloaded.

Thanks

In case anyone else is having the same issue it is a simple fix.

My project was in a folder called 'ASP.NET MVC 5 & jQuery'

It was the ampersand in the folder name that was causing the problem. Changed to 'ASP.NET MVC 5 and jQuery' and it worked fine.

Question

I purchased a month or so ago but have been busy and not able to make a start on my project yet (I did download though)

I notice that a new version has been released and was wondering what the best way is to upgrade, should I simply download again?

Thanks

I'm having problems with the initial set up.

When I try to use the updats-database command I get the following error -

PM> update-database Specify the '-Verbose' flag to view the SQL statements being applied to the target database. System.Runtime.Serialization.SerializationException: Type is not resolved for member 'System.Data.Entity.Migrations.Design.ToolingFacade+UpdateRunner,EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at System.Data.Entity.Migrations.Design.ToolingFacade.Run(BaseRunner runner) at System.Data.Entity.Migrations.Design.ToolingFacade.Update(String targetMigration, Boolean force) at System.Data.Entity.Migrations.UpdateDatabaseCommand.<>c__DisplayClass2.<.ctor>b__0() at System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action command) Type is not resolved for member 'System.Data.Entity.Migrations.Design.ToolingFacade+UpdateRunner,EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

This seems to result in the error I get when running the application (No language defined in this application.)

The database is running in Azure. I've checked ansd tables have been added.

Any ideas?

Showing 1 to 10 of 11 entries