| Thread | Last Post | Replies |
|
| Sick and tired of Visual Studio.NET 2003 deleting code. | 15 Mar 2005 21:15 GMT | 27 |
I can't count the number of times I have edited my ASP.NET page only to determine that Visual Studio decides to randomly delete code from my code-behind file. This has happened several times now. So far, I have lost all code in my InitializeCompoenent() method (and no, I have not ...
|
| IDE changes file SubType from "form" to "code", any fixes??? | 14 Mar 2005 23:57 GMT | 2 |
The IDE has a nasty habit of changing the code type from "form" to "code" in the project file on occasion. This isn't the consequence of migration/conversion from vs 02 to 03, but just seems to occasionally happen. It happens on several of my development machines, and I can't find ...
|
| VS Macros and FolderBrowserDialog | 14 Mar 2005 19:21 GMT | 1 |
i'am new to IDE Macro porgramming (and new to VB and .net as well) and stuck with a problem with FolderBrowserDialog and SHGetPathFromIDList . I Like to open a "Browse for Folder Dialog" from within a .NET Macro. At first i tried FolderBrowserDialog but i get an empty dialog, only ...
|
| upload files with ftp | 13 Mar 2005 18:29 GMT | 2 |
Is there a way to push files up to an ftp server? I tried adding a server to the server explorer but it only allows local servers, not internet based. Thanks for any help with this.
|
| command line builds don't work | 09 Mar 2005 19:33 GMT | 3 |
i have a solution that builds in debug and release mode, when building inside the ide. when i try to build the same solution from the command line, the behaviour is
|
| Culture name neutral is not supported on loading form | 09 Mar 2005 16:09 GMT | 2 |
I have started getting the following error message when loading existing forms which use user controls, or when adding a user control to windows forms: Culture name neutral is not supported. Parameter name: name All the forms compile correctly and run fine - they just cannot be ...
|
| How to create a C# Console Application on another machine? | 08 Mar 2005 17:14 GMT | 1 |
I want to create a new C# console application on my server (it is another machine with different IP) from my VSStudio2003 on my local machine. Can I do this? If yes, how can I do this? Is there any article talking about this online?
|
| intellisense missing performlayout() | 08 Mar 2005 07:02 GMT | 3 |
intellisense missing performlayout() I disable the datagrid when the add button is clicked. When either the cancel or update button is clicked, I enable the datagrid. However, because the child controls are not also enabled - in this case I'm concerned with the
|
| ATLASSERT (p == NULL) | 07 Mar 2005 15:17 GMT | 1 |
I am always getting this alert when I am iterating through the projects in a solution. It occurs when this is executed: cpp_projects->Item(num, ¤t_project) cpp_projects is of type CComPtr<EnvDTE::Projects>.
|
| Addin/ ClassView access | 07 Mar 2005 13:49 GMT | 1 |
I have added a menuitem in the context menu to the Class View. Please, how can I know whether project or namespace is selected? Thanks, Olga.
|
| Failed to Create New VB.Net project in VS.Net | 07 Mar 2005 01:35 GMT | 2 |
I just installed .NetFramework v1.1, ASP.Net 1.1, and VS.Net professional 2003 in my Windows Server 2003 machine. I try to create a ASP.NET web application Project, but it failed. If http://localhost/WebApplication1 is entered in the Location, the
|
| VS 2003 .net crashes upon initial load | 06 Mar 2005 18:28 GMT | 1 |
I have installed VS .net 2003 enterprise version with no errors. But, when I attempt to start vs, The IDE displays for a quick second then on top of the IDE I get the general WINXP error that an error occured and the app has to close. It happens every time.
|
| C# Express Problem | 06 Mar 2005 03:14 GMT | 1 |
I installed C# express february CTP after uninstalling previouse versions. When I create a new winforms project, I constantly get an error: "The operation could not be completed". Reinstalling a previous version does not solve the problem.
|
| <summary> to left? | 06 Mar 2005 03:10 GMT | 1 |
Hi, I'm just having my first serious look at the VS .Net IDE after years of VS6. I quite like the way you can use intellisense to look at variables, and it *almost* makes up for the jarring abscence of m_ etc :)
|
| vsnet 2003 | 05 Mar 2005 17:10 GMT | 10 |
Hi all, I am new to vsnet 2003 professional. I just installed it the other day. I used to work with vb6 earlier and liked the features such as where the ide tries to auto fill your code etc. e.g. if i type in "object." it automatically gives me the methods and properties to ...
|