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?
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.
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.
I am trying to add functionality to a form in VisualStudio 2005 that extends the form to the left. However, I am unable to figure out how to change the top and left alignment of he form in the form designer. There has to be a way to change the alignment of a form in the designer, right?
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 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,
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 />
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?
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 ?
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?
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 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'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 m working on Microsoft Visual Stdio 2005. I am working on ASP.NET. I added project to VSS. I found this project correctly, but other user can't access this. show this error message. and this web project cannot working in vss
Is there any equivalent of the VS7/8/9/10 Edit - Advanced - Format Document (Ctrl+K,Ctrl+D) function in the Visual Basic 6 IDE?
I've inherited an old codebase and it is messy in places so I'd like to tidy it up.
Is there any way in VisualStudio 2003 that I can delete a line without it being copied into the clipboard?
There are instances when I want to copy the first line of a block of text and then delete the following n lines but this then puts the last line I deleted into the clipboard, which is very annoying. I have come from a brief keymap background and I could easily do this with Alt-D.
And while I'm on the subject, why on earth have MS stopped supporting the brief keymap?
I have just installed VisualStudio.NET. In the Design area I have added some graphical components (button, textbox) but I can't move these within the specified area, as their position remains unchanged. I would like to move these graphical components with the mouse cursor, I know it's possible, does anyone know how?
My code dumps a hell amount of data on the command prompt. How do I activate the 'MORE' option for the output so that I see the output page by page? (MS Visual Studio)
For eg. Matlab has the command 'more on' to do the same!
Thanks.
Is there a way to publish a web project in MS VisualStudio 2010 using CLI? I use DevEnv.exe /Build to build a project and it works fine, but I could not find option to Publish a project.
I am "translating" a NUnit test to Visual Studios unit testing and I am wondering if the attribute [ClassInitialize()] in VS is equivalent to [SetUp()] in NUnit?