| Thread | Last Post | Replies |
|
| Add new items - ascx files | 01 Jun 2007 00:56 GMT | 3 |
I just noticed that in the "Add New Item" window I no longer have the option to create a new ".ascx" file. Can someone tell me why it may not be showing up or possible let me know of some kind of reset buttom? Thanks,
|
| Open/Create Website Link on Start Page | 31 May 2007 20:55 GMT | 3 |
I have recently reformatted my laptop and have reinstalled all of the necessary development software, most of which is VS2005. I have finally gotten everything to run and debug with the annoying exception of the loss of the Open and Create Website links on the left column of
|
| Formatting the XML documentation comments in my source files | 31 May 2007 14:19 GMT | 2 |
NDoc hasn't been updated since 2005 - is it working with C#? can it handle generics? is there any (more) limitations of NDoc? What other alternatives are there?
|
| Wrapping C dll calls in a managed .NET class | 30 May 2007 20:37 GMT | 2 |
I'm successfully using PInvoke and DllImport to call into a C dll. I can declare functions and can convert a few simple custom structures from C to VS .NET 2005 C#. The problem is that the full implementation of the dll has many nested and complicated data structures defined in ...
|
| VS 2005 ASP .Net Web Site Projects, VSS, and Bin folder | 30 May 2007 19:51 GMT | 6 |
I'm having a major headache with VS 2005 and Web Site Projects and VSS. In our solution file we have a web site project plus some other supporting projects like a data access layer (DAL) and business logic layer (BLL) as .Net project. The problem is that the Web Site Project ...
|
| Native C++ slower in Visual Studio 2005 | 30 May 2007 12:07 GMT | 1 |
I had certain native C++ code which I earlier compiled in Visual C++ 6.0 and it ran fine. Recently I installed Visual Studio 2005 Professional and compiled the same code in it. To my dismay, the executable created by the latter runs distinctly slower than that
|
| MFC DLL project can't find redistribuable components | 30 May 2007 07:52 GMT | 2 |
Visual Studio 2005 SP1. I've created a simple win32 project that is a DLL with support for MFC(Shared DLL). On a target machine, I've installed the corresponding visual c++
|
| Porting a Unix/X11 Package to Windows | 29 May 2007 16:00 GMT | 5 |
Good morning, I've been tasked with porting a long standing Unix (SunOS/Solaris/Linux) / X11 application to Windows. Half of our code is straight C++/STL and will port with no problems. The other half is very much dependant on X11/Motif
|
| Build Solution does not update web page | 29 May 2007 12:57 GMT | 2 |
I am using the web site project model for an asp.net project in vs2005. It happes from time to time that I do some changes in an aspx or aspx.cs file and then choose "Build solution", but when I try to open the web page I see the old version of it. If I click "Rebuild Web
|
| downgrade VS.NET 2005 trial? | 29 May 2007 04:38 GMT | 1 |
I had full VS.NET 2005 pro on my computer; I installed 180-day of team system trial. Well, a it turns out I don't really need TS so I have promptly forgotten about it. Now, however, it started nagging me about the trial ending soon and warning me that I will not be able to use VS
|
| Install VS2005 on Vista | 29 May 2007 04:36 GMT | 3 |
During Install Vs2005 on Vista(x64), it's cause a error: can not install MSXML 6,0 Parser I try to install MSXML 6.0 from the vs2005 DVD, it's seems install success, but i can not see it in the add/remove program list, then i try to uninstall
|
| disappearing a form | 28 May 2007 20:05 GMT | 2 |
hey i m building an application in visual c++2005 , no i plan to place a splash screen before the actual window starts . i plan to hide the window after 10 seconds but i have no idea how to do that can anyone of u please suggest
|
| Is it possible to run a unit test in team edition as a different u | 28 May 2007 01:57 GMT | 4 |
I have a few unit test's and the methods tested requires different membership roles (EG. [PrincipalPermission(SecurityAction.Demand(),Role = @"domain\testGroup)")]) I would like to test the different functions both with a user that has the
|
| Inmediate Windows do not appear | 27 May 2007 22:37 GMT | 1 |
Does anybody could tell me how to appear the Inmediate Windows? I cant see in Debug\Windows menu. Thanks, Alfredo Barrientos
|
| Start VS from command Line | 25 May 2007 20:28 GMT | 1 |
I wonder if I can start visual studio from command line. For example, in command line, I have a aspx file and I would like to start VS2005 to edit it. BTW, I am using VS 2005.Net.
|