| Thread | Last Post | Replies |
|
| Error: Object reference not set to an instance of an object | 26 Sep 2005 15:27 GMT | 1 |
I have created personalized configuration sections in my web project following the instructions described in this page http://msdn.microsoft.com/library/spa/default.asp?url=/library/SPA/cpguide/html/ cpcondeclaringcustomconfigurationsections.asp The problem is that I using the same ...
|
| Any API to access WebDAV | 26 Sep 2005 14:56 GMT | 1 |
Is there any programmatic way to communicate with WebDav. I only need to upload / download files from IIS 6.0. Thanks, Raj.
|
| Extends in C# or VB.NET? | 26 Sep 2005 14:50 GMT | 2 |
In java, you can do: public class MyJButton extends JButton{ public MyJButton(){ }
|
| Difference between windows services and web services | 26 Sep 2005 13:51 GMT | 1 |
can someone tell me difference between windows services and web services. I have created window services. As far as i know windows services doesn;t have any UI it starts executing as soon as your pc started.
|
| Selecting the version of .NET Framework for applications. | 26 Sep 2005 13:17 GMT | 1 |
I've installed both 1.1 and 2.0 beta 2. Now, when I execute a .NET application I'd like to choose which version to use. Some applications work better on .NET Framework 1.1 and some require .NET Framework 2.0. Is there any way to choose .NET Framework
|
| Unload a dll called via assembly | 26 Sep 2005 12:50 GMT | 1 |
i´m working on an application that loads different modules (dll files) via an assembly. I check the build version in that dll file and if a newer version exists, i want to update the file. There´s only one problem: once loaded
|
| Run a DOS app from .NET | 26 Sep 2005 09:42 GMT | 3 |
I've got a DOS app I need to run (that requires no user input) from a .Net and I need to wait for it to complete. How do I that? TIA - J.
|
| Treeview problem | 26 Sep 2005 09:30 GMT | 4 |
i have a treeview1 control and i want to do this: i dont want to focus or select a node code is here if treeview1.selectednode.text="" then msgbox ("Empty")
|
| filesystemwatcher and read from file | 26 Sep 2005 08:25 GMT | 2 |
I have an app which will continuously write to a file, appending data. I need to be notified of that write and be able to read from it starting off at where the appended data begins. I know how to get the notifications using the filesystemwatcher(although the
|
| When will the VS 2005 Exams Be Released | 26 Sep 2005 03:47 GMT | 1 |
Can anyone tell me when the new .NET 2005 exams will be released in Australia ? I am thinking about going for MCAD, and if the new exams are out in December I would just wait until then, however if the new exams aren't out till
|
| Error populating array | 25 Sep 2005 15:47 GMT | 2 |
Can someone please help me out? I have a dataset that contains 1 column. I'm trying to populate an array from this column. I'm using the code pasted below, and keep getting the following error on the
|
| Error Installing. | 24 Sep 2005 21:53 GMT | 3 |
G'day to all. Trying to install VS.NET on WinXP (SP2). I keep getting an error messages that says "Please go to the Windows Control Panel to install Windows Components" Which component is it looking for?
|
| pure dos applications | 24 Sep 2005 19:44 GMT | 8 |
There are a number of dos applications written in borland C++ 4.51. I want to convert these into .net; while maintaining the ability to run the applications on dos machines.
|
| How to display an Up-Arrow using text | 24 Sep 2005 17:23 GMT | 3 |
Is it possible to display an up-arrow in a Label, TextBox, ListView, DataGrid, etc without using a graphic ? I keep trying the characters that should represent arrows and im getting little squares. help!
|
| working with large files | 24 Sep 2005 11:13 GMT | 3 |
When you have to read a big file (5-30MB) and throw the data into the database, ofcourse some logics inbetween (doesn't matter) which of the ADO methods is recommended. 1. read line by line and do the execute for each line
|