Hi, I am pretty new to programming. I would like to download an open source project and build it in my Microsoft Visual Studio 2008. In fact, I tried to import and build the application “Winscp”: https://sourceforge.net/projects/winscp/
But I didn’t work. Please can somebody help me and tell me which files do I have to download (from so...
I have successfully created (and manually edited) an Item Template that will add a number of files in one 'shot'. I want these files to all be created under a folder that should be created at the same time.
In Project Template .vstemplate files I can specify a Folder element, but the schema does not allow one in the Item Template.
Any ...
I really don't want to have to copy the XML method documentation tags from my interfaces or base classes to the hundreds of inheriting types. Can VS or Resharper do this for me?
...
For years, Visual Studio.NET has offered "absolute positioning" for ASP.NET, whereby you can drag controls onto the designer canvas wherever you want them to be. However, there has always been strong advice not to use that feature. Instead, the common wisdom said you should use "Flow layout", because if you were to use VS.NET's "absolute...
I love GhostDoc, but I want to be able to "Document This" for an entire file, and not just one member at a time. Is this possible?
...
I'm currently using a "New Item" template of mine to create several classes in my project based on the Name entered. What I'd like to be able to do, is to also add some lines to an existing file in the project. Is there any way to do this? Is there any way to run some sort of script from within the .vstemplate file?
...
Hi,
I have created my own class library. I added the dll from that class library into my web application project. Everything works fine. I can call the classes from that lib etc... However when I open my bin folder from VS 2008, then I do not see my dll. I can see it only when I click "show all files" icon from the solution explorer.
...
I need to modify a .suo file.
Basically, I have a client-server application. The client needs a "cookie" to log into the server, which is generated every day and retrieved on the client machine by another process. This "cookie" needs to be set in the "Debugging Command Arguments".
I want to automate this process by modifying the .suo ...
Out of nowhere the "Publish Web Site" option in Visual Studio isn't doing anything for a particular project. It still compiles the site (no errors), but it never copies the output to the destination directory. I've tried changing the destination to a number of locations, and it creates the new folder, but never copies the output. I tried...
Hi
I want to develop a few assignment in C++ on windows.
But Visual studio does not provide a few user functionalities that makes
development a real pain.
If some one can help me out with setting netbeans C++ environment to use the same compiler that visual studio is using.
thanks
- dev Sunday .
...
I'm relatively new to unit testing, and trying it on my personal projects. I want to unit test some concurrent methods (futures which run actions in the thread pool). To avoid the test method finishing before the thread pooled action, I'm blocking the test. Here is the actual blocking code:
Private Shared Function BlockOnFuture(ByVal fu...
Possible Duplicate:
Building a subset of boost in windows
I'm using Visual c++ 6.0, and I'd like to use boost::random. I can't find any examples showing how I would go about just using this and only this library. Can I just include it in my source?
...
I'm working with custom sections in app.config, and would find very useful the same intellisense facilities as exist for the standard settings. I assume I'd have to supply a schema somewhere, but can't work out if/where. Is this possible?
...
I have the following definition at the top of my .ASCX file:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ArticleView.aspx.cs" Inherits="MyNameSpace.ArticleView" %>
In that control I make use of <%= %> blocks to refer to members that I've declared in the code-behind file. If I compile and deploy the control, it works ...
How do I make S#arp Architecture project template work with Visual Studio 2010 Beta 1?
Does anyone have an updated template or a converter? I've put it in all the places possible, but Visual Studio still doesn't pick it up.
...
Hi,
I am having some troubles opening solutions in VS2008 which are under source control by TFS.
opening solutions outside of source control works fine
opening single projects is OK
others can open these solutions
VS crashes without any notice, the logfile ends without any closing tags etc.
Anyone ran across this problem before me?
...
In Eclipse you can search for a file in the project by pressing CTRL-SHIFT-R.
Is there a way to do this in Visual Studio?
...
Hi,
I am using C# and how can I code to share a resource file between my projects in the same solution?
Thank you.
...
I am the intranet developer for the company I work for and I have been doing this for the last 5 years. My projects are divided into two solutions, the "Intranet" solution itself and the "Library" solution. The "Library" sln itself has several projects containing the DAL, BLL, etc.. The reason why I kept them in a different solution is b...
I don't want a fancy bug tracking suite. Sometimes I am working on projects/tools for myself, and I just want to keep track of any bugs, features, etc.. as I go along. I keep these in TODO and a bugs.txt for now, but it would be nice if there was a typical bug tracking system that would be stored with the project or solution file itself....