Questions tagged [visual-studio-exp-2013]
11 questions
24
votes
4 answers
ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated
I'm getting the following error using visual Studio Express 2013 for Web. It previously work on 32 bit. My laptop is 64 bit Windows.
ERR: Failed to complete setup of assembly (hr = 0x8007000b). Probing terminated.
I've rebuild the solution with 64…

Shaun Roach
- 853
- 1
- 7
- 12
2
votes
1 answer
Generating UML diagram from project file in Visual Studio Express 2013
How can I generate UML diagram from c++ project file in Visual Studio Express 2013. I have read the answer here, however I cannot find the "View" option anywhere.

Stoatman
- 758
- 3
- 9
- 22
1
vote
3 answers
How do I rename a form object (button, textbox, etc.) after Visual C# has autocreated the code?
Okay, so here's my problem: Whenever I create a button, textbox, listbox, then double-click to view the source code:
private void quitToolStripMenuItem_Click(object sender, EventArgs e)
{
}
After this has been auto-created by Visual Studio, it…

Newbie
- 179
- 2
- 11
1
vote
2 answers
Unable to add data connection
I have SQL Server 2014 installed. When I'm attempting to create a data connection within Visual Studio Express 2013 for Windows Desktop it's giving me the below error.
Unable to add data connection. Could not load file or assembly.…

luke_t
- 2,935
- 4
- 22
- 38
0
votes
1 answer
TFS error: 'Could not load file or assembly 'Microsoft.TeamFoundation.VersionControl.ControlAdapter, Version=12.0.0.0'
I am using Ranorex 7.2 on Windows 10.
We are using VS 2013 Express Desktop update 4 with the 2013 version of the MSSCCI plugin. When I try and link Ranorex to TFS (which can be done from inside Ranorex), I get the following error popup in…

JimLin
- 33
- 1
- 8
0
votes
1 answer
Type not defined, Visual Studio Express 2013
In Visual Studio Express 2013, I'm making a custom control called "AddressVerifier", which has a custom button called "CustomButton". Every time I modify the form, even just moving a label, it modifies the AddressVerifier.Designer.vb file, which…

PaulOTron2000
- 1,115
- 1
- 13
- 20
0
votes
1 answer
How to create an installer for a Visual Studio Express 2013 Desktop project
I am using Visual Studio 2013 Express for Desktop and SQL server, and I want to know
how to make an installer for a WinForm application that I developed.
where I have to put the files that the software needs to do its job. These files are images,…

Jonathan.S
- 1
- 2
0
votes
0 answers
Does Visual Studio Express 2013 allow Entity Framework integration or not?
This article here says that the Express edition of Visual studio doesn't allow installation of third-part package Entity Framework, while this article mentions that i can use Visual Studio Express for Web 2013 to follow a tutorial that uses the…

user3340627
- 3,023
- 6
- 35
- 80
0
votes
0 answers
Visual Web Developer 2013 routing
I have setup a test website on visual Studio express 2013. I chose Framework 4.0 and webform based website with default structure.
-Default.asp
-About.aspx
-Contact.aspx
Above pages are automatically routed to as
/ or /Default to…

Learning
- 19,469
- 39
- 180
- 373
-1
votes
1 answer
No dialogbox in mainwindow.xaml
I'm actually learning about creating a new WPF Application via Microsoft Visual Studio Express 2013 for windows desktop. After selecting WPF Application and give it a name for the new project, I received two tabs - MainWindow.xaml and…

magicrock
- 61
- 2
- 7
-2
votes
1 answer
enable c# 7.0 function in visual studio express 2013
I read about local function definition in c# 7 version and I want to use in
visual studio express 2013. how can I enable this.Please help me.
thank in advance.

user9116565
- 135
- 1
- 3
- 8