Visual Studio is an integrated development environment (IDE) from Microsoft.
0
votes
0answers
10 views
VisualHG marks files with an [R] but TortoiseHg still removes/adds the files when committing
I'm using Visual Studio 2010 with VisualHG and TortoiseHg. I've noticed that if I move or rename a file using the Solution Explorer, a little [R] appears next to the file, which I assume indicates ...
0
votes
0answers
4 views
Number of code blocks different between VS and TFS in Code Coverage
I'm setting up a TFS 2012 build server with VS2012 installed, both are on update 2 and all patches installed.
I created a build definition with Code Coverage Enabled, created a custom .runsettings ...
0
votes
0answers
16 views
Linker errors when I transfer my files
So I have found an odd error with my project. Whenever I transfer my files from one location to another, it always generates linker errors when I run it from the new location. The "fix" I've found is ...
1
vote
1answer
20 views
VS 2010 Directory Structure
By default, Visual Studio 2010 sets up the directory structure such that the .vcxproj files are in a directory below the .sln file.
So, I have:
Project.sln
Project\Project.vcxproj
...
0
votes
1answer
15 views
Trying to write a delimited file using LINQ and XML, but can't make it work with strings
I'm very new to programming and I'm trying to get information from IMDB on a list of about 1500 movies. I found a website to get the data from in an XML file but I'm having trouble getting the data ...
0
votes
0answers
4 views
How prevent CSSTidy from removing the *property IE7 Hack?
Using Visual Studio 2010 Post-Build Events, I'm currently working to reduce our CSS/JS framework by merging and minifying the files into .min for production when building the solution/project.
For ...
1
vote
1answer
13 views
SharePoint CAML query works in builder but not in code
I have a query that is working when using any CAML query builder, when in using it in c# for a SharePoint web part, it always returns no results.
using (SPWeb ThisWeb = ThisSite.OpenWeb())
{
...
1
vote
1answer
12 views
C++: Getting the Current Time as a W3C UTC Time String
How can I get the current time as a W3C UTC time string as documented at W3C Date and Time Formats (Profile of ISO 8601)?
Specifically, here is the format I am after:
yyyy-mm-ddThh:mm:ssZ
Example:
...
1
vote
1answer
25 views
VB textbox and width prob
hi there im trying to design a section in my program that builds layers represented by rectangles, depending on the sizes inputed will decide upon the outcome of the rectangle width. Im having a ...
0
votes
0answers
12 views
Create New DirectShow Filter with VisualStudio 2010
I need to create new filter with one input and two outputs.
The filter suppose to send ping (from output 1), receive the ping back (from the input) and accordingly send some value (to output 2).
I ...
0
votes
0answers
4 views
ReportViewer not working on Visual Studio 2012
I just adquired the VS 2012 and I tryed to open my projects I made using VS 2010.
But now, the ReportViewer is not working, it shows up but with NO DATA.
my code are OK, my querys are OK, everything ...
0
votes
1answer
15 views
Populate SQL from xml file using dataset, c#
I have a big xml file, from which I get many tables:
DataSet l_DataSet = new DataSet();
l_DataSet.ReadXml(@"D:\file.xml");
tables that I have in dataset:
Channels: id_table, id_channel, name***.
...
0
votes
0answers
14 views
Add automatically the resources files in the AssemblyInfo manifest
After add manually a very long list of resources in the assembly file, i ask someone if is not possible to make this action programmatically. It don't understand why after define as embeded resources ...
0
votes
1answer
49 views
System.Windows.Forms.dll got corrupted. What should I do?
I just got the error all of sudden:
Error 1 Metadata file 'C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Windows.Forms.dll' could not be opened -- 'File is ...
-1
votes
0answers
6 views
Properties not showing in visual studio 2010 Professional soultion explorer
If I create a new project, I can navigate to solution exploer, right-click a file and see an option for "properties."
If I connect to TFS/Source Control and open an existing project, I can right ...
0
votes
1answer
61 views
C# Project compiles quickly, but then VS becomes unresponsive
I've got a problem that's driving me nuts. We have a C# project that has a few types of custom controls, but has several hundred instances of those controls (don't ask). Every time I do anything that ...
0
votes
1answer
13 views
VB compiling programme
Is it hard to compile software so that it is a single .exe file? I have been publishing the program in the traditional manner and the resultant program consists of a setup file and a couple data ...
0
votes
0answers
8 views
difference between XSD table adapter and query
I am curious, what is the difference between table adapter and query when you righclick and select ADD while viewing the .xsd design view? When would you choose to use one vs the other? I ask ...
0
votes
0answers
15 views
How to avoid prompt when opening gVim as external tool from Visual Studio?
I am trying to set up gVim 7.3 as an external tool to edit text from Visual Studio 2010.
Here is my argument list:
--servername VimStudio --remote-silent +"runtime visualstudioinvoke.vim" +"call ...
0
votes
1answer
20 views
“Attach to Process” using VS Web Developer Express 2010, any other options?
Looks like "Attach to Process" using VS Web Developer Express 2010 option to debug code not available when it is deployed in IIS. IIS and VS Express 2010 in same server.
After I published on IIS ...
0
votes
0answers
21 views
I need an Asmx Service with Xml Serialization on Client Side
The Objective:
Add a new asmx Service on my Service Reference folder serialized with xml. Using Visual Studio 2010.
The problem
I'm adding a reference of an asmx WebService, but I don't know Why is ...
0
votes
0answers
3 views
How to test TFS2012 with Visual Studio 2010, re: servers and workspaces
I'm using VS2010 and trying to test a new instance of TFS2012 we have set up on a separate server with a new team project but similar folder structure. I'd like to use a new workspace for testing so ...
0
votes
0answers
54 views
Inline class constructor to avoid vc memory crash
C++ class constructor can be inlined or not be inlined. However, I found a strange situation where only inline class constructor can avoid Visual Studio memory crash. The example is as follows:
dll.h
...
1
vote
1answer
41 views
What to use : Ipl? or Mat? [closed]
I really don't know what to use for the next projects:
IplImage? or Cv::Mat?
Knowing that I want :
a better performance
considerable speed response regarding the different tools to use ...
0
votes
3answers
45 views
Attach to IIS on F5
I have a library project in Visual Studio which is deployed as part of web site.
Now I debug it attaching every time to IIS process, but it is really irritating.
Is there a way to configure C# ...
1
vote
1answer
15 views
Installing Debugger in Qt when no default debugger is found
I am new to Qt.How can I add debugger of VS2010 in my Qt 5.0.2, since it is not detecting any debugger automatically? Or can any one name debugger tool used in vs 2010?I searched for "Debugger for ...
0
votes
2answers
23 views
Repair set up option in setup installation?
I made a setup file for c#.net application and installed it now when I restart the setup it is showing me the following error:
Another version of this product is already being installed. ...
1
vote
1answer
22 views
How to combine between the script and the action in the button
I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005.
In a view, I have a button which I add in it a JQuery Script.
This button has as purpose to save some values in a list.
...
1
vote
0answers
6 views
dot net web Application crashes with encrypted message everytime
I just configured my Visual studio 2010 with IIS express 8.0. It works perfectly but in case of any error in my code it is showing me crash page in encrypted format (Meaning - It shows full of boxes ...
0
votes
0answers
14 views
TFS publish csproj after build
I am developing a VSTO Addin, which we publish to network share via the csproj settings dialog below.
For instance, to publish we just click 'Publish Now' and it creates an installer for the VSTO ...
0
votes
0answers
20 views
RDLC Report Printing (c#)
Okay, so http://imageshack.us/photo/my-images/824/90392707.jpg/">this image is my report file(.rdlc) in a C# project to generate ID cards from an Excel file pointed to it.
As you can see, there is a ...
0
votes
1answer
22 views
AccessViolationException when trying to put managed data into glTexImage3D
I have an error when trying to read some data into an opengl Texture. My error is the following:
A first chance exception of type 'System.AccessViolationException' occurred in libCoin3D.dll
It ...
0
votes
2answers
22 views
How do I share Service Reference Types Across Multiple Tiers using C# and Visual Studio 2010
My project is split into a service tier project and an implementation tier project. Both are written in C# using Visual Studio 2010. The service tier accepts a request object and passes it to the ...
-2
votes
1answer
18 views
c/cpp project build in MS VS 2012 to be compatible with msvs 2008
I have created a c/cpp project in microsoft visual studio 2012, but the test machine has microsoft visual studio 2008, is there a way to tell visual studio 2012 to be compatible with 2008
0
votes
0answers
13 views
Find functionality within call stack
Recently when working on a legacy application I've often found the need to search for specific text within (what would be) the callstack at runtime.
For example:
int age;
void Method A() //Search ...
0
votes
1answer
17 views
visual studio 2010 limiting published files
I am able to successfully publish my application online. however, since I use 3rd party dlls, what I noticed is that each time I publish, all the files versions are updated. Which means whenever users ...
0
votes
1answer
25 views
How to show a list of checkbox according to a DropDownList in ASP MVC and Entity Framework
I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005.
I am using also Entity Framework and Code First Method.
I have a view 'Application' which contain a DropDownList and a ...
0
votes
0answers
15 views
Deploying a VSTO 2010 Addin in Office 2007
I have an Excel 2010 VSTO addin developed using VS 2010. It's a RibbonUI based addin which adds a new tab to the Excel ribbon. Now I have come across a situation where I need to deploy this addin for ...
0
votes
0answers
10 views
VS2010 relative paths in local URL references in comment lines
In my source code I would like to add a comment statement as follows:
// "file://explaningPicture.jpg"
In VS2010 such a line becomes a hyperlink, which you can open with [CTRL][CLICK]
But it only ...
-1
votes
0answers
11 views
Fix Hash for App manifest (Resolution for Application manifest having different computed hash)
Ok i have created an application on C#. Now when i create a clickone it works fine. Now what i did I created ClickOne Application 2 times.
Obviously both of my application contains similar files, in ...
0
votes
0answers
18 views
What methods are there you inspect extremely large arrays in visual studio?
I am trying to debug code that works with byte arrays of extremely large sizes (7 million or so bytes), but the built in functionality of VS is insufficient, Array Visualizer cannot handle such sizes, ...
-1
votes
1answer
21 views
Does the web page developed in 4.0 framework will work in 2.0 framework?
I have asked to develop a web page for a website which is actually in asp.net 2.0.
I got code and opened in Visual web developer express edition 2010 it prompted me to convert that web site from 2.0 ...
0
votes
0answers
11 views
Bouncy Castle TLS API usage
I want to communicate between Server and Client using sockets using bouncy castle TLS library.
I went through many documentation(which was insufficient for me) but I did not get any idea how to do ...
0
votes
0answers
20 views
Portable Device Detection
I need a functionality in my program (written in VB.NET) that detects whether the USB Portable Device (Windows CE 5.0) is inserted or removed. I have found a VB.NET code from the internet but it only ...
0
votes
0answers
12 views
Simple and Fast RTMP Library
I'm looking for an simple and fast RTMP library that i can connect to e.g TinyChat.com chat rooms (whom is using the RTMP) fast and easy and interact with the messaging.
I'm using Visual Basic ...
-1
votes
4answers
62 views
how to check in visual studio 2010 that a table is empty in sql
i want to check if my table(in sql database) is empty so if it is i can put a button in place that allows the user to create their first ... well user so they can use the program.
so how do i check ...
0
votes
1answer
14 views
xnaliveproxy cannot find xlive.dll
I know that this is a common problem, but xnaliveproxy cannot find xlive.dll on my computer. This message pops up when I debug my program. The weird thing is that it only popped up after I typed this ...
2
votes
1answer
22 views
mismatch in formal parameter list: unable to resolve function overload
So, writing my first program! Any hints about the errors above will be appreciate!! :) I'm getting mismatch formal paramter lis and unabe to reslove function overload.
many many thanks,
...
0
votes
2answers
23 views
How to show a table basing on the value of DropDownList in ASP MVC and Entity Framework
I am developing an ASP .Net MVC 3 application using C# and SQL Server 2005.
I am using also Entity Framework and Code First Method.
I have a view 'Application' which contain a DropDownList.
The ...
0
votes
4answers
40 views
Visual C++ .dll missing on different computer [duplicate]
I just started learning C++, and I made a simple program I want to send to my friend so he can see it.
I send him the .exe in release mode, and it STILL gives the "MSVCP110D.dll is missing" error.
I ...



