server-explorer

Error while Updating .mdf database

孤街浪徒 提交于 2021-02-11 06:29:06
问题 Following errors occurred while updating an .mdf database, it was working fine but before editing the Column Names of few tables. (I am using Server Explorer of Visual Studio 2013 .) Update cannot proceed due to validation errors. Please correct the following errors and try again. SQL72015 :: The table [dbo].[Customer] is being dropped and re-created since all non-computed columns within the table have been redefined. SQL72031 :: This deployment may encounter errors during execution because

Error while Updating .mdf database

[亡魂溺海] 提交于 2021-02-11 06:28:34
问题 Following errors occurred while updating an .mdf database, it was working fine but before editing the Column Names of few tables. (I am using Server Explorer of Visual Studio 2013 .) Update cannot proceed due to validation errors. Please correct the following errors and try again. SQL72015 :: The table [dbo].[Customer] is being dropped and re-created since all non-computed columns within the table have been redefined. SQL72031 :: This deployment may encounter errors during execution because

Why does creating a SQLServer Compact table in Server Explorer not create an .SDF file on disk?

随声附和 提交于 2020-01-06 15:19:02
问题 I created an .sdf database in Visual Studio 2008 (not programmatically - using the MS Access-like wizard); I can see it, along with the one table that's in it, and that table's columns, in the Server Explorer, yet my project failed on trying to access it, saying the file did not exist - true, it doesn't! In fact, nowhere on the hard drive. How could that be? Where is it? How can I get what I see in Server Explorer to be written to disk? 回答1: A SQL Server Compact file always exists on disk 来源:

Missing Server Explorer right-click menu options in Visual Studio 2010

十年热恋 提交于 2019-12-24 09:16:25
问题 I've searched high and low for the answer to this and can find nothing on it. I have installed VS 2010 pro edition on a virtual machine running MS XP Pro. After connecting to my database, I can see all the tables, stored procedures, and functions just fine in the list. However, when I rick-click on any of them, the options to create new/edit/run any of them are missing. This is not the first time I've set up VS 2010. I got a new laptop so reinstalled everything. I changed no settings the

How do I fix a “Unable to add data connection. The IVsDataConnectionDialog could not be initialized” error?

吃可爱长大的小学妹 提交于 2019-12-24 07:16:49
问题 I'm getting an error in Visual Studio 2008 anytime I try to create a data connection in the Server Explorer: "Unable to add data connection. The IVsDataConnectionDialog could not be initialized" Also, the existing data connections are disabled and their icon is a red-slash-circle. So far, the only advice I've found is here: msdn_microsoft_Forums_vbide_thread Choices there include: Reinstall VS2008 Reinistall .net 3.5 sp1 rename registry for vs2008 user settings ..but I've tried each

Management Classes missing in Visual Studio Server Explorer

做~自己de王妃 提交于 2019-12-23 09:37:15
问题 I have an issue in Visual Studio 2015 (Professional 64-bit). In my Server Explorer, I connect to my local host and I can see Event Logs Message Queues Performance Counters Services What I seem to miss here, is Management Classes. On my previous PC (with VS2013), it was there. Did I forget to install an option (or extension)? Or is there an other easy way to generate classes for WMI interaction? Thanks! 回答1: On MS Connect (https://connect.microsoft.com/VisualStudio/feedback/details/2193804) it

Visual Studio Adding Data Connections - Given Key not Present in the Dictionary

时光总嘲笑我的痴心妄想 提交于 2019-12-23 08:18:32
问题 I've read through a couple of previous similar questions and none seem to provide a fix. so i ask again. I'm using Visual Studio and am trying to connect to a DB in Server Explorer. Regardless of what database i try to connect to it gives a "Given Key not Present in the Dictionary" error. i have tried with SQL CE and SQL Express 2008 databases and each give the same issue. I can connect quite easily with SQL Management Studio Express so i believe the Databases are the same. Thanks in Advance.

Kerberos error when trying to connect to remote Oracle database using ODP.NET

一世执手 提交于 2019-12-23 05:32:52
问题 this is a follow-up to my previous question. I am trying to use ODP.net in Visual Studio 2015 to connect to a remote Oracle 11gr2 server. The specific reason is for SSRS reports. I have installed this version of ODT/ODAC, as recommended by Visual Studio: http://www.oracle.com/technetwork/topics/dotnet/whatsnew/vs2012welcome-1835382.html (for more info, please see my previous question). Without even opening up a solution, on the landing page of VS2015 I tried using the ODP.net driver by using

How to connect to SQL Server Express DB from Server Explorer VS 2010?

吃可爱长大的小学妹 提交于 2019-12-22 18:39:21
问题 I'm trying to connect to SQL DB from Server Explorer to generate context classes for Linq to SQL. Doing it like described here: http://visualcsharptutorials.com/ado-net/querying-database-linq-to-sql/ I'm getting "This file is in use." error when I try to connect. Even if I stop SQL Server in Configuration Manager I get the same error. I can connect to DB using SSMS at the same time. What am I doing wrong? Is it possible to connect to a DB simultaneously from VS and SSMS? Thanks 回答1: When you

The specified module could not be found. Exception from HRESULT: 0x8007007E

筅森魡賤 提交于 2019-12-18 12:15:07
问题 Im getting the following message on a messagebox shown from visual studio when I try to do any modifications on an sql server database from visual studio's server explorer on my 64bit machine at home. The database was created and filled on a 32bit machine. Any thoughts? EDIT: Fixed it by replacing the corrupted dll located here: "C:\Program Files (x86)\Common Files\microsoft shared\Visual Database Tools\dsref80.dll" 回答1: Just as a bit of a heads-up to anyone else coming here from Google...