| Thread | Last Post | Replies |
|
| Visual Studio 2003 vs. 2005 - Easy/Good enough to use yet? | 28 Feb 2005 16:28 GMT | 3 |
Hi. When I was unemployed a few months ago, I recently made a personal website with C#.NET and Visual Studio 2003. It contained multimedia, a msg board, and several other trivial sections and features just so that I could get the hang of .NET.
|
| New to Visual Studio and unable to run projects | 28 Feb 2005 11:19 GMT | 2 |
I've just started using VS.net 2003 running under XP Pro SP2. All was ok at first but I'm now getting the message 'Unable to start debugging. No such interface supported' when I try to run any project. They are simple projects in order to learn VS and Visual C++. They are dialogue ...
|
| Tool to return public class members | 28 Feb 2005 10:29 GMT | 2 |
I have a compiled assembly, in which I need to verify all the public members. Is the a freeware tool the can query the assembly, and return a text list of all the public members? Thanks
|
| Send compiler preprocessing directive when building using devenv.exe | 28 Feb 2005 10:26 GMT | 3 |
I run nightly builds with a set of bat scripts and VS.net 2003. I call devenv.exe and pass in my solution filename. I have a number of parts of code that I want "disabled" when I do a build on the builds server, and the only way I can see doing this is by
|
| Managed? | 28 Feb 2005 09:03 GMT | 4 |
I was lead to believe that these newsgroups are managed. Previously when I have posted I have received a response within 48 hours. Now I am not receiving a response at all!!! I am an MSDN subscriber and the following is the link to the last message:
|
| Visual Studio .NET & Platform SDK | 26 Feb 2005 17:32 GMT | 2 |
I am wondering if I have essentially the platform SDK already installed. I suspect not, However, with my visual studio documentation, I seem to have the full documentation to the platform SDK and full use, for example, of Win32 APIs and such.
|
| Rulers and Guides | 26 Feb 2005 15:01 GMT | 2 |
Could anybody tell me if VStudio2003 has rulers/guides for lining-up controls? Also, if using grid layout, how do you control the width of the contents area of your page/form? What I mean by this is how can I design my layout for a particular resolution, say 800x600 pixels or any ...
|
| Web Applications | 25 Feb 2005 23:47 GMT | 1 |
I have XP Home and VS.NET 2003. I tried to create a new web services or asp net app and VS tells me I have no web server running. I don't mind upgrading to XP Pro but when I ran a upgrade wizard to check for requirements, it said something like "the software you have installed is ...
|
| A newbie screw up with Menus please help | 25 Feb 2005 22:28 GMT | 1 |
Hi on the main screen for Visual Basic.net (2003 Pro) development I somehow managed to remove the items 'File' and 'Edit' and all of the menu choices underneath. I have searched everywhere I can think of to try and find a way to restore the menu to its 'out-of-the-box' state but
|
| Strange errormessage while debugging "There is no source code available for the current location" | 25 Feb 2005 20:47 GMT | 1 |
i try to debug a VB.NET application, but every time when i reach a method call i get the error "There is no source code available for the current location" from the visual studio. dim myObject as new MyClass ' MyClass is member of the same project
|
| Automatically copying VS output to an IIS website folder | 25 Feb 2005 14:22 GMT | 2 |
I have a code library that is output by VS as a .dll file that I would like to copy to an IIS website folder. I'd like this copy to happen each time I compile a particular project so the copy in VS and the copy on the website stay in synch. Currently the target web folder is on ...
|
| Hotfix for DevStudio incorrectly removing ASP.Net event handlers? | 25 Feb 2005 10:20 GMT | 1 |
ENV: Windows 2003 Server, VS 2003, .Net 1.1 A number of our developers have raised an issue with DevStudio removing event handlers from ASP.Net C# code-behind. It mostly happens when editing in the HTML view of the page, sometimes in design mode; DevStudio will
|
| Old VS.NET problems...any solutions? | 25 Feb 2005 09:05 GMT | 1 |
I found this old usenet post from a VS.NET "core team" member. I have the same exact 2 problems he mentioned in the post below. They are really frustrating me. Can anyone shed some light on these?... ***********************************************************
|
| CodeModel | 25 Feb 2005 09:03 GMT | 1 |
I have an object A that contain B. When I create B I want to add a property (parent) that point to the instance of A (if the instance of B is contained in A). If B is instanciated alone (not in A), is parent will be set to
|
| Problem with reading Microsoft Word files with StreamReader | 25 Feb 2005 08:09 GMT | 1 |
Hi, I am trying to read Microsoft Word file with StreamReader, but I do not want to read summary info such as who last saved file etc. Is there a way to read only "document" info not summary information? I am using streamreader.readtoend() method to read info.
|