I downloaded the Windows Azure Training Kit. I'm using Visual Studio 2010, although I also have VS 2008 on my machine.
I ran the downloaded installer, and was directed to an HTML page. I'm doing the "Intro to Windows Azure for VS 2010 Developers" lab. Following instructions, I launched the VS 2010 command prompt, and ran SetupLab.cmd.
...
I have a very simple code snitppet that looks like this:
<asp:Label Text="$Name$" runat="server" AssociatedControlID="$txtName$" />
<asp:TextBox runat="server" ID="$txtName$" />
<br />
What I was hoping was that the $txtName$ would be changed in both places, but it doesn't, only the first instance is changed and I can't even tab over ...
I recently installed VS2010 and am in the process of recompiling some libraries. It went ok until it was time for libobb and libvorbis. The conversion of the projectfiles failed for some reason.
Has somebody had some experience with this?
...
Are there any property of a form or a component by which components of windows applications created using Visual Studio will be arranged automatically when I changed the windows size or maximized - restored the window? If not, How can I do it manually?
...
We've got several devs working on a project and they keep checking their web.configs in with their own connection strings which is a pain.
Is there a way to kick off the TransformWebConfig task on a local machine when we do F5 debug? I've made a new configuration for my local machine but I can't figure out how to hack in the TransformWe...
I am trying to build a project created in VS 6 with VS 2010. When I open .dsw file, VS converts the project asking me this message:
"... ProjectName.dsp must be converted to the current Visual C++ project format. After it
has been converted, you will not be able to edit this project in previous versions of
Visual Studio.
Convert and op...
Hi guys,
I am using the Windows installer that comes with VS2010. This app uses .Net4 and will mainly run on xp machines. It also uses some third party assemblies that require .Net2.
If the pc is using XP SP2 I also need to install Windows Imagining Components.
Selecting .Net2 in the prerequsites will not install WIC and will try to i...
Where (in which file or which registry key) does Visual Studio 2010 remember the list of recently-opened projects and solutions?
...
Hi, I have a solution with 2 projects cira_lib and md5_test. One project (cira_lib) is a central library that compiles to a DLL. The other project (md5_test) is an exe with a dependency on cira_lib. When I build md5_test it builds cira_lib first, so I know the project dependencies are being followed. However when VC++ comes to linkin...
Hey all,
I had no problem with this in Visual Studio 2008 but it seems that VS 2010 is having an issue, and I'm betting it's probably me.
I have a solution with an ASP.NET Web Site Project and a few C# projects (BLL, DAL, Tests in NUnit). I have configured the build process for the test project to automatically run NUnit to run the tes...
I'm starting a new, large server based project using .Net 4 and Visual Studio 2010. I've done this many times before (with various versions), but I've never found a good way to maintain my database. There's been a lot of new technologies in the past few years to make this easier. However, there is one thing I haven't found: A technology/...
I am examining the Visual Studio 2010 Architectural Tools.
I created a Layer Diagram and created 3 Layers (UI - BIZ - DAL), i attached some classes to layers and generated dependencies. After i validated architecture i saw errors. Then, i right-click an error and select Suppress Error, so the error disappeared.
Now, i can't bring back t...
I am new to Visual Studio and I would like to quick start some simplest window forms application using DB (prefferably MySQL, anything else may be if it is simple) in Visual Studio 2010 C++ project:
to establish a local connection (do I need to install and run SQL server separately?)
to fill a datagrid with data
to execute SQL queries ...
It seems to me that when there is just a single class in an assembly that has a generic constraint, unit tests in the VS 2010 unit test framework do not work for the complete assembly.
Compilation of the unit test assembly leads to an error. This was a known bug in 2008, but it seems to occur - at least for me - still in 2010 RTM bits. ...
I'm using VS2010 and WinForms, and needs lots of forms for creating/updating data entities. How can I go about creating a base form from which to inherit (Cancel and OK buttons, entity parameters, etc)?
...
I'm basically wondering what the best way to deploy an Asp.Net Web Site is, mostly from the point of view of security. Right now, I'm trying to publish the website using Visual Studio 2010. Could someone direct me to a good tutorial on how to do this securely? For example, can it be done over an encrypted connection via Visual Studio?...
How do I cause all my tests to do a rollback on the SQL Server 2008 database from my Visual Studio 2010 test harness? I'm using TestDriven.NET to run the tests.
...
Hi,
When trying to debug an MVC2 app in VS2010 using IE 8,
I sometimes get the following error (port number changes).
Unable to Start program 'http://localhost:55853/'
Element not found
It is really difficult to find the problem as it seems to be totally random.
Has anyone else come across this problem?
...
I have a few dozen VS Solution, each with a a VS Test project in it that I use at work and at home. One day, the tests (in one solution) stopped running, giving me the following error when I run the tests:
The test adapter
('Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestAdapter,
Microsoft.VisualStudio.QualityTools.Tips....
A colleague of mine uses a abomination text editor that routinely leaves comment blocks all over the code. Needless to say, this is driving me rather mad. The comment blocks look like this:
/* EasyCODE ) */
/* EasyCODE ( 0
WndProc */
/* EasyCODE F */
i.e. they all start with EasyCODE and most of them span several lines. Thankfully, V...