Hi,
We are currently taking VS2010 for a testdrive and so far we are a little stumped with how it just won't cooperate with our existing Team Foundation Server 2008.
We still have all our projects on .NET 3.5 and whenever we are now building a solution that contains a unit test project (which automatically builds in .NET 4.0) the TFS wo...
I have a certain project that has a resource directory with a .resx for each language supported in the product.
Right now I am adding these strings by hand using the visual studio 2010 IDE, but because there are a large number of strings, this manual management of these resources can get tricky, and something can easily get omitted in ...
Hi,
i have problem with Visual Studio 2010 on Windows 7 x64. When i started asp.net site debugging, it stoped working. Only solution is restarting IIS.
Have anyone experiences with this?
Thanks
...
Is there a way to hide/show all open tool windows in Visual Studio 2010? I'm aware that I can use Shift+Alt+F10 to go into full screen mode, but that doesn't help me much.
I'm interested primarily because I'm data copying from PDF tables to an XML document using Windows 7's Win+/ side-by-side windows feature (which is why full screen ...
I am having trouble with security while migrating an application from .NET 3.5 to 4.0.
I have an application that starts successfully from a network share I've mapped to z: - Z:\MyApp\App.exe.
This application makes use of add-ins, and is sometimes asked to load assemblies from a seperate location on the Intranet - y:\MyLib\Lib.dll...
I Installed Microsoft's Asp.net MVC 2 using the Web PI (on Windows XP) but it is never marked as installed!
i have found the "system.Web.Mvc.dll" in "C:\Program Files\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies" so i'm pretty sure it's indeed installed but i cannot create a new Asp.net MVC project in Visual Studio 2008 because the option...
How do you specify, in Visual Studio 2010, the order in which library files should be linked?
I have a project that links against libexpat and against another library. This library (not under my control) seems to also include libexpat. The problem is that 'we' use a different version of the library (XML_UNICODE vs not). In Visual Studio...
Refer to this post for discussions on previous versions.
Asking the question again since Visual Studio 2010 has been officially released. Does anyone have any visibility this early on as to which is better? What about any other products that may be out there? This one will probably be on my dime, so I'd like the wisdom of those with exp...
I have the problem that C++ compiler does a recompile without any changes done.
Does anyone of you know how to get a list on criterias why VisualStudio decides to start a compilation.
...
I am trying to add a new project template for an often used pattern. Starting from the class library template I have done the following (it still does not show up in the new project window):
opened the .vstemplate file
changed name and description to 'hard coded' values (my template). The values in there pulled from the csharpui.dll ...
I have installed the VS 2010 SDK but I still don't have the VSIX project type. This system has never had any beta bits on it.
Any ideas?
...
Hi
I am looking to use a database project in visual studio 2010 so that we can version control a database.
I have used a database project before but we had a batch file that we had to add to any scripts we wanted to be run. I didn't set this up and I am not sure if this is the best way to go about it.
We have just started using VS 201...
I am receiving the following error when attempting to run my tests:
You cannot run the selected tests
TF30063: You are not authorized to access http://localhost:9899/tfs/DefaultCollection
Everything else works fine, can create issues, bugs, i can plan tests but when i run it.. i get this everytime
...
Since javascript intellisense actually seems to work in VS2010, I thought I might add some to those scripts I include in almost everything.
The trouble is, on some complex functions, I use option objects instead of passing umpteen different parameters, like so:
function myFunc(options){
var myVar1 = options.myVar1,
myVar2 =...
I am interested in the following features: Code highlighting, Intellisense, Refactorings, Code navigation (Go to Definition etc.).
If this functionality is missing from Visual Studio 2010 maybe Microsoft is planning to add these features in the future or there are community project to develop IronRuby tooling add-in?
...
I had an MVC 1.0 web application that was in VS 2008; I just upgraded the project to VS 2010 which automatically upgraded MVC to 2.0.
I have a bunch of viewpages have codebehind files that were manually added. The project worked fine before the upgrade, but now the onclick even't don't get triggered.
I.e. I have an asp:button with an ...
I recently upgraded to Visual Studio 2010 and found out that when i press Ctrl-Backspace on a empty line it will delete the line, which is what it did in 2008, but then it will also delete the last character on the line above. I have tried to see if there is any settings anywhere but i cant seem to find any. Does anyone know if you can c...
Greetings,
Using Visual Studio 2010, I've created a list definition + list instance based on a SharePoint calendar. In the Schema.xml file, I've defined a custom view for the list that filters the calendar events based on the category field and set it as the default view.
The view deploys to SharePoint 2010 and correctly gets set as th...
started a visual studio 2010 database project. however i am only able to write sql in a text mode, there is no functionality in making the table for example in a visual view as exists when you add a new database to app_data folder and the work on it there.
is this the only way and there is no visual way of doing this in the visual studi...
VS2010 has made it easy to write extensions via MEF exports and imports. However, if you want to do anything useful you have to know what service provider(s) you need to implement your super awesoem extension.
Unfortunately, this information is often spread out all over the place, not well documented or both.
What I'd really love to s...