I had created a project in asp.net in visual studio on my laptop then I pushed that whole project on GitHub. After that, I formatted my laptop then installed visual studio 2017. I downloaded that pushed project and tried to run on my current visual studio
but I am unable to understand how to restore old database. I can't see my old tables. How do I get those tables? Please help me to run this project. Is there any way to run this project? Any link related to my problem will be helpful.
What old database are you talking? Access, MS SQL Server, MySQL, Oracle or what? Most likely, the database is lost if you didn't know how to preserver the database if you didn't off load it/back it up to an offline media device like USB, and you formatted
the HD.
If you find the post has answered your issue, then please mark post as 'answered'.
Member
8 Points
42 Posts
Problem in running a project in visual studio 2017
Apr 29, 2018 10:36 PM|explosiveskull|LINK
Hey all,
I had created a project in asp.net in visual studio on my laptop then I pushed that whole project on GitHub. After that, I formatted my laptop then installed visual studio 2017. I downloaded that pushed project and tried to run on my current visual studio but I am unable to understand how to restore old database. I can't see my old tables. How do I get those tables? Please help me to run this project. Is there any way to run this project? Any link related to my problem will be helpful.
Contributor
4863 Points
4120 Posts
Re: Problem in running a project in visual studio 2017
Apr 29, 2018 11:37 PM|DA924|LINK
What old database are you talking? Access, MS SQL Server, MySQL, Oracle or what? Most likely, the database is lost if you didn't know how to preserver the database if you didn't off load it/back it up to an offline media device like USB, and you formatted the HD.
Member
8 Points
42 Posts
Re: Problem in running a project in visual studio 2017
Apr 30, 2018 05:59 AM|explosiveskull|LINK
It was MySQL. So I have to create another database same as earlier to run my project?? I didn't take any backup.
All-Star
191721 Points
20949 Posts
ASPInsiders
Moderator
MVP
Re: Problem in running a project in visual studio 2017
Apr 30, 2018 06:47 AM|XIII|LINK
Hi,
Yes
Then you'll have to fill in all the data again from scratch.
Kris.
Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Contributor
4863 Points
4120 Posts
Re: Problem in running a project in visual studio 2017
Apr 30, 2018 11:12 AM|DA924|LINK
Well, it's lesson learned.