Questions tagged [visual-studio-2010]

40 questions
14
votes
6 answers

How to configure IIS for SVG and web testing with Visual Studio?

Let's say I have a simple web page with svg image in it: not working If I make this page as static html page and view it directly svg is displayed. If I type the address of this svg -- it is displayed. But when I make…
greenoldman
  • 313
  • 2
  • 5
  • 14
5
votes
1 answer

Installing Visual Studio 2012 via RDC

I am currently installing Visual Studio 2012 on a remote system that is connected to my LAN but I am having some trouble doing a visual install. When I run vs_premium.exe to start the installation the actual install window appears but it is…
dparsons
  • 187
  • 4
  • 12
4
votes
1 answer

Certificate errors on ADFS 2.0 + ASP.NET development environment with two or more domains

I'm trying to set up a claims-aware web app development environment. I am new to ADFS 2.0 and ultimately, I want to be able to authenticate against two different domains. I think I am very close but I'm getting a certificate error from one of the…
3
votes
1 answer

Upgrading MySQL Connector/Net

I am trying to publish a website with our hosting provider. I am getting error due to the fact that they only allow a medium trust and the MySQL Connector/Net that I am using requires reflection to work. Unfortunately, reflection is not allowed in…
Linger
  • 251
  • 3
  • 9
  • 24
3
votes
1 answer

VS2010 web deployment and update the web site's physical path

We are trying to simplify the publishing process by utilizing Web Deploy through VS2010. We want to be able to quickly rollback any broken releases, so we create folders for each release: C:\www\1.0.0 C:\www\1.1.0 As of now, I publish the site…
Mathachew
  • 141
  • 1
  • 6
2
votes
1 answer

ASP.NET 2.0 has not been registered on the web server IIS10 Windows 10

I created a web app in Visual Studio 2010 and receive the following warning message when attempting to open the solution: "ASP.NET 2.0 has not been registered on the Web Server. You need to manually configure you Web server for ASP.NET 2.0 in order…
A. Strackbein
  • 23
  • 1
  • 4
2
votes
1 answer

What are the required permissions for TFS to write to network drives

TFS requires a UNC drive to write to. It requests this when we create/edit/queue a build. \\server\share\ Many links on the internet suggest to direct this UNC location to the local server. \\tfsserver\share\ Our setup requires that the builds…
101010
  • 355
  • 7
  • 19
2
votes
1 answer

Can you host your own Team Foundation Server?

Is there a way to locally host your own Team Foundation Server so that all the machines on a network can work together on the same project? If so, is there a way to host it so that you can access the TFS outside the network? I was wondering about…
Erik
2
votes
1 answer

win 2008 r2 - iis 7.5 - doesn't have “Import Application…”

i have the local developement machine (win 7) with iis 7.5.7600 and i can deploy a website from .zip file that was generated with visual studio 2010 using "Import Application..." link in an iis website However the win 2008 r2 server that has same…
2
votes
0 answers

IIS/VS2010 Web Deployment gives 404

I use 1 click publish to a few servers to deploy website from VS2010. All servers are running IIS7 under Windows 2008R2. 1 server is a bit special because it listens to port 80 but the firewall will map this to port 80 internally on that server. Now…
Roger Far
  • 341
  • 5
  • 17
2
votes
0 answers

Visual Studio giving Microsoft SQL Server Compact 4.0 error when trying to perform any database operation

"An unexpected error occurred in the .NET Framework Data Provider for Microsoft SQL Server Compact 4.0. Please contact the provider vendor to resolve this problem." is the actual error message. I am not sure when this error started but I have…
RBZ
  • 165
  • 1
  • 7
2
votes
2 answers

How do i play nicely with MS SQL/SQL Server 2008

Big problem. I have nearly given up. I am trying to port my prototype to use MS SQL so it will work on a server once i get it (the server will be SQL Server 2008, shared, i dont know any more info). So i tried to connect to SQL Server via visual…
user274
2
votes
2 answers

TFS 2010 Release Candidate Can't Create SharePoint Site Error

I have installed a deployment of Team Foundation Server 2010 Release Candidate and I am connecting through Visual Studio 2010 Ultimate Release Candidate. When I try to create a new Team Project I get an error "TF250044 SharePoint Site can not be…
Lukasz
  • 361
  • 2
  • 10
1
vote
2 answers

Group Policy is blocking exe files

I teach programming in Visual Studio. We want to run it on a terminal server. The problem is that whenever we compile our programs, the Windows refuses to start the created exe file. (I didn't even know the ability to block all exe files exists. And…
1
vote
1 answer

TFS 2012 - error TF218017 SharePoint site cannot be created

I have an out of the box install (SharePoint and TFS on same box, external SQL server) and when I attempt to create a project I get an error as per the screenshot. I have checked under Central Admin -> Site Settings -> People and Groups - Farm…
morleyc
  • 1,120
  • 13
  • 45
  • 86
1
2 3