| Thread | Last Post | Replies |
|
| Create a query | 12 May 2004 12:09 GMT | 3 |
In VS, I look desperately to launch the query designer. Here below the help in VS. But I don't see the 'Queries' item 'under the node for my project'. Somebody can give me some light? Where is it ?
|
| CodeClass.AddAttribute not working on C# item | 12 May 2004 10:10 GMT | 1 |
documentation says AddAttribute doesn't work for VB, but I get a "Not Implemented" exception message for a C# class too. Is this correct?
 Signature Daniel Cazzulino [MVP XML]
|
| VSDir IconResourceId | 12 May 2004 03:55 GMT | 1 |
I'd like to know where do the icon resources come from in order to take a look and see if I can find one that is appropriate for my template types. If I just knew the DLL to look for... Thanks!
|
| How to set a DotNet reference to SQLDMO and DTS | 11 May 2004 19:28 GMT | 1 |
I have a large product that contains several projects. A couple of the projects require references to the SQLDMO and DTS interop assemblies. A contract programmer who is gone now originally set these projects up. I lost the reference to SQLDMO from one of them during a VS crash.
|
| Where does the IDE get all its graphics from? | 11 May 2004 18:41 GMT | 5 |
I'm trying to raid the IDE's resources to get some icons (for building a class browser of my own) and I can't seem to fid them. I've looked through several .EXEs and .DLLs with an icon editing program, so unless they're stored as bitmaps somewhere, I'm at a loss. Any suggestions?
|
| Can flicker be stopped in a macro | 11 May 2004 08:00 GMT | 1 |
I have a macro that executes "Edit.ToggleOutliningExpansion" many times. Is there a way to suppress the redrawing of the page until the macro is completed? "DTE.SuppressUI" does not help.
|
| Disappearing Controls | 11 May 2004 03:46 GMT | 3 |
Hello Every For about 3 months now that I have noticed, when I open the forms designer occasionally it will delete, what I can only assume are, random controls from my form. Does anyone what might be causing this??? and how to fix it???
|
| Enter key malfunction | 10 May 2004 18:53 GMT | 2 |
Another one. I go to the beginning of a line (VB.NET). Click enter, a new line is created but the cursor goes to the next line 2 chars from the beginning. Tab setting are - Smart, size 2, indent 2, keep tabs.
|
| IDE bugs | 10 May 2004 13:18 GMT | 6 |
I know this issue has been discussed before - back in February - but no solution or bugfix has been offered so far. I work on an application with only a few forms. All but one cause no trouble
|
| Iterating project files seems very slow... | 10 May 2004 05:14 GMT | 2 |
We have a lot of files in different directories in our project. I wrote a macro to find and open a source file based on the filename rather than using the solution explorer. But it's so slow as to be unusable. Is there something obvious in my code, or is there another way to do ...
|
| Spot the error?? | 07 May 2004 20:02 GMT | 17 |
Below is the output text from a build. Notice the last line. Then try to spot the error. I couldn't but I guess VS2003 could. Please MS fix the bloody IDE. This is just a sample of the frustration at using this IDE. Time to close it and reopen.
|
| problems with web project | 06 May 2004 16:01 GMT | 1 |
I am attempting to create a simple asp.net project with visual studio.net using the frontpage server extensions on a windows 2003 server. When attempting to open the project I get a forbidden (403) message from the web server and I was only prompted once for login credentials. ...
|
| Displaying only filename on tabs | 06 May 2004 15:52 GMT | 4 |
The tabs at the top of the editor area displays the full path. Because the paths are long the middle gets truncated and replaced with "...", making them difficult to read (lots of files, controls, code behind, etc). Is there a way to display just the file name (to exclude the path ...
|
| Asp.net: can not see design preview | 06 May 2004 15:41 GMT | 1 |
I am using Visual Studio.NET for creating ASP.NET pages. This page has a Repeater control, place holder and some code <%# DataBinder.Eval(Container.DataItem, "Location") %
>. |
| Multiple instances of dexplorer.exe running in background | 06 May 2004 02:58 GMT | 2 |
I am using Visual Studio.NET 2003. I also have the January 2004 Release of MSDN Library installed Whenever I use help a new instance of dexplorer.exe starts and stays in the background and never shutsdown. This would not be so bad but each instance takes between 10 and 12Mb -- ...
|