Hello, I'm C++ dev migrating to visual 2010 c++ from vim/g++. Here blog I've read that VC++ directories are no more and that I should use property pages in vs 2010 but I don't know how... Here is what I need to do. I have w solution (50 projects strong) and all of them use boost, pthreads, xercesc and few other libs. I have env variables...
Does anyone have any idea when Microsoft might be dropping another Silverlight 4 public release? As ScottGu has been quoted many times:
"We will be adding VS 2010 RC support for SL4 with the next public Silverlight 4 drop."
I've read speculation that there might not even be another Silverlight 4 public release until RTW. It's painful...
I see examples about code-only POCO for en entity framework 4, but I cannot find the classes EntityConfiguration and ContextBuilder and I cannot see which reference I need to add to have them.
Is it part of the .Net Framework 4 or do we have to download something else?
...
Possibly a silly question, but I'm having no luck finding an answer.
Using Visual Studio 2010 Beta 2, I have a SharePoint 2010 project with a feature defined, with that feature having an event receiver attached to fire some custom code. I'm now trying to remove the event receiver from the feature. I've deleted the event receiver code fr...
HI.
Is it possible to exclude specific files or folders from "Build Deployment Package" function in VS 2010?
In VS 2008 it was possible with Web Deployment package, unfortunately this project is not available in VS2010.
Thank you.
...
Looks like XSD.exe is not delivered as a part of Visual Studio 2010.
what is the alternative being offered in VS2010?
...
Hi,
I am getting "Business Data Connectivity is configured incorrectly. Administrators, see the server log for more information" error. Any help I really appreciated .
...
Environment:
Win 7x64, VS 2010 RC, Resharper 5 beta, MVC2 RC, git
When I reboot my machine, my website, configured in IIS, seems to be fine. As soon as I load VS, and try and debug from it, the site becomes completely unresponsive. I can't even get it to serve images. I have the website in IIS pointed directly to the folder with my w...
I am using Phil Haack's T4CSS T4 template based on .less
One bad thing about Phil's solution is that visual studio opens the .less files as plain text files rather than as css files. (Thus no intellisense.)
How can I get VS to open a .less file in the CSS Source Editor?
I've tried:
Right Click > Open With, but the CSS Source Editor ...
Info: C#, Visual Studio 2010 RC
How can I add a WCF Web Service Project Item to my Project via code?
I can add a Code Class file no problem with:
string csItemTemplatePath = soln.GetProjectItemTemplate("CodeFile", "CSharp");
try
{
projectItems.AddFromTemplate(csItemTemplatePath, fileName);
}
catch (Exception ex)
{
// This is ...
Sorry if my terminology is wrong. I wrote #if TEST_APP in my code. Now i would like to define TEST_APP. How do i set it using visual studios 2010? This is a windows form application.
Bonus if you can tell me the name of the symbol that is set in a winform project and in a web project
...
Client profile mode is the subset of Full .NET Framework and it eliminates the designer related assemblies which are unnecessary for the end user deployment and etc. Everything looks great and it really helps us to solve the deployment huge data transfer problem.
But what is the need of Client profile project type as the default one? I ...
I'd like to move my project's ActiveX controls to (preferably) WPF or WinForms. My customers aren't expert .NET programmers, but they're able to use WinForms to do basic drag-drop to use my controls. I've experimented with the VS 2010 WPF designer, and it seems like the drag-drop experience is much less intuitive than WinForms.
Is i...
Is there a way to get a reference to Microsoft.VisualStudio.Uml.Profiles.IStereotype interface in a t4 template? I mean IStereotype that stores the definition of the UML stereotype, and not IStereotypeInstance that holds the actual value.
I tried something like this, but the ApplicableStereotypes enumereation is empty.
void WriteClassAt...
I just installed VS 2010 RC and now my MVC 2 project created in VS 2010 Beta 2 won't load stating:
'The project type is not supported by this installation.'
Sweet! What the hell do I do now? Anyone else having this issue?
...
Intellisense popup in VS2010 is driving me crazy.
I can only see 9 items at a time in the intellisense popup.
It really makes browsing classes you're not familiar with a lot harder.
In VS2008 you could resize it.
is there a trick to this - or a connect issue someone has already made?
VS2010 Quickwatch: 23 items
VS2010 Main editor: ...
I have a smallish utility library I made that I had created in TFS Beta 2 to test out TFS. I now have TFS rc1 installed(and Beta 2 uninstalled) and am trying to add my Solution to TFS.
I get an error saying that it is already bound to my old TFS, which was on a different system then this one. Strangely, when I go into Source Control ...
I have a Scripts folder, that includes all the .js files used in the project. Using the Ajax Minifier task, I generate .min.js files for each one.
Depending on whether the application is running in debug or release mode, I include the original .js file, or the minified one.
The Scripts folder looks like this:
Scripts/script1.js
Scripts...
I don't like to use IE for my system default web browser.
but
I do want to set IE as my browser in VS2010 because it works a little nicer for debugging and I like to develop to the lowest common denominator. (jab, lol)... anyhow, can I default to debugging against IE?
I know in VS2008 you just had to "Browse With..." on an .aspx page...
Is there a way to use the SQL Model (dbml) builder in VS2010 using SQLServer2000?
It works fine in VSExpress2008 + VS2008 but throws an "Upgrade SQL to 2005" error in VS2010 which seems a tad unreasonable.
...