Questions tagged [visual-studio-2010]
40 questions
1
vote
2 answers
MySQL ADO.NET Connector & MSSQL Integration Services
Here I am, day three... attempting to sync a data view on a Windows Vista box (64 bit) running MSSQL 2012 and Visual Studio 2010. Sanity is slipping and hunger for progress fills my attention.
I went through hell trying to get the MySQL ODBC…

user1114330
- 173
- 1
- 3
- 11
1
vote
1 answer
SSIS DSN Not Showing as ODBC Data Source
I have been following the directions here:
http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/05ccd778-b78c-4a83-a10a-c4ae412cc6e4
And ran into a problem where my System DSN is not showing up as a ODBC provider.
I found…

user1114330
- 173
- 1
- 3
- 11
1
vote
2 answers
Increasing performance of a vmware windows server 2003 vm for developers
I have the following machine setup as a 32bit virtual machine:
Base Machine:
HP Storage work san solution
HP ProLiant SL230s Gen8 Server 256 gb ram, 8 xeon processors.
Virtual System:
System:
Microsoft Windows Server 2003 R2
Standard…

Anicho
- 285
- 2
- 5
- 11
1
vote
1 answer
Is it possible to deploy a dll straight to AWS?
I am interested in running a server application on windows that has hot swappable libraries. The server software is able to recognize when a new version of the dll has been deployed. Right now I am running my server locally, but I am curious if it…

afuzzyllama
- 146
- 4
1
vote
3 answers
TFS Check-In Exception - TF30042 Database is Full
I'm trying to check a rather large file into Team Foundation Server (TFS) and getting the following exception.
TF30042: Database is Full. Contact your Team Foundation Server administrator.
Problem is, I am the administrator. I've checked the…

Brian Deragon
- 227
- 1
- 4
- 13
1
vote
0 answers
IIS7: Removing Virtual Directory Leaves Child Applications?
I'm not sure if this is expected behavior from IIS or not.
I have a setup where I have a Virtual Directory with an Application underneath it. This gets created automatically by opening a solution in Visual Studio which references the web…

Phil Sandler
- 151
- 7
1
vote
1 answer
Security Issue when accessing CSS and images folder
I created a brand new project using the default "Web Application" template and I deployed it to a local IIS 7 folder which was set up as an application.
When I access my deployed web site, this is what I see
It looks as though no CSS is being…

Ivan
- 95
- 8
1
vote
1 answer
Migrating Database from local .mdf file to SQL Server 2008
I'm not sure if I should be asking this here or over at stackoverflow I apologize if it is the latter.
I have been developing an application in Visual Studio 2010 and using it's built in database functionality with a local .mdf file. I have…

rybl
- 245
- 2
- 8
1
vote
1 answer
Can I install Visual Studio 2010 Professional (x86) on an x64 machine?
I have an msdn subscription, but (for the life of me) I cannot find the download for Visual Studio 2010 Professional x64.
Is the x64 version included in the X86 DVD?
Any help appreciated!

JohnIdol
- 445
- 4
- 10
- 18
1
vote
2 answers
How many cores should I configure in a VMware 2.x VM for Win7 32-bit guest?
I have a 64-bit, non VT host with 4 cores and 6 GB of RAM.
How many cores should I allocate to the VM?

qxotk
- 1,434
- 2
- 15
- 26
0
votes
1 answer
C#/asp.net application runs fine on localhost (intranet), but not on server (Internet)
I'm a total n00b when it comes to SQL Server admin stuff, so sorry if this is basic. I've designed a website in C#/asp.net with a SQL Server backend on my local machine. Runs perfectly when I open the site through VS2010 and run it. However, when I…

Johnny Bones
- 117
- 1
- 7
0
votes
2 answers
Cannot Get Ported Over Website to New Win2008 Server to Launch
We have an old Windows 2003 server that we are shutting down soon.
I am a C# Software Developer, so I use IIS a little. Everyone else here is Apache, so this job is falling on me.
I've got IIS7 installed, and I used Visual Studio 2010 to copy the…

jp2code
- 175
- 2
- 13
0
votes
1 answer
Visual Studio 2010 Web Deploy - slow and full of errors
When I say slow, I'm talking something like 10-30kb per second. And on some files larger than 1MB, I'll occasionally get errors like this:
3/18/2014 12:21:08 PM:C:\Program…

Alec Sanger
- 149
- 1
- 9
0
votes
1 answer
Can't Remote in or log in to tfs SERVER
Tried rebooting- It boots but never comes to the login screen stops at blank blue screen [note:not BSOD]
People can still use all the tfs services via[public ip] just fine but I can't ping it with local ip or remote in or directly log in
I really…

zman
- 633
- 6
- 14
0
votes
2 answers
Proper installation order for my development enviroment
I am really struggling once I need to set up my development enviroment again (it's not just one computer, it's three, unfortunately). I need hours and hours to make it work. Sometimes it's this fault, sometimes another one. Actually it's a long way…
user120452