Click here to Skip to main content
15,895,370 members

Comments by Member 9142936 (Top 15 by date)

Member 9142936 4-Feb-16 11:30am View    
Thank you very much, I fixed the problem by having setup my ms sql 2014 using a different database name. I run a few databases in 2012, and had to set the 2014 database to point in a different name. It was my own fault. thanks for your help.
Member 9142936 3-Feb-16 18:26pm View    
I have even upgraded my database to ms sql express 2014 hoping that would solve the compatibility issue and that didn't work I am still getting the error. The error is I am using wrong version, version 706 for server and v 782 for table, I now have ms sql express 2014 both management and server on my machine. When I try to attach file I get the following error,

"The database 'C:\FDDTFINAL\MVCFTTD\MVCFTTD\APP_DATA\MVCFTTDFINALV1.MDF' cannot be opened because it is version 782. This server supports version 706 and earlier. A downgrade path is not supported.
Could not open new database 'C:\FDDTFINAL\MVCFTTD\MVCFTTD\APP_DATA\MVCFTTDFINALV1.MDF'. CREATE DATABASE is aborted. (.Net SqlClient Data Provider)".

I have checked permissions of all files, does anyone have a solution or work around.

Can anyone help?

Thanxs

Everything I read say that download and configuring ms sql express 2014 should have worked. I hate to loose my data in my database.
Member 9142936 3-Feb-16 13:57pm View    
I just found out that I am getting a 948 error, I do not understand because I am using code first and the database was created in ms visual studios express 2012. How do get the version changed? The ms sql express 2012 is v11.0.2100.60 (X64) or upgraded. I do not know the version of my tables.

Thanks for the quick response.
Member 9142936 19-Feb-14 17:33pm View    
Thanks for your input, I solved the problem by changing the code to "model.Posts.Add(post);" from "model.AddToPost(post);" it seems that MVC3 will not accept "AddToPost" and it wants the routing identified properly by using "model.Posts".
Member 9142936 15-Nov-13 13:52pm View    
Does any of my Tables need change, there are two table that have GenealogyId in them. The Value nextId the SP is not accepting.

Could this be the Tables.

Thanks again for your quick response.

Thanks

ASW