Visual Studio 2012 is the version in Microsoft's Visual Studio product line which follows Visual Studio 2010
1
vote
1answer
5 views
Visual Studio 2012 Web Publish skipping some (but not all) files
I have a project in VS2012. I have a windows server running IIS 8 that I am trying to publish to. I have my web deploy profile all set up, and the connection is valid.
When I click "Start Preview" in ...
0
votes
0answers
3 views
InstallShield LE does not install redistributable
Visual C++ is listed as a redistributable, but it is not listed as a "prerequisite". I checked the box next to it under the redistributable list. However it does not get installed automatically like I ...
0
votes
1answer
9 views
Modify .csproj in pre-build event
tl;dr: How to modify the .csproj file during publishing with ClickOnce while executing pre-build events?
Long:
I'm using TFS hosted by Microsoft for version control of my solution.
When publishing ...
0
votes
0answers
5 views
Cannot load SharePoint powershell cmdlets in visual studio pre-deployment script
While working on a SharePoint 2010 solution in Visual Studio 2012, I want to run a PowerShell script to remove a lookup field from one of my lists, allowing Visual Studio to automatically resolve ...
0
votes
0answers
5 views
Property Of A Property In Visual Studio Properties Window
Good afternoon.
I am struggling to search for what I believe is a seemingly easy request as I cant quite condense what it is I am looking for.
Here goes.
Basically I have added a property to a form ...
2
votes
1answer
96 views
Can't see all settings in Package/Publish Web project properties in Visual Studio 2012 Update 2
For some reason I can't see all of the settings in the Package/Publish Web project properties in VS 2012 Update 2. AFAIK this just started happening. Has anyone run across this?
This is what I ...
0
votes
2answers
19 views
Multilingual application: CultureInfo manual change error in c#
I'd like an option, to change the language in c#, Visual Studio. I have the Form1.resx which holds the Default language items. I also have Form1.en.resx, and Form1.en-US.resx, which holds the english ...
0
votes
1answer
9 views
Tool “Code Map” of VS2012 in VS2010
I'd like to use Code Map, which can be used in Visual Studio 2012, also in Visual Studio 2010.
If you don't know what Code Map is, this is how it looks like:
here's a tutorial from Microsoft: ...
0
votes
2answers
24 views
All Dropdown Items have ZERO index MVC3
I have populated a dropdown list with values from Database Table. The list gets populated with correct table data but all values have ZERO index in the list. Here is the code to fill dropdown list:
...
0
votes
3answers
38 views
How do i bind data source to a ComboBox?
So i currently have two combo boxes. One Being Manufacture the other being model. My sql query looks like this "Select Distinct Model From sheet1 where (Manufacture =@Manufacture)" this works when i ...
0
votes
0answers
17 views
Visual Studio 2012 Unable to read project file
I am trying to create a Visual C++ Windows Phone Runtime Project in Visual Studio 2012. When I do, I get this error:
"Unable to read the project file "RT1.vcxproj(150,3): The imported project ...
0
votes
0answers
4 views
Visual Studio 2012 Test Explorer Status Indicator
In Visual Studio 2010 the test view indicates the current running tests with and pending tests with .
Are there any equivalent indicators in Test Explorer in Visual Studio 2012 (Update 3)?
0
votes
1answer
18 views
On link click from menu BindDataList
I have this code:
$(document).ready(function () {
$('#Priroda').hide();
$('#priroda_').click(function () {
$('#Znamenitosti').hide();
$('#Priroda').show();
...
2
votes
1answer
16 views
Possible issues with multiple solution files for the same set of projects
Is there a list of all (or nearly all) possible issues that could stem from maintaining multiple solution files for the same set of projects? The only reason for doing so is different versions of ...
0
votes
1answer
9 views
Visual Studio remote debugger “invalid access to memory location” feature
This is another attempt to resolve the problem stated here. Unfortunately the topic was closed without adequate resolution found, as apparently the original poster had issues with symbols, not with ...