all groups > visual studio .net ide > september 2004 > threads for september 8 - 14, 2004
Filter by week: 1 2 3 4 5
XP Image List Problem
Posted by Alireza Haghshenass at 9/13/2004 1:53:03 PM
Dear All,
I am writing an application which uses image list for listview and tree view
usage. I encountered a problem in windows 2003 this is working fine and I
don't have any problems. In Windows XP the images of this image list is not
shown in ListViews and Tree Views. I don't know what is t... more >>
Installing Services Using VS.Net Base Setup Project
Posted by Alireza Haghshenass at 9/13/2004 1:52:39 PM
Dear All,
I just wanted to know, how can I register a service using Visual studio
setup project. I can create a Setup Project successfully, it installs all
the program, but I need a hint on how to run "InstallUtil.exe
<ApplicationDirectory>\ApplicationName.exe" in order to install and register
... more >>
Macro to copy project output?
Posted by Greg Allen at 9/12/2004 9:45:26 PM
I'd like to make a macro to copy the project outputs of all the projects
in my solution to a different folder. Seems simple enough, and something
that the automation of the IDE ought to be able to give me pretty easily.
But I can't find out where to get the project output! I've looked at the
... more >>
Multiple Tabbed Pages in Combined Collection Help?
Posted by clintonG at 9/11/2004 7:32:54 PM
Visual Studio .NET 2003 Combined Collection...
Are we limited to one tabbed page open at a time or is there some
way to open multiple pages in help and use the tabs to toggle
between desired pages?
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & ... more >>
Setup Project Problem
Posted by Alireza Haghshenass at 9/11/2004 11:45:43 AM
Dear All,
I just wanted to know, how can I register a service using Visual studio
setup project. I can create a Setup Project successfully, it installs all
the program, but I need a hint on how to run "InstallUtil.exe
<ApplicationDirectory>\ApplicationName.exe" in order to install and register
... more >>
register tags issue when switching from VS.Net to FrontPage
Posted by J.E. Aldana at 9/10/2004 3:01:10 PM
Hi all,
Due to the horrendous job that studio currently does generating and
preserving html "code," I tend to use FrontPage (version 2003) to edit the
html in my aspx pages. VS.Net is setup to auot--reload the aspx pages into
the IDE after detecting a change in them.
The problem is that... more >>
Addin for the "Easy MDI Document Window"
Posted by Thomas at 9/10/2004 12:05:40 PM
I am trying to add a menu item to the context menu of the
code page tab. Using the CommandBrowser from the download
site, I found the name of this to be the "Easy MDI
Document Window"; however, I am unable to add my own item
to it. Can someone please tell me what I am doing wrong
here:
... more >>
Core team, please help, VS crashes
Posted by at 9/9/2004 10:23:30 PM
I can't open an .aspx page in html view or the web.config file inside VS.Net
03 (Win XP Pro SP1, Office 03), it causes vs to crash and I can send or
don't send the error to MS.
This is a production asp.net app that needs changes now and I can't modify
any aspx pages.
Also whenever I right click... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
"variable 'x' declared but never used" warnings in VB.NET
Posted by harry at 9/9/2004 5:12:18 PM
Hi,
During compilation, a C# project in my solution triggers the following
warning:
"warning CS0168: The variable 'ex' is declared but never used"
To trigger this warning, it appears the C# compiler WarningLevel needs to be
3 or above.
In the same solution, I also have a VB project, ... more >>
Error in loading DLL in VS .NET 2002
Posted by Bamse at 9/9/2004 10:06:48 AM
Hi,
lately, when I try to create a new C# project in VS .NET 2002 I get this
"Error in loading Dll" message;
the project is created with no references at all;
the same error apears when I try to add a new item, be it form, class,
component class; when I try to add a dataset, xml file, co... more >>
VC++ .Net Forms Designer Slow Load Times
Posted by Dean Wittmann at 9/9/2004 9:01:33 AM
We have several forms designed with VSNet's VC++ Forms
Designer. Some of our simplest forms have 20 - 30
controls and will take approximately 2 minutes to load.
A very complicated multi-layer form takes approximately
12 minutes to load into the designer. Sometimes it even
fails to load ... more >>
VS 2005 feature-alike for VS.NET 2003?
Posted by Johan Nilsson at 9/9/2004 8:41:20 AM
[might be a bit off-topic]
Hi,
I recently read (but can't find again) an article on VS 2005 which described
a (for me at least) long-missed feature: templates for project settings that
could be reused between different projects. Unfortunately I've also
forgotten what it was actually called ... more >>
Setup project with custom-only folders not working
Posted by rss at 9/8/2004 12:32:35 PM
I have created a setup project that consists of 4 custom folders - only.
The files being installed are:
1) an xml file in 1 custom folder, whose location is [TARGETDIR]\folder1
2) a single DLL assembly in the remaining custom folders, where each
location is [TARGETDIR]\folder[2,3,4] respective... more >>
|