visual-studio-2010 Questions
5
Solved
I have a relatively large Visual Studio solution.
I need to export all the source code into a text file. I would also want to include a file name somewhere. How can I do so?
For example if I ha...
Rookie asked 21/3, 2013 at 11:51
6
Solved
I need to debug some assemblies due to they throw exceptions. It's my assemblies but I don't have the source code of them. What I have is their pdb files.
Is there any way to debug that assemblies...
Promoter asked 21/11, 2012 at 16:3
6
Solved
A follow-up question to Memory leaks when calling ITK from Visual Studio DLL
I refined the problem to the simplest example.
struct A
{
public:
A()
{
mp_data = new int(0x42);
}
~A()
{
del...
Bausch asked 24/4, 2012 at 14:26
14
Solved
When I try to build my solution in Visual Studio (2010 SP1) containing a website, I get the following funny error.
------ Build started: Project: C:\...\Web\, Configuration: Debug Any CPU ------
...
Tutelage asked 10/2, 2012 at 13:49
8
I am developing website using Visual Studio 2010. I am trying to save a file in a path. It works fine localhost.
But the same code is not working in IIS. It shows the following error
Exceptio...
Shaylashaylah asked 11/9, 2013 at 11:57
5
Solved
A few of my header files have no includes, so I receive this message in Visual Studio 2010:
IntelliSense: PCH warning: cannot find a suitable header stop location. An intellisense PCH file was not...
Discontinuous asked 7/10, 2013 at 1:45
5
Solved
I am trying to add a pie chart to my winforms application - but the only chart I can find in my toolbox is the regular bar chart.
Is there any way to form this bar chart as a pie chart or add a p...
Fanny asked 3/9, 2012 at 15:36
7
Solved
I am a long year Java programmer, but currently I code in C#. I am accustomed, that when I change filename, also the class name changes and vice versa. This doesn't work in my Visual Studio. I must...
Vonnievonny asked 27/11, 2013 at 13:44
15
I understand that there is definitely something wrong with my report (e.g. columns missmatcch) and I need to correct it but what I see is the WCF error message that hides actual problem and exactly...
Hardunn asked 23/4, 2014 at 8:50
11
Solved
When I try to run my Unit Test project, I get the following error:
Could not load file or assembly 'ASSEMBLY_NAME, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies...
Phonography asked 3/11, 2011 at 10:38
6
Solved
in my Setup project i delete icon and add new one now when i build the setup project i have this error
Invalid icon file xxx located in 'application folder'
i use VS 2010
Eloyelreath asked 29/8, 2012 at 16:51
8
Solved
Since the past week I'm having a very bothering issue that blocks me from using Visual Studio.
For instance, here's what I normally see:
But as soon as I scroll a bit down (either with the arro...
Sining asked 27/12, 2011 at 15:33
5
Solved
I've read about this technique: Shared assembly info in VS projects - JJameson's blog
Basically it means to create a SharedAssemblyInfo.cs with versioning information about the assembly, and addin...
Chemiluminescence asked 21/7, 2011 at 5:37
5
I've been experimenting with using build events to start and stop Windows service that are being built in my project. However for the pre & post builds fail with an error level 255. I've tried ...
Wehrle asked 14/3, 2011 at 16:5
11
I am saving all my Crystal Reports in one folder:
VOUCHERS-->SALE-->BILLFORMATS
For example: The location of the first report is:
VOUCHERS-->SALE-->BILLFORMATS-->BillFormat1.rpt...
Navarino asked 16/6, 2011 at 5:48
7
Solved
Background: As part of a larger assignment I need to make a C# library accessible to unmanaged C++ and C code. In an attempt to answer this question myself I have been learning C++/CLI the past few...
Chaves asked 8/11, 2012 at 16:58
3
Solved
Anyone find where when you open a certain solution (that contains multiple projects) and compile that you're not seen some warnings that your colleagues see when compiling the exact same solution a...
Pushup asked 19/4, 2010 at 21:55
12
Solved
I was trying to create a migration for an MVC ASP.NET Core 3.10 project using Visual Studio 2019. I got two errors:
An error occurred while accessing the Microsoft.Extensions.Hosting services. Co...
Epistrophe asked 15/12, 2019 at 17:49
11
Solved
When I write a test in Visual Studio, I check that it works by saving, building and then running the test it in Nunit (right click on the test then run).
The test works yay...
so I Move on...
Now...
Programme asked 24/1, 2012 at 13:0
9
Solved
I am working on a pretty basic C# visual studio forms application but am having some issue getting the track bar to act as I want it to so hoping someone in the community might have a solution for ...
Stipendiary asked 9/2, 2012 at 23:39
5
Solved
I have a solution in C:\full path here\VS2010\blender.sln
This solution contains many projects(around 100). When I compile them, they all work fine. I can run them without any problem, and (quite)...
Churchwoman asked 10/8, 2011 at 15:20
8
Solved
I am building a C# app that creates many bitmaps (System.Drawing.Image). Having the bitmaps seen in the debugger as pictures, would be of enormous help. The debugger has native support for XML file...
Gmur asked 20/4, 2012 at 13:5
11
i trying to create a new project in visual studio .it give some error
please give me some suggestions.....
i don't know this happen.
i am trying to reinstall and again same error is coming .
i t...
Culbert asked 3/2, 2015 at 12:47
2
Solved
I would like to build the same project twice in the same solution configuration, varying some #define flags to toggle features. Both binaries will be deployed with different names.
The solutions t...
Selfliquidating asked 7/12, 2012 at 18:33
9
Solved
I have a problem that I would like to merge a large number of images using ImageMagick's convert.exe, but under Windows I have a 8192 byte long command line limit.
My solution to this is to split...
Ummersen asked 28/7, 2011 at 14:57
1 Next >
© 2022 - 2024 — McMap. All rights reserved.