| Thread | Last Post | Replies |
|
| Program execution | 07 Dec 2004 10:01 GMT | 1 |
I tried to execute the program by providing the pdb file, but it gave the same error. What do you mean exactly by a "release" version.
|
| Question about EULA for VS.Net student edition | 07 Dec 2004 04:12 GMT | 2 |
In an effort to learn Visual Studio .Net and VB.Net, I came up with a web application project to keep myself busy. I have worked on this project off and on for a while now. Once this web project reached a certain point, I intended to release it to the public for others to use if ...
|
| Program execution | 07 Dec 2004 03:58 GMT | 1 |
I currently use Visual Studio .Net 2003. Now I have programmed a small program and want to deliver the executable only to some friends, since they do not need the source code and other files created. When I try to execute the file found in MyProject/Bin/Debug/executable
|
| Creating Custom WebForms at the Run-Time. Controls defined by the end. | 06 Dec 2004 20:51 GMT | 1 |
I'm involved into a project which will allow the end-user to create his own custom forms. If any of you were to have suggestions regarding this subject I'd be very thankful.
|
| fopen problem, possibly LeaveCriticalSection | 06 Dec 2004 06:26 GMT | 3 |
We've been receiving bug reports from users. The minidumps we've been getting back say Unhandled exception at 0x7c57e592 in CRASH.DMP: Microsoft C++ exception: [rethrow] @ 0x00000000
|
| strong name DLL versioning and compatibility | 05 Dec 2004 03:15 GMT | 2 |
I'm the author of a .NET DLL that's used by an application from another department. Unfortunatly were on different deployment schedules, so any new version I write has to work with their existing app. My assembly is strongly named and is placed in the GAC. The only way I have ...
|
| Web Site Dvelopment | 04 Dec 2004 18:14 GMT | 3 |
I've just purchased Visual Studio .NET 2003 and need to setup a website for my Wife's business. I've programmed some applications in VB.NET at work. What would be the best way for me to get started. I've mostly programmed utilities/applications at work in Borland Delphi and ...
|
| DLL creation help (simple!) | 04 Dec 2004 13:45 GMT | 1 |
I'm new to visual studio.NET, so please excuse my ignorance here. I'm trying to create an activeX DLL exactly as outlined here: http://support.microsoft.com/default.aspx?scid=kb;en-us;248187 I'm running into 2 problems:
|
| Why does Visual Studio .NET 2003 hang when pinning toolbox | 04 Dec 2004 07:01 GMT | 1 |
Not so recently I have encountered a problem with Studio hanging when I try to pin or unpin the Solution Explorer, Properties, Server Explorer, Toolbox. it is intermittent but quite annoying. Anybody else have this? LP
|
| Forms Authentication | 04 Dec 2004 04:05 GMT | 2 |
I get the error below when attempting to start a project that I have added Forms mode autnentication to I cannot figure out what is wrong with this line Any suggestions
|
| Pegging toolbox is freezing Visual Studio .net 2003 | 04 Dec 2004 03:18 GMT | 3 |
XP pro, service pack 2. Visual Studio .net 2003. I usually allow my control toolbox to auto hide, but for some reason (started today) when I try to peg the toolbox to remain visible Visual Studio is freezing up. The toolbox extends, my mouse cursor changes to the
|
| COM dll registers on XP and 2003, but not 2000 | 03 Dec 2004 20:55 GMT | 5 |
We have an old COM dll project which we moved over to VS.Net 2002 and finally 2003. When it was a 2002 project being built under 2000 it worked fine under all OS's. However, we recently changed to VS.Net 2003 and are also building under Windows Server 2003 and now the file no ...
|
| Textbox defaulting property to .TextLenght | 03 Dec 2004 17:08 GMT | 2 |
Can anyone tell me why all of a sudden, any time I'm working with a textbox object (vb.net) in code, the intellisense keeps taking me to .TextLenght instead of .Text (which is before TextLength of course) I know it always used to hit .Text first whenever I would type
|
| How to convert Byte Array of 4 elements to Int32 & vice versa??? | 03 Dec 2004 16:12 GMT | 1 |
How to convert Byte Array of 4 elements to Int32 & vice versa ???
|
| opening ASP project in VS .NET 2003 | 03 Dec 2004 14:19 GMT | 2 |
Is there any way to open and work with a classic ASP project in VS .NET 2003. I want to continue coding in classic asp using the VS .NET 2003 editor.
|