| Thread | Last Post | Replies |
|
| Free TortoiseSVN wrapper VS.NET plugin (wishful thinking) | 31 Oct 2008 21:34 GMT | 3 |
Hi, folks! Is there a VS.NET plugin for TortoiseSVN that integrates Tortoise into the VS IDE much like VisualSVN but is freeware / open source? TIA...
|
| Adding a User Control to Toolbox | 31 Oct 2008 17:05 GMT | - |
I have gone through the "Walkthrough: Authoring a User Control with Visual C#" successfully. I was able to see the working of the alarm clock successfully. But I was not able to get the user control ctlClcokLib into any other
|
| VS2008: IE Cannot Display Web Page | 31 Oct 2008 14:54 GMT | 19 |
I've been enjoying working with Visual Studio 2008...but today I ran into a nasty little bug where the error message, in the finest Microsoft tradition, is utterly useless. Here's what's happening: whenever I try to debug my website, IE7 comes up and says "Internet Explorer cannot ...
|
| Run a command at solution open time? | 31 Oct 2008 13:13 GMT | 2 |
Sorry - I had posted this in another newsgroup but without any response. I might have picked the wrong one - so I am posting it here. I have a project that depends on the existence of a vsprops file in the project directory (it sets user environment variables needed for additional ...
|
| Deploying COM AddIn | 31 Oct 2008 13:04 GMT | - |
I created a shred com addin for power point using the VS wizard in vb. When I run the msi on my pc, it installs correctly. However, if it is deployed via Admin group and pushed to my PC on reboot, it does not install completely. I can run select the install
|
| Novice Advice | 31 Oct 2008 09:10 GMT | 5 |
Do I have to have Visual Studio to create ASP.NET appliations?
|
| Architecture Overload!!! | 31 Oct 2008 08:46 GMT | - |
We're in the process of trying to decide on a new architecture for our entire company (we ain't big) with a view to simplifying things and developing on a single code base. We currently have ASP.NET websites, SQLServer and Access ADP front-ends to the databases. The drag of this ...
|
| Reporting Services 2008 parameter selection not working properly | 31 Oct 2008 08:27 GMT | 3 |
I have a report created in RS 2005 which was upgraded to 2008. The report has four multi-valued parameters and two date time parameters. The report parameters are displayed correctly in Report Manager. I am also using the ReportViewer control version 9 on a web page developed
|
| Console App in one EXE file | 31 Oct 2008 07:19 GMT | 7 |
I have a simple console app (not using MFC) that must be able to run on any current x86 Windows o/s without needing an installer, manifest, DLL, VCRedist or other such nonsense. In the past, I have some experience of using "static linking" to achieve
|
| Resource Compiler distinction x64 or x86 | 31 Oct 2008 07:08 GMT | 3 |
I'm trying to get the resource compiler to identify which resource to add to the application based on which platform I'm compiling for. _WIN64 doesn't seem to be honered with the RC. Any idea how to identify which way I when compiling ?
|
| how to reference external assemblies using clickonce | 31 Oct 2008 04:36 GMT | 9 |
I don’t know the best way to reference an use an external assembly in my case; Let me explain: In my vs2008 project I'm using an assembly library (dll) called docuware.dll that resides on the DocuWare’s program folder on my pc. This is used for
|
| Build and run project - general question | 30 Oct 2008 17:21 GMT | 6 |
Each time I run the project I'm working on, it proceeds to build the project first which takes and enormous amount of time. Isn't there a way I can just run it for testing and build it only occasionally? If so, Is there some setting that handles t his?
|
| ASP.NET Web Controls Discussion Group | 30 Oct 2008 15:42 GMT | - |
Could anybody tell me which is the appropiate discussion group to ask questions related to ASP.NET Web Controls? Thanks in advance...
|
| programatically generating a product code for a deployment project | 30 Oct 2008 15:27 GMT | 2 |
I am trying to build an app with a dotnet app the app needs to update the a deployment project's project file the update will change the product code and upgrade code programatically these are guid values
|
| Newbie to MS Visual Studio (last used Visual C++ 6.0) | 30 Oct 2008 01:31 GMT | 1 |
I have not kept up with all the conventions used in C++ for several years as you can guess. I am trying to copy _TCHAR argv values into local strings; so that I can work with them. E.g.
|