Questions tagged [visual-studio-2008]

18 questions
6
votes
4 answers

Bulk fax handling

I have been tasked with finding/creating a bulk fax solution to fax individual reports to hundred of our clients (each report will be unique). We would prefer to stay away from a per page service as the cost would add up rather quickly. The key…
Sean
  • 163
  • 1
  • 3
3
votes
7 answers

Unable to connect SQL Server instance from Visual Studio 2008 SP1 on Vista x64

I installed on a Vista x64 machine Visual Studio 2008 SP1 (with integrated SQL from the installation package) and when I try to add an MDF file to a project or to the App_Data when working with web, I get the following message: Connections to SQL…
3
votes
3 answers

"Unsolvable" bug in Visual Studio - how do I connect to SQL Server 2008 Express?

I've been struggling for some time now to be able to use the built-in functions in Visual Studio 2008 to handle *.mdf database files with SQL Server 2008 Express. I'm running on an x64-based system, and I've read that there is a known problem with…
Tomas Aschan
  • 156
  • 1
  • 1
  • 10
3
votes
6 answers

What is easiest no fail way to publish asp.net app?

What is easiest no fail way to publish asp.net app? Sorry a bit of an open ended question but I am having issues deploying an asp.net report project and any solution to get the site up is fine. I am running Win7/SQL 2008 and want to publish a…
Maestro1024
  • 271
  • 1
  • 3
  • 9
2
votes
1 answer

BizTalk 2009 Visual Studio 2008 Deployment error

I'm currently trying out BizTalk 2009 for the first time. I'm by no means a BizTalk user/expert. The installation was quite a lengthy process but sticking to the Microsoft checklist, everything installed correctly without an issue on the first try.…
osij2is
  • 3,875
  • 2
  • 23
  • 31
2
votes
3 answers

Sql Server 2008 Install

I already have Visual Studio 2008 installed. When installing developer Sql Server 2008, do I need to check the Business Intelligence Development Studio option? I'm guessing not. I assume if I already have VS 2008, the install will just add the…
Steve
  • 131
  • 1
  • 5
2
votes
1 answer

How to compile PHP 5.3 and PHP 5.4 release x64 with Visual Studio 2008 SP1?

I have successfully compiled Apache x64 then I use PHP 5.3.29 and 5.4.45 release x86 on it and get error that DLL files are not a valid Win32 application. I installed Visual Studio 2008 SP1, Visual C++ 2008 (x64 and x86). List of files that I…
1
vote
0 answers

How to backup IIS 7 website

I need to make a small code change to a Visual Studio 2008 web application hosted on IIS 7 with Server 2008 Standard. I don't know what was done with the web application in the past (afraid that code changes in visual studio don't match what's on…
1
vote
2 answers

Can't create add a SQL Server user: The login already has an account under a different user name

Environment: SQL Server 2005 Express Windows 7 When I installed SQL Server, I followed the instructions at http://msdn.microsoft.com/en-us/library/aa905868.aspx to set my computer's admin account as the SQL Server admin. However, when I try to…
Zian Choy
  • 281
  • 5
  • 18
0
votes
3 answers

What's the difference between running localhost and 127.0.0.1?

My windows 7 is messed up somehow and no one seems to know what is wrong. My localhost runs so slow it is not even funny. To run my website on local host takes like 20 seconds to load up. I change it to 127.0.0.1 and it loads up in 1 second. So I am…
chobo2
  • 441
  • 1
  • 9
  • 18
0
votes
1 answer

SQL Server 2008 install error: VS2008 SP1?

I'm installing the developer edition of SQL Server 2008 and it's giving me the error: "A previous release of Microsoft Visual Studio 2008 is installed on this computer. Upgrade Microsoft VS2008 to the SP1 before installing SQL Server 2008." Except…
0
votes
1 answer

IIS 7 deploy rewrite rules on a website

I have to apply some redirect rules on IIS7/VS2008 and have question on how to deploy it. We have a website and not web application and hence most of other SO questions were not useful to me. in order to apply rule like below in website:
0
votes
2 answers

Trouble installing SQL Server 2008

Greetings, As a developer I want to have SQL Server 2008 installed on my laptop. However when trying to install the management tools (basic and complete) it keeps whining about Another version Microsoft Visual Studio 2008 has been detected on this…
Levisaxos
  • 101
  • 1
0
votes
2 answers

Can't connect to SQL Server 2005 x64 SP 4 on Windows 7 x64

I have an issue with connecting to SQL Server 2005 x64 SP 4 on Windows 7 x64 with Visual Studio 2008 DataBase edition. I always receives message about error 26 and named pipes provider. It is irrational because I have disabled firewall, enabled…
truthseeker
  • 157
  • 2
  • 7
0
votes
2 answers

SQL Server database recovery issue

In SQL Server 2005 when I try to attach my database (MDF) it shows 'not a primary database', but this database has one MDF and one LDF only. How can I fix it?
user433177
1
2