all groups > visual studio .net ide > september 2006
Filter by week: 1 2 3 4 5
Locating and using new downloaded libraries
Posted by Roger Williamson at 9/29/2006 8:18:02 AM
I ran into a problem recently with my VS2005. I am attempting to do some C#
bluetooth coding, and I found the libraries I needed on the "Windows Embedded
Source Tools for Bluetooth Technology" page located here:
http://msdn.microsoft.com/embedded/usewinemb/ce/sharedsrccode/west/default.aspx
... more >>
added controls to toolbox do not persist throughout sessions
Posted by Carlos at 9/28/2006 12:01:47 PM
Hi all,
I added the atlas control kit to my toolbox, and other commercial set
of controls, but the controls did not persist in the toolbox when
VS was closed and re-openned again.
Does this occur by design ?
Thanks in advance,
Carlos.
... more >>
Keyboard
Posted by Laszlo at 9/25/2006 3:56:01 AM
Hi!
In the Editor (c++, C#) I can't use the Backspace, Arrows, Enter buttons.
Text can I write, but the function-buttons don't go.
When I make Import standard settings, I becom Error 1: Import error at
settings for Keyboard.
What is wrong?
Laszlo
... more >>
Go to Definition finds base class method, not override class metho
Posted by BBM at 9/24/2006 1:17:01 PM
Hi,
I have a question about how "Go to Definition" works in VS. I have this
situation...
If you select a method call for a an object where the class defines an
Override of a base class defined method, and then select "Go to Definition"
in the context menu, in my system (VS 2005 - Visual... more >>
Some thing wrong after I installed Visual Studio .NET 2003
Posted by Andy at 9/23/2006 12:00:00 AM
After I installed Visual Studio. NET 200 and create a C# project, the IDE
tell me that "... can't create Microsoft Visual C# .NET compiler ... please
reinstall Visual Studio."
But After I reinstalled the Visual Studio, the error occurred again!
What can I do?
... more >>
Add Class works differently in vs2005
Posted by Bill Below at 9/22/2006 10:17:01 PM
I am moving Win32 console app that works fine, as built by VS2003, to VS2005.
This app automates Excel and in 2003 used Project/Add Class to create header
files that included all methods and did not include an #import directive.
In 2005, Add Class creates smaller header files with #import dir... more >>
Macro: OutputWindowPane.OutputString() is delayed
Posted by Boris at 9/21/2006 10:28:56 PM
I want to output some data in OutputWindowPane while a rather lengthy macro
is running. The problem is that I don't see any output until the macro is
finished - then all the output appears at once.
When you click on the IDE of Visual Studio 2005 while the macro is running
you see a delay no... more >>
TreeView control and nodes
Posted by Michael Chambers at 9/21/2006 6:02:33 PM
Hi there,
I'm creating an AddIn and I'd like to construct a "TreeView" control whose
nodes match those seen in Solution Explorer. Is there any way to get hold of
these? Thanks very much.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How do you set Firefox as the default browser in vs.net 2003?
Posted by Jason Pritchard at 9/21/2006 3:12:45 PM
How do you set Firefox as the default browser in vs.net 2003?... more >>
How do you display "find results window" in grid?
Posted by Akira at 9/19/2006 2:07:49 PM
Does anyone know how to display "find results window" in grid?
I want to see file name and code snippet in different column.
This could be just me, but it makes much easier for me to look at
search results.
I think visual interDev used to do so.
I am using VS2005 right now.
Please help!
... more >>
[VS 2005] Custom Build Step problem in C++
Posted by Michael Russell at 9/19/2006 11:20:11 AM
Hi all,
Sorry for the repost, but I never received any response when I first
asked this a few weeks ago. I would really appreciate some feedback on
this, it's driving me nuts...
I'm beginning the process of moving some projects from VS.Net 7 to
VS2005. I'm having problems getting a Cus... more >>
Source files for Setup projects
Posted by Leslie at 9/18/2006 9:50:01 AM
Using VS 2005 to build a C# application, I have noticed that if the setup
project references Primary output from an executable project, the setup
project uses the obj\Release folder to get the executable file while the dlls
used by the exe come from their respective Release folders.
What i... more >>
Slow response while debugging in VS2003
Posted by Ajak at 9/18/2006 12:00:00 AM
Hi,
One of my office's development machine have this problem while debugging an
ASP.NET project. Other machines debugging process are normal, just one our
developers' machine responses very slowly while step debugging.
Does anyone has similar experince? Any solutions or suggestions?
Than... more >>
Quest: VS.NET Start Page - 4 Projects in List...
Posted by bj7lewis at 9/17/2006 10:01:59 PM
I am working with VS.NET 2003 Pro and I have 5 projects now I want to chose
from on the VS.NET Start Page but VS.NET only display 4 projects. (Note: I
see ver 2002 only had placeholder for 4 projects but now ver 2003 expands
placeholder but only also 4 projects still).
Is there anywhere MRU... more >>
Three questions regarding Design View
Posted by Flack at 9/16/2006 5:53:01 PM
Hey guys,
I'm having some problems when I am viewing a form/control in the desing
viewer in VS 2005.
1. Lets say I have a form with a button. I click on the button and then I
want to view its code so I try to click the view code button in the Solution
Explorer. However, clicking the Sol... more >>
Web forms design view and tool box suddenly disappeard in VS 2005
Posted by Martin at 9/16/2006 1:51:01 PM
After working with VS 2005 for a couple of months I somehow lost today the
design (GUI) view for web forms as well as the web forms tool box entries.
This applies to both new and existing aspnet project.
When I select "View designer" in the aspx context menu I get an errormesaage
saying "Th... more >>
How do I past html?
Posted by needin4mation NO[at]SPAM gmail.com at 9/16/2006 6:27:03 AM
I copied some text from a web page and when I pasted it it had the html
code surrounding where the text was red, blue, etc. I thought I
remembered a paste as HTML in previous versions of Visual Studio. It's
not in my 2005 version. Any idea how to do this? Thanks.
... more >>
"Configure Dataset with Wizard" crashes Visual Studio
Posted by SHerod at 9/15/2006 4:15:01 AM
Hi.
I'm attempting to reconfigure a Data Source using the "configure dataset
wizard" and find that VS constantly crashes.
I select (tick) the new table I want to add, click next and get "Unexpected
Error" dialog box.
The Wizard stops responding, then when I try to close the window I get... more >>
tune autoformat to keep aligned code
Posted by Steven Spits at 9/15/2006 12:00:00 AM
Hi group,
I often write code like this:
ShorVar = 1;
LongNamedVariable = 2;
But as soon as I type the final ; Visual Studio formats my code and removes
the extra spaces I used for aligning my code:
Shorvar = 1;
LongNamedVariables = 2;
I'd like to keep my... more >>
Debugging thread problem
Posted by John Brown at 9/14/2006 5:39:28 PM
Hi there,
Has anyone had any problems debugging a thread in VS 2005. If I put a
breakpoint on a worker thread (the only one in the app) and then run the app
two things happen:
1) It takes an unusually long time for the breakpoint to kick in once
encountered
2) When it finally does break... more >>
no help files
Posted by Joe at 9/14/2006 4:57:13 PM
For some reason my MSDN documentation didn't install with Visual studio. All
the files are there but when I go to help there are no help files. Is there
a way to manually install the help files?
... more >>
VS2005 IDE auto inserting parentheses
Posted by jmelkerson at 9/14/2006 8:04:02 AM
Somehow my VB2005 IDE is getting in a mode where it thinks every character I
type is the name of a function or procedure. It auto inserts parentheses for
me and I cannot edit them out or delete them in anyway. The IDE thinks it
knows better than I do what I am trying to type.
For example... more >>
"Automation server can't create object"
Posted by Joel WZ at 9/13/2006 8:56:54 PM
I receive the above message any time I try to add an item to an existing or
new project. I have searched and found that the WSH may be the problem, but
I have installed it, twice. I have tried re-registering msxml3.dll.
Nothing seems to work. I can't add anything, so I am stuck...
Any he... more >>
Build and Run Options - Verbosity
Posted by breBill at 9/13/2006 3:09:02 PM
I am looking for a way to track build times. Documentation on msdn says the
'MSBuild project build output verbosity' setting will give me more data in
the output window...for example, build start timestamp, project build times.
I change this setting, but nothing changes in the output window.... more >>
How do I escape ( in a regular expression "find & replace"
Posted by Hua-Ying Ling at 9/13/2006 1:14:01 PM
Hi,
I'd like to escape the '('. I've defined a tagged regular expression find
and replace. The replacement string is: "Function(\1" but the ( is getting
interpretted as subgroup definition. I tried to escape it so that the
replacement string is: "Function\(\1" but now it is interpretted... more >>
Missing Macros menu
Posted by eXavier at 9/13/2006 8:13:03 AM
Hello,
I now use VS.NET 2005 Team Ed. but wonder why the menu 'Macros' under Tools
was removed. I wanted to import some macros I used in VS.NET 2003..
We use Team Edition for Developers and I checked that also my coleegs miss
this menu item. However I can see in newsgroups talking about Macr... more >>
where to find IDE-customized-Color settings.
Posted by Gosber at 9/12/2006 8:05:17 PM
Hi, All
I cannot change KEYWORD's default color in IDE, could you please help on
this? thanks in advance.
Rgds/Gosber
... more >>
Form designer in VS2005
Posted by Donald Alexander at 9/12/2006 2:38:01 PM
The following errors have appeared since last Sunday.
One or more errors encountered while loading the designer. The errors are
listed below. Some errors can be fixed by rebuilding your project, while
others may require code changes.
No more data is available.
Hide
at Microsoft... more >>
Quick Find does not show?
Posted by Asaf at 9/12/2006 9:46:01 AM
Hi,
Suddenly when I trying to view the Quick Find using CTRL + F or by the menu
Edit -> Find and Replace the Quick Find does not pop up.
Any clue why this is happening?
Regards,
Asaf
... more >>
Macro: projectItem.FileNames does not contain filenames
Posted by Boris at 9/12/2006 1:33:19 AM
When I iterate over the FileNames array of a project item in a C++ project I
see 25 times the string "Source Files". FileCount is correct - there are
indeed 25 cpp files in "Source Files". However when I fetch the values from
FileNames I don't see the pathnames to the files but only the string... more >>
Compilation errors - how to isolate
Posted by Alan T at 9/12/2006 12:00:00 AM
I got more than 200 warnings and 1 error after my compilation of the
project.
Is there a way I can jump to the error instead of scroll through the whole
list?
... more >>
Keys not working in VS.Net 2003 IDE
Posted by Joel Zinn at 9/10/2006 9:56:02 PM
For some reason, the cursor/navigation keys do not work in the IDE of VS.Net
2003. THis includes backspace, enter, copy (ctrl-c), paste (ctrl-v), etc.
Not sure what happened. The alpha and numeric keys work. This worked fine
until I had a problem with a domain and had to unjoin/rejoin. The... more >>
Addins not being listed in the addin manager.
Posted by Patricio at 9/7/2006 4:04:22 PM
Hello,
Suddenly all my add-ins dissaperead from Visual Studio 2005. I tried to
re-install the add-ins to no avail.
With the Sysinternals Filemon I can see that VS2005 is reading the .addin
files, but they are not listed and the addin functionality is not present.
Any ideas?
Thank yo... more >>
Intellisense not types for variable assignment (VB.NET)
Posted by Richard Collette at 9/7/2006 8:20:01 AM
I just was at an MSDN event and saw that it is possible to type:
dim someVar as SomeType = new
or
dim someVar as SomeType
someVar = new
Intellisense then defaulted to selecting the SomeType constructor and after
hitting tab the constructor was entered in the IDE.
On my machine, I... more >>
Links to files instead of copies...
Posted by J. Dudgeon at 9/6/2006 10:56:01 PM
I'm sure this must have been asked before but I couldn't find a post
regarding this topic. Since VS2003, I've always wondered why I couldn't
create a link to a file instead of a copy, such as common C# files shared
between projects etc.
In VS2005, I was trying to use a common signing key... more >>
How to run tests as a post-build event?
Posted by Juan Dent at 9/6/2006 6:38:01 PM
Hi,
I have a project which has a test project defined for it. I want certain or
all tests in that project to execute after a succesful compilation/build of
the first project.
Somewhere I read about MSBuild, yet I don't see how this can accomplish my
goal.
--
Thanks in advance,
Ju... more >>
Imports Excel statement - failure to compile
Posted by BMeyer at 9/6/2006 4:15:01 PM
Console application in VB.NET (Visual Studio 2003) used to compile just fine.
Now I get "Namespace or type Excel cannot be found" I have reference to
COM object Microsoft Excel 10.0 Object Library and Excel 2002 SP3 is (and has
been) installed on my machine.
I deleted the Interop.Excel.d... more >>
Start page RSS feed doesn't refresh
Posted by BrianH at 9/6/2006 11:44:02 AM
Visual Studio 2005 Dev Ed., set the RSS Feed to refresh every 60 minutes and
pointed it to http://blogs.msdn.com/MainFeed.aspx. It doesn't refresh at
all. The only way that I can make it refresh is to change the refresh
interval and then change it back. Even opening and closing VS doesn't m... more >>
VS .NET 2003 SP1 and makefile projects
Posted by sags at 9/6/2006 7:15:02 AM
Hello all,
I have just installed Service Pack 1 for .NET2003, and have had an
unpleasant surprise with makefile projects in the solution. Every time I hit
F5 to start debugging the IDE asks if I want to build them, which is very
annoying. The old behaviour (before SP1) was to just ignore th... more >>
Possible to get settings/options information in VS via code?
Posted by AC [MVP] at 9/4/2006 7:12:55 PM
In VS 2005 (and earlier) you can specify if you want to use tabs or spaces
when you hit the TAB key, as well as how many spaces to use. Is it possible
to access this information somehow? Through the API? Maybe using VSIP?
-AC [MVP MCMS]
www.andrewconnell.com
... more >>
Visual Studio.NET 2005 Std Edition Crashes On Startup
Posted by Mark at 9/4/2006 11:18:31 AM
After I see the splash screen, I'm getting a crash.
Some things I've tried:
repairing software,
reinstalling entire software,
installing VS80-KB916769-X86-ENU.exe,
looking for strange items being searched in the registry,
Any ideas?
Mark
... more >>
vs2005 source control deleted files that aren't
Posted by Nadav Popplewell at 9/3/2006 12:50:01 AM
I have a strange situation with TFS source control.
I have several files (a sub tree of folders with files in them) that seem to
be in a strange status.
If I look at the history of the files, the last operation on all of them is
Delete.
So they should be deleted, right?
However, the files ... more >>
|