| Thread | Last Post | Replies |
|
| .NET framework SDK install problem | 05 Aug 2005 16:51 GMT | 1 |
I tried installing the .NET framework SDK from an MSDN DVD and the setup program stopped responding, so I had to end the process. Now when I try to install it again setup encounters an error and closes. It doesn't give any information about what the error was. I looked around ...
|
| Determining if the user has admin privileges | 05 Aug 2005 15:45 GMT | 2 |
I'm writing a C# .NET code in which I need to first determine if the user has administrative privlieges on that system (or if the user belongs to the administrative group). Could anyone please tell me how I can achieve this. Thank you
|
| June 2005 EAL Question | 05 Aug 2005 15:02 GMT | 4 |
I just downloaded the June 2005 release and I want to set up basic logging to log problems such as exceptions. I have created a category named Exceptions with the following: <category name="Exceptions">
|
| can't seem to get this while | 05 Aug 2005 14:42 GMT | 1 |
I am baffled as to why I can't seem to get this while statement to bail out when it iterates to an empty row? Thanks. While (Not IsNothing(objExcel.worksheets(h).cells(i, 1))) Try
|
| assembly version | 05 Aug 2005 14:29 GMT | 1 |
how do i read the assembly version (not the file version) of ? tnx..
|
| Issues with distributing PDBs | 05 Aug 2005 10:06 GMT | 2 |
One if the first first things we do when our customers report errors that we cannot track down from the message is give them the PDB's to put in the bin folder so we can get a line number with the error the next time it happens.
|
| Deploying a project in VB.Net | 05 Aug 2005 09:17 GMT | 1 |
I am trying to deploy a project using the setup wizard. How do I check if the target machine has the .net framework installed and how do I include the .net framework package in my installation wizard to install prior to the installation of my program?
|
| JavaScript Alerts with .NET | 05 Aug 2005 09:11 GMT | 1 |
Say I have a Server Side button that I'm using in ASP.NET. The button does some validation and uses a javascript alert box to give the answer to a user. I can get this to work, by dynamically writing out the javascript for the alert after the Server Side evaluation code...but as ...
|
| MAPI | 05 Aug 2005 08:56 GMT | 1 |
Does anyone know how to use VB.NET to make a MAPI program? That the program can import and export email message
|
| Uploading files to MSMQ | 05 Aug 2005 07:58 GMT | 3 |
Dear Gurus, I have to upload big size files to MSMQ from ASP.NET. How can I do this? Early answers are appreciated. alex
|
| Application dotNet 2003 and XP SP2 | 05 Aug 2005 03:30 GMT | 7 |
I have a problem with my application. When I run it \\server\program\login.exe it work well but when I map \\server\program to Z: and run Z:\login.exe it doesn't work. Please help me. Thank you. Sorry for my English.
|
| how to create a gif or png dynamicaly in .aspx and return in response? | 05 Aug 2005 02:05 GMT | 1 |
how to create a gif or png dynamicaly in .aspx and return in response?
|
| Refresh WinForm after On_Load | 04 Aug 2005 21:46 GMT | 1 |
Not sure the easiest way to ask this so I will give a small example of what I want to accomplish. Create a VB.Net WinForm Application with two forms. On the first form, two textboxes and a button that hides the current form and shows the
|
| How to get Byte Array Input Stream in VB.Net | 04 Aug 2005 21:28 GMT | 1 |
I want to read a file as a Byte Array Input Stream in VB.Net. How can I declare a Byte Array Input Stream?
|
| Enumerating Global Assemblies | 04 Aug 2005 21:26 GMT | 1 |
I am providing the users of my application with the ability to create .Net scripts within the application. I want to enable them to select the dlls and assemblies they will need to allow their scripts to run as well. So I want to duplicate what Visual Studio does where it provides
|