all groups > visual studio .net ide > august 2005
Filter by week: 1 2 3 4 5
Overriding using IDE
Posted by H.B. at 8/31/2005 6:14:04 AM
Hi,
Currently, I manually override functions. How can I add overrides
"automatically" with the IDE.
H.B.
... more >>
data connection - attribute dialog
Posted by Peter at 8/30/2005 3:03:05 PM
Hi,
When I select "add connection..." from the server explorer Data Connections
node the atttributes dialog does not come up. I'm wondering if there is some
way I can check to see what is necessary to open this dialog from VS .NET
2003.
Background: I originally had VS 2005 installed, th... more >>
Installing a VS Add-in - Need help!!
Posted by Doug at 8/30/2005 9:26:38 AM
I have a completed VS Add-in, but I trashed the setup accidentally.
I've tried to recreate the setup but cannot get it to install the
add-in and have the add-in show up on the user's VS in the Tool menu.
It will put the DLL on the users machine, it will even show the Add-In
if we go into Add-in ... more >>
DataSet sorting and user
Posted by Jack at 8/28/2005 12:00:00 AM
Hi again,
The datagrid will get a dataset. We can find out what record the user
double-clicks by the this.myDataGrid.CurrentCell.RowNumber property. But if
the user 'sorts' the datagrid, then this RowNumber property is no longer
valid - is that right? If so, how can this be tracked?
Than... more >>
Add-in for enhancing Solution Explorer
Posted by Tony Maresca at 8/25/2005 12:00:00 AM
QXMgcGVyIHRoZSBzdWJqZWN0LCBpcyB0aGlzIHBvc3NpYmxlPw0KDQotLSANClRvbnkgTS4=
... more >>
VSNET05 - Can't turn of C++ warning
Posted by AVee at 8/24/2005 11:40:57 AM
I need to turn off C++ warning C4996 (deprecated function). According to the
docs this should work:
#pragma warning(disable:4996)
It doesn't. Am I missing something, or is it not possible to suppress this
warning?
Thanks.... more >>
still no fix to the HTML modifications?
Posted by jason at 8/24/2005 10:26:14 AM
hello everyone,
i'm just curious, i've read several threads (most about a year old)
about the horrible rearrangement issues with MS VS.NET 2003. are these
issues STILL around? have they not given us a way to turn off all html
re-formatting?
at this point, i could care less if i lose intelli... more >>
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET
Posted by mayamorning123 NO[at]SPAM yahoo.com at 8/24/2005 12:28:03 AM
A comparison among six VSS remote tools including SourceOffSite ,
SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET
To view the full article, please visit
http://www.BetterVssRemoting.com
Better VSS Remote Access Tool
This article makes a detailed comparison among SourceAnyWher... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Remember FTP username/password
Posted by Rasmus at 8/23/2005 11:46:31 AM
In VS2005 beta 2 there a great feature that lets you open a website through
FTP suppling ftp-url, username and password.
But how do I get VS to remember the username and password?... more >>
Tab order
Posted by AndrewDucker at 8/23/2005 3:52:21 AM
When I press Ctrl-Tab to move between tabs, it moves through them in
the order of last use, rather than left->right across the top. As I'm
generally looking at which tabs I have open, and wanting to move 5
right (or 4 left, or whatever), this is entirely un-useful.
Is there an option to make ... more >>
stepping into code file of dll using
Posted by TS at 8/22/2005 11:52:49 AM
HI, i have this dll that i am using in my project. Whenever i would step
into the method of the dll object, it would automatically open the source
file and step into the correct line of code so i could debug in it. Now it
won't do it.
Anyone know why and what has changed?
thanks
... more >>
Undo is always greyed out (i.e. does not work)
Posted by Ronnie Smith at 8/22/2005 11:46:37 AM
Hello,
I have just purchased Visual Studio.NET 2003 [Version 7.1.3088.]
The undo/redo seems to be completely disabled - i.e. I cannot undo anything.
If it matters - I am developing in VC++.
Can anyone help?
Thanks!
... more >>
Need to change Active Solution Configuration
Posted by Juan Dent at 8/22/2005 9:54:06 AM
Hi,
I am using EnvDTE to modify and control a solution and its projects in
VS.NET 2003, however I have not found how to change programatically the
Active Configuration for the solution.
Am I missing something?
--
Thanks in advance,
Juan Dent, M.Sc.
... more >>
Tooltip on the Solution Explorer?
Posted by Holger Pedersen at 8/22/2005 12:40:05 AM
I would like to ask, if we could get a tooltip in the Solution Explorer. When
hovering over a filename.
The reason for asking, is the need to be able to see the whole path to the
file, since treeview isn't the optimal way to show this structure, without
moving, especially, when we have lar... more >>
Is folder name 'My Project' always named 'My Project'?
Posted by Joginder at 8/21/2005 12:09:02 PM
I have an add-in to VS.NET 2005 that needs to analyse the source code VS.NET
solutions. I would like to ignore all the items that are in 'My Project'. Is
is safe for me to assume that the all the items (ie Application.Designer.VB,
Application.myapp, MyApplication.myapp, MyResorces.vb, MySettin... more >>
Drag n drop FoxPro table to create XSD file - error message
Posted by alex9128 at 8/20/2005 11:29:53 AM
Hi All,
Getting error message:
"The following unexpected error has occurred:
There were errors dropping "acctrecv" onto the designer. The XML Schema
could not be interpreted from this object."
when I am trying to create Strongly Typed Dataset from Visual FoxPro table.
Does anybody know how t... more >>
Code Format
Posted by RG at 8/18/2005 8:30:46 PM
I can not seem to find the button which automatically indents the selected
code.
Would anyone know what it's called and how I could make it appear?
Thanks in advance
... more >>
vs studio ide title bar
Posted by schleprock at 8/18/2005 6:26:11 AM
we have been using vs 6.0. the title bar of the ide would take the name of
the dsw file and include that in the title bar. this was rather nice when
working with multiple projects, i knew which project i was working on by
looking at the title bar. we're now moving to vs.net 2003 and this new
... more >>
The file 'assembly name' cannot be copied to the run directory. The process cannot access the file because it is being used by another process
Posted by SevDer at 8/17/2005 3:50:08 PM
Hi I am having the following problem almost on daily bases.
QUOTE
Could not copy temporary files to the output directory.
The file 'assembly name' cannot be copied to the run directory. The process
cannot access the file because it is being used by another process.
UNQUOTE
I've checked th... more >>
Re-Installing An Add-In Inside Visual Studio
Posted by Doug at 8/17/2005 8:12:45 AM
I am trying to create an add-in in Visual Studio. Anytime I reboot my
computer (or log off), I get an error when I try to re-build the add-in
as it says that it's being used by another process. I have to get out
of the add-in, delete the DLL that's been built and then try again.
But then the a... more >>
pre/post build commands
Posted by z f at 8/17/2005 12:00:00 AM
Hi,
i have a VB.NET web application.
i need to configure pre/post build commands.
is this possible?
i need to copy file before compilation and
copy file after compilation.
(this is because i can't compile to a bin directory that is not under the
proejct folder.)
TIA.
... more >>
Jump to first error
Posted by Jesper at 8/16/2005 3:36:03 AM
Hi, when compiling errorneous code you'll get a list of errors and warnings
in your task list. I use F8 to jump from one error/wraning to the next. Is
there a way to skip the warnings when jumping.
brgds Jesper.... more >>
What is the Pointer in Toolbox for? :)
Posted by Michael at 8/12/2005 12:08:06 PM
I hope this is not a totally stupid question :) What is the "Pointer" in the
Toolbox for?. I was looking at VS.NET 2005 where the controls have been
separated into categories. Each category has "Pointer" as the first control.
Actually, it is similar in VS.NET 2003. I guess I only notice it now... more >>
Is there anyway that I can run a batch file command when a solution is loaded?
Posted by Ken Varn at 8/12/2005 9:21:16 AM
I need to be able to run a batch file command when a solution is loaded into
VS.NET 2003. Is there anyway to have the solution file automatically do
this?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
------... more >>
"Start with Direct3D debugging"
Posted by Manuel Klein at 8/12/2005 12:00:00 AM
Hi,
I've already asked this in the directx.graphics group but didn't get a
satisfying answer:
"I'm using VB.Net 2003, WinXPProf/SP2, DirectX SDK April 05.
What is the menu item mentioned in the subject (menu Debug -> Direct3D)
supposed to do? The only thing it does, is build the project.... more >>
2 questions
Posted by Sharon at 8/11/2005 10:58:09 PM
I have Vs.Net 2003 on 3 CD + MSDN on 3 CD = 6 CD
Is there any option I can burn them all to one DVD and run future setup from
the DVD ?
Second question
I have MSDN installed on my hard drive, how can I install just the IDE and
tell the IDE where is the MSDN location ?
Tha... more >>
Access Denied in IDE when saving file on windows xp and service pack 2
Posted by Darren Clark at 8/11/2005 12:00:00 AM
Hi,
I have recently moved back to a desktop PC and off my laptop. because of
this i have bought a new PC that comes with Service pack 2 already
installed.
Now the issue i am having is the following.
If i open a asp.net project that is managed from within source safe and
vs.net i get t... more >>
VC++ Dialog Designer - Oddness with ActiveX Controls
Posted by Nick Wilton at 8/10/2005 1:00:09 PM
Hello, sorry for X-posting
Hope you are able to help with this one as its really urgent.
I have two unmanaged VC++ 7.0 projects which requre the use of ActiveX
controls within the dialog designer (not Winforms!). Both projects are
identical (except for the name) both in project settings and ... more >>
GridView and DetailsView Available in Windows Forms?
Posted by RadioSignal at 8/10/2005 11:12:03 AM
I've been using GridView and DetailsView in ASP.NET 2.0. Are they or will
they be available for Windows forms too? If so, how do I add them to the VS
2005 toolbox in a Windows forms project?... more >>
VS2005 using 100% CPU
Posted by Cindy Kee at 8/9/2005 12:17:57 PM
I have been running the July CTP of VS2005 Professional for over a week now.
Until yesterday, I have had no problems. Yesterday afternoon, it started
taking longer and longer to do things, and now every time it becomes the
current process it suddenly jumps to 100% CPU time - even for just cli... more >>
Find in Files
Posted by Sonu at 8/7/2005 1:28:01 PM
Hi All,
In VC6.0, whenever I did a "Find in Files" search, I used to be able to just
push F4 and the results would take me to the lines in the source files where
the search item was located. (In other words pushing F4 F4 F4 would show the
search result location in the files, where it found th... more >>
Adding bin folder contents to Source Safe
Posted by Matt at 8/5/2005 6:13:39 AM
When my application runs it looks for a folder in the installation
directory called Graphics.
This folder contains images that are used for icons etc. within the
application.
They are read from this folder at startup because it allows the user to
change them if they wish.
I want to add this ... more >>
Is there a way to run macro automatically for every .CS file in the solution ?
Posted by Mark at 8/5/2005 12:00:00 AM
Is so, could you please redirect or post me an example ?
Thank you.
... more >>
Visual Studio 7.1 comments, dislikes, suggestions
Posted by Chris at 8/4/2005 7:23:01 PM
I posted a while back about my frustration with the lack of shortcut keys in
VisualStudio 7 vs. the shortcut keys in VC6.0. A very nice guy from MSFT
responded and asked that I keep a list of issues and/or shortcut keys as I
try to work with 7.1.
Having been using DevStudio since version ... more >>
Losing Property Settings
Posted by JimM at 8/4/2005 2:18:03 PM
This is a strange one. I opened a Web form with a Dataset, SqlConnection,
SqlAdapters and SqlCommands ( all selects). The SqlCommand used stored
procedures. The Web form is under VSS control and NOT checked out. I rebuild
the solution and ALL the SqlAdapters select properties lost their lin... more >>
VS2003: How to stop auto reformating of aspx pages
Posted by velver at 8/4/2005 10:00:06 AM
Is there a way to force VS2003 IDE to stop auto reformatting (or should I
say "damaging"
an existing format) of aspx pages ? I have all "Apply Autoamtic Formatting"
checkboxes
in Tools/Options/Text Editor/HTML/XML *unchecked*. Anything more I could do
to stop
this (stupid) VS IDE behavior ... more >>
Arrow keys not working in the dialog editor
Posted by Jason P at 8/3/2005 3:47:02 PM
When I'm working in the dialog editor in VS.NET 2003, the arrow keys do not
function. On other developers' machines that I've seen, the arrow keys move
the selected object (button, static text, editbox, etc.) 1-pixel in the
requested direction. In my IDE they do nothing at all. I can't find... more >>
VS.Net 2003 + .Net framework 2.0
Posted by LDD at 8/3/2005 10:04:22 AM
Can I use the .net framework 2.0 with visual studio.net 2003.
LDD
... more >>
virtual line end
Posted by Karsten Schramm at 8/3/2005 4:40:22 AM
Hi,
is there a possibility in VStudio.NET 2003 to set a virtual line end
(e.g. after 80 chars) so I can see a vertical drawn line at this point?
Thx
... more >>
IDE changes setting on it's own
Posted by Armin Zingler at 8/2/2005 9:46:01 AM
Hi,
after intallation of VS.Net 2003, I changed the option from starting with
"Start page" to "Empty environment". This worked for weeks now. I've been
using and starting it many times. Some days ago, it suddenly started with
the "Start page". I looked in the options and it has been changed to... more >>
Visual Studio 2003 shortcut keys
Posted by kevininstructor NO[at]SPAM state.or.us at 8/1/2005 3:02:11 PM
Other then viewing shortcut keys via the options window, one by one, is
there another method. CTRL+R is not showing "Solution Explorer" anymore
although typing View.SolutionExlorer into the command window works and also
selecting it from View->Solution Explorer in the IDE menu.
So any ideas... more >>
.net IDE Shuts Down during a build
Posted by Abhi at 8/1/2005 8:13:22 AM
Is there any reason why the VS IDE shuts down when doing a build? This
happens primarily every morning (but not the rule) after we get the latest
version from source safe.
I have deleted the cached file directories but still get this problem
multiple times every morning.
This happens to ... more >>
|