What actually happens when you target the .NET 3.5 framework in Visual Studio? What does that actually do? Does it somehow "flag" any of the output files and associate them with the framework version?
How do I move a project to a different folder in Visual Studio? I am used to this structure in my projects.
-- app
---- Project.Something
---- Project.SomethingElse
I want to rename the whole namespace SomethingElse to SomethingNew, what's the best way to do that (without manually going into .sln file)?
Hi,
Does anybody knows when will Microsoft release (in their plans or in roadmaps) a 'service pack' for VisualStudio 2010.
I know it's too early to ask, but my client requires a stable release of VS 2010 + .Net 4.0 before going into development of his project.
Thanks.
What is the best way to backup a SQL Server 2005 database nightly?
I'm looking for a solution/strategy that would make the database backup file, and place it in an "outgoing" directory. We're wanting our FTP software to move it out to an offsite server.
Any suggestions on how to make this work as desired?
Hi Everyone,
I'm doing with VisualStudio 2010 Installer Project. I want users to enter an text input the installer will check if it is valid. If the text is NOT valid (somethings like emails), installer lets the users know and suggests re-enter the text.
I could not find how to check the validation, anyone knows how to do, please help me.
Hello.
I have a simple Silverlight program that displays a bunch of images. I modified it do display more images, but it when I hit "run without debugging" is keeps running the old build with fewer images. When I copy the code into a new project and run it, it works fine for the first time, but then each subsequent change is not displayed. What could be the problem? I'm using Visual Web Developer 2008 Express.
Hello,
I am trying to configure a Report Server on SQL Server 2005 and need to change the ASP.NET Web Service Account.
Can anyone point me in the right direction of how to do this.
Thanks
Andy
Hi
I'm configuring SQL server 2005 reporting server to send emails outside the domain. I have followed the steps outlined at MS but have a question:
How can I supply a domain user to connect to the Exchange server in the same domain? I've tried
<SMTPAccountName>DOMAIN\User</SMTPAccountName>
in the rsreportserver.config.
In visual basic code works as below
MyWorksheet.Range("A1:D1").Formula = "A1B2"
In excel it shows in
A1 as A1B2
B1 as A1B2
C1 as A1B2
D1 as A1B2
what i want do
A1 as A1B2
B1 as A1B3
C1 as A2B4
D1 as A2B5
Thanks in Advance
I have an MDF and LDF file of SQL Server 2005. i attached it with SQL Server 2008 and did some change in data. now when i attached it back to sql server 2005 Express Edition it gives version error.
The database 'E:\DB\JOBPERS.MDF' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.
Could not open new database 'E:\DB\JOBPERS.MDF'. CREATE DATABASE is aborted.
An attempt to attach an auto-named database for file E:\DB\Jobpers.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
Hi all
The title says it, I searched the net but not even in the microsoft technet they mention what features I must activate for SQL Server 2005. Can someone help me out?
I have a SQL Server 2005 Database on a dedicated partition, during the time the database grown and now it have occupied all the space on the partition, now the problem is that the only operation I can do on the database is detach, but i want to remove old data from some tables to save space ...
How can I remove old data from the database if SQL Server interface doesn't allow to run queries on it ?
I have an annoying problem with VisualStudio 2008.
When I run the "format code" command ("control+k, control+d") -- it will insert a carriage return. How do I get it to stop doing this???
For example:
<label for="shipCompanyName">Company Name:<label />
undesirably becomes
<label for="shipCompanyName">
Company Name:<label />
Hi,
I was asked to drop some tables on a Company SQL 2005 Server and provide proof of deletion because of these tables contains sensitive data. Is it possible?
Thank you all for help
I am writing a Silverlight 3 application, this app uses a service reference to connect to a SharePoint site by using Sharepoint Lists.asmx web service
Now i want to install my app on different servers, and i want my app to use the weBservice of the server on which it is installed (without me specifying it).
In Vs2005, we used to specify "dynamic" for the webservice.
How can i do this in VisualStudio 2010 (service reference)? there is no "dynamic" property for a service reference.
Thanks,
For some reason, the layout and sizes of various panels in my copy of VisualStudio 2008 has gone all wonky -- for example, the Error and Output windows appear in the same tab group as my code, and their position doesn't persist if I attempt to manually move them where I want them to go. Is there some sort of way to reset all panels to their default state?
My company is suffering some deployment issues, where we'd be greatly benefited if distributed source files were tagged with their current source control version, or the date/time they were checked in.
Is there a way in VisualStudio to do this automatically?
I've been very upset these past years with all the UML tools (especially the clunky mammoth Rational Rose from IBM which I really hated each time a client asked to use it). I think UML did suffer from bad integration. I rarely used UML myself because of lack of productivity.
So I had a positive surprise with VisualStudio 2010 especially the sequence diagram reversing tool which really helps understand code.
For people who had tried VS 2010 Ultimate do you think the same ?
Hi
I am getting this error : "Unhandled exception at 0x00411690 in tim.exe: 0xC0000005: Access violation reading location 0x00000008" when I execute a program this is compiled and linked successfully and the problem is that localtime() function is not correctly recognized by Visual C++ 2008. (With VC++6, this program works fine).
Is there any idea and thanks for replies:
I'm running VisualStudio 2008 on Windows 7. When I try to attach to a process, VS tells me to restart under different credentials (with elevated permissions).
So I have to restart VS and run it as Administrator. Is there a way to set it up so VS always starts with Admin privileges?
I've seen this type of problem before but only on ASP.net applications. I'm using a plain ol' WinForms application with VisualStudio 2008. I'm on Windows 7 Ultimate x64. The error I get when trying to debug my solution is:
Error while trying to run project:
Unable to start debugging
Any ideas on how to fix this?
I know this isn't (exactly) code related. But I just wanted to find out if someone knows where I can download the full version of Visual C# 2010 Express ? When you go to MS website you can download an exe. That then downloads the rest of the files.
I have an offline pc, so I want to download it from a PC that is online, put it on a flash disc, and install it on the offline PC.
Anyone that can point me in the right direction?
I have a script that creates a user associated with a login for SQL Server 2005. It does this immediately after creating the database and the login. One user of the script reported the following error:
The login already has an account under a different user name
Any idea how this might happen, and how I could modify the script to handle it?