| Thread | Last Post | Replies |
|
| Documents on .NET framework | 30 Sep 2005 08:36 GMT | 1 |
i wud like to know which book for learning .NET framework and also suggest sites where i could learn about its latest updates????this would be useful for me in the long run....
|
| How to apply xml commentig code | 30 Sep 2005 07:22 GMT | 3 |
how can I apply xml commenting code to csharp and vc++ projects, so I can write /// and the intellisense write the summary? tnx
|
| ClickOnce Deployment Manifest Issues | 30 Sep 2005 04:35 GMT | 1 |
Our application is built with VS2005 Beta 2. We uses ClickOnce to deploy the application. Here is the issues we have experienced on some client machine. When we click the install button from the publish page, the deployement manifest is open in the browser instead of lauching the ...
|
| .net framework 1.1 on windows 2003 server | 29 Sep 2005 19:44 GMT | 2 |
How can I uninstall .net framework on windows 2003 server? is it possible? regards LUK
|
| How do I get parameter values? | 29 Sep 2005 16:46 GMT | 5 |
If I have the following code : private void A (Type1 param1, Type2 param2 ....){ B(); }
|
| Installation VS.net 2003 balking at disk 2 | 29 Sep 2005 15:31 GMT | 4 |
Running WinXP Pro, SP2. Meet all minimums. While installing Academic version all goes fine until it asks for Disk(CD) 2. The installation will not recognize the CD. I am wondering if I may have a bad disk? I can browse the contents of the CD while in Explorer. Has anyone ...
|
| .NET framework and Terminal Server | 29 Sep 2005 13:42 GMT | 3 |
Can somwone tell me how .net framework will behave when I'm running a .net application in TS? Will .net framework load for every user/prosess? If so, is it possible to share the .net framework between users/prosesses?
|
| Strange behaviour of .net framework | 29 Sep 2005 07:14 GMT | 1 |
I've got the following problem: My application consists of a windows form (all vb.net) and several panels placed on it. Each of this panels has a *.png or *.jpeg file as a background. Now, depending on user interaction, several of these panels may be invisible
|
| app.exe - Common Language Runtime Debugging Services | 29 Sep 2005 07:12 GMT | 1 |
I am getting below error message when we do some action at runtime. This happening only in few computers. ================================================= app.exe - Common Language Runtime Debugging Services
|
| Dear Mr Gates, A suggestion to make the CLR Ubiquitous | 29 Sep 2005 05:38 GMT | 14 |
Check out the article titled : Dear Mr Gates, A suggestion to make the CLR Ubiquitous at http://dreams2text.blogspot.com/
|
| Solution for the Error : The service did not respond to the Stop call in a timely fashion | 29 Sep 2005 05:28 GMT | 2 |
I am writing a service which takes a long time to stop after the OnStop call is given by the Services Snap-in. The problem is I cannot cut down on the time that it takes to Stop. The Service snap-in gives me the error saying that the service did not respond to the Stop call in a ...
|
| is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when it is closed in the finaly block? | 29 Sep 2005 03:55 GMT | 5 |
is there any way to clear the buffer of a System.IO.StreamWriter so that it does not do a flush when it is closed in the finaly block?
|
| Threads that do not end | 29 Sep 2005 03:39 GMT | 8 |
I'm developing an application that makes a lot of assyncronous things. I always use the methods BeginXXX and EndXXX when they are available or BeginInvoke and EndInvoke when they are not available. I never use the Thread.Start() method.
|
| Antivirus Software | 29 Sep 2005 02:46 GMT | 2 |
What is the best way in VB to determine if an antiviral software package is installed on a computer and what product it is?
|
| Stupid Variable Declaration Question | 28 Sep 2005 22:55 GMT | 2 |
Stupid question: In VB.NET how do you group similar variables together? For example, I have these two fields: Dim EmployeeFirstName As String Dim EmployeeLastName As String
|