Skip to main content

Questions tagged [visual-studio-2012]

Visual Studio 2012 is a version of Microsoft's Visual Studio. Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.

0 votes
1 answer
47 views

InvalidOperationException was unhandled - C#

I'm coding a button to insert data into a table in a SQL Server database. When I debug, I get this error: InvalidOperationException was unhandled. It was highlighting the line sdadap.Fill(dtab); I'...
nandana2 nandana's user avatar
0 votes
0 answers
20 views

Problem with automatic row switching of datagridview

I have a problem with my datagrid when I do automatic row switching. In an invisible column, it shows me an exception: the active cell cannot be set as an invisible cell. Public Class Form1 Dim ...
HichSkill's user avatar
1 vote
0 answers
50 views

There is different in user control Size between design Mode and runtime Mode

I use Visualbasic.net 2012. I changed user control form Auto scale mode = Inherit and normal form Auto scale mode = Font because it is the default value in Windows Form. i have this result. I design ...
Maher's user avatar
  • 11
1 vote
1 answer
51 views

An error occurred while trying to restore packages: 'Dapper' already has a dependency defined for 'System.Data.SqlClient'

I am trying to run an old system on Visual Studio 2012. When I try to restore the packages using package manager console I got this error. An error occurred while trying to restore packages: 'Dapper' ...
HARINDA VITHANA's user avatar
0 votes
0 answers
35 views

Getting Error 0x80131509 whenever I try to create a new empty project (using vs2012 as it's what my uni prefers)

this is the error message the post is about I also got this message When I saw these issues, I ran a repair and after it finished came across Error 0x800b0101 talking about a license missing and my ...
Yamatano Orochi's user avatar
0 votes
0 answers
8 views

Visual Basic Supports

I'm making a system using SAPI(Speech Applications Programming Interface) in Visual Basic the question is how Can I Add Male & Female voices to my Text To Speech Application Public Class Form1 ...
user23514345's user avatar
0 votes
0 answers
29 views

Open Visual Studio 2012 solution in Visual Studio 2013

I have to open a Web Application created in Visual Studio 2012 in Visual Studio 2013. The structure of the solution is with one project. The solution is called OT and the pages are in the folder OTWEB/...
Diego's user avatar
  • 2,316
0 votes
0 answers
76 views

Gif is Slow in Visual Studio C# Winform Application?

I have try to display a gif in my windows forms application using pictureBox, Its works but gif is plays slower than the original gif. I've tried to increase the speed of gif but after increasing also ...
Thamilselven's user avatar
0 votes
0 answers
28 views

The type initializer for 'Sybase.Data.AseClient1.AseConnection' threw an exception. SSIS - Sybase

im trying to create a batch job with Visual Studio Integration services 32 bits that allow connect a Sybase Database, i have been intalled the skd 16.0.030.040 from SAP, everyting is ok because i ...
David Esteban Gamez Patino's user avatar
0 votes
0 answers
114 views

Is there a way to fix broken syntax highlighting in Visual Studio 2012?

I am currently working on a project that is based in Visual Studio 2012 and as soon as I start editing any source file, even if the syntax is correct and compiles, I still get broken highlighting. ...
gxso's user avatar
  • 11
0 votes
0 answers
49 views

Visual Studio Ultimate

My computer has Windows 7, 32-bit installed I have a problem: When you start Visual Studio Ultimate 2010 or 2012 and then click on the toolbox, the tools appear colored and grayed out as if they are ...
Hamza Xl's user avatar
1 vote
2 answers
85 views

Can __uuidof be used as a C-string const?

If I have a UUID defined somewhere in the source code: class DECLSPEC_UUID("31A0884B-2B2F-4243-B4A0-2AEFE11FDD68") MyGuidClass; Is there a way to use it for a static const C-string ...
c00000fd's user avatar
  • 21.8k
0 votes
1 answer
1k views

How to connect MS Access database to Visual Basic

I already put the access file in Desktop \data software\Data Software \bin\Debug, I want to connect to the database. I try: Tools-->connect to database-->Microsoft Access Database File -->...
nabil4dev's user avatar
0 votes
1 answer
708 views

Cannot drag and drop items from toolbox in Visual studio

The problem that I cannot drag and drop items from toolbox in Visual Studio in C# project . When I am trying to drag from the toolbox, this error shows up: And when I am trying to move any component ...
Samer Kasseb's user avatar
0 votes
0 answers
25 views

Invalid operation. Could not find default endpoint element

I have been given the following end point: https://itd.dx-track.com/DespatchManager.API.Service.DM6Lite_Test/DM6LiteService.svc I have added in Visual studio as a Service reference. And my code to ...
Shezad Ahmed's user avatar

15 30 50 per page
1
2 3 4 5
1528