| Thread | Last Post | Replies |
|
| Student license expires upon graduation? | 08 Nov 2003 09:23 GMT | 1 |
Hello, I am an Italian university student near to graduation. I'd like to buy the Visual Studio .Net with the student license, but will the student license expire when I graduate or stay valid for the life?
|
| Need an expression to check whether an object is null in the debugger | 07 Nov 2003 23:08 GMT | 6 |
In VS .NET (2002), how can you check whether an object is null in the debugger (Watch window)? The following expression evaluates correctly... myString == string.Empty
|
| ASP.NET: What if I don't want a DLL?! | 07 Nov 2003 21:32 GMT | 8 |
We are using VS.NET Pro 2003 to build web apps, but we would very much like to just use it to create the .aspx and .cs files and not have it force us to build a DLL. When we try to use the @Page Src= or @Control Src= (so it can reference an actual .cs file instead of the DLL), ...
|
| public/private keys | 07 Nov 2003 13:32 GMT | 4 |
As I understand, when I sign a strongly named assembly with my key file, the assembly is signed with the private key. I create the key file using SN -k myKeyFile.keys. I also can "show" the public key and token using SN -tp myKeyFile.keys.
|
| Declare with a type 'Any' argument | 07 Nov 2003 07:23 GMT | 1 |
Here are two declares used in VB6. Does anyone know how to handle the "lpBuffer as Any" argument in Visual Basic .NET? How does the 'Any' type translate in VB.NET? Declare Function hread Lib "kernel32" Alias "_hread"
|
| Add hours to a time value | 07 Nov 2003 07:06 GMT | 1 |
I am using <%= DateTime.Now.ToString("t") + ", " + DateTime.Now.ToString("ddd, dd MMM") %></font></TD> to show the time in a web page
|
| Lost CD | 07 Nov 2003 06:43 GMT | 1 |
I doubt there is any right place to ask this but I figure this is my best shot. I'm a CS student bout ready to graduate and long story short I just now have a PC that will let me install .NET. I started doing it then I realized Ive lost disk three. I got it from the MEEA
|
| Reverse Engineering Datasource Bug in Visio | 07 Nov 2003 01:23 GMT | 3 |
I can't seem to add more than one datasource through the Wizard. Then whenever I use the er source template the reverse engineering wizard always shows the same datasources. No matter how many times I repair or restart
|
| One question which i can't solution,need your helping | 06 Nov 2003 21:47 GMT | 1 |
My computer's system is windows2000 professional,base on FAT 32.When i start the system,i input accurate name and password on the interface(log on),verify successful,but the system can't arrive de Desktop of the Win2000,it
|
| How do I make a project into an Application | 06 Nov 2003 21:39 GMT | 1 |
How do I create a simple .exe from a project so I can run it on any machine
|
| in merge module, possible to keep source files dynamic? | 06 Nov 2003 21:11 GMT | 4 |
I have a merge module vs.net project. I want to include: c:\work\m2\myfile.file but I want someone else to be able to open it up and link to
|
| Trouble with installer and computer imaging | 06 Nov 2003 20:39 GMT | 2 |
Here's my situation. I created the installation package for my application using VS.NET. It installs and uninstalls correctly on the first client machine, running WindowsXP Pro with all the latest patches and fixes. Then this machine (with the application installed) is used as the ...
|
| Deployment of Web Apps | 06 Nov 2003 20:36 GMT | 1 |
I'm having some difficulties finding the information I need to create a deployment project for an ASP.Net web app that allows me to specify the drive and directory that I want the files to be installed to.
|
| Rebuilding on Run | 06 Nov 2003 19:01 GMT | 1 |
Does anyone know why my projects are not rebuilt when I hit the run button? When change anything in code I must rebuild it manually and then run it, otherwise it is not rebuilt. I am using Visual Studio .Net 2003 Ent Arch.
|
| EditorBrowsableState.Advanced | 06 Nov 2003 17:39 GMT | 1 |
Does VS.NET 2002, 2003 support the EditorBrowsableState enumeration values? If I set something to Advanced how would an advanced user enable it? Thanks, Eric
|