| Thread | Last Post | Replies |
|
| Web Service Question | 10 Oct 2006 05:31 GMT | 6 |
Posted in a different news group - but hoping to find an answer here... I am using VS 2005 and am testing my first web service. If I follow the common instructions for creating a web service by creating a new website using the ASPX.Net Web Service template, there appears to be ...
|
| Windows Service project doesn't install using VS 2005 | 10 Oct 2006 04:57 GMT | 3 |
I have created a Solution in VS 2005 with 2 simple projects. First project is simple Windows Service which writes an entry into event log when it starts and when it stops. Nothing else. I have added a projectinstaller also for that. I have used following settings for it
|
| DataAdapter and MS Access | 10 Oct 2006 04:57 GMT | 1 |
Hi, All Please, help I have .NET 1.1 and MS Access, i am reading text file into MS Access table, 1. I did it with following statments;
|
| Get name of instance of object | 10 Oct 2006 04:08 GMT | 21 |
Is it possible to get the name of an instance of an object? I want to display it for debugging purposes but don't have a clue about how to go about it. i.e., I want something like(psuedo)
|
| getting started with windows services | 10 Oct 2006 02:36 GMT | 7 |
(1) I tried to use what seems like a standard line (from Walkthrough: Creating a Windows Service Application in the Component Designer at http://msdn2.microsoft.com/en-us/library/zt39148a.aspx): if (!System.Diagnostics.EventLog.SourceExists("MySource")) { ...
|
| Properties | 10 Oct 2006 01:49 GMT | 47 |
private string name; public string Name { get { return name; }
|
| How to close a web page? | 10 Oct 2006 01:06 GMT | 3 |
Hey guys, I've developed a C# Web Form using Visual Studio 2005. I can't quite figure out how to exit the form though??? On my form, I have a button which says "CLOSE". I'd like for someone to be able to click that, and then have it
|
| Generics for Customer and Phones.... should be easy! | 09 Oct 2006 23:52 GMT | 5 |
I'm building an application where I've defined a custom class Customer. Customer can have many phones (defined by phoneType and phoneNumber). I want to check that a phoneNumber is not already present in customer phones. So i've build a PhoneCollection class inheriting for ...
|
| Vista RC1 & 2 - Developers perspective? | 09 Oct 2006 22:38 GMT | 7 |
This message is for any developers using Vista RC1 or RC2: I would like to know generally how you feel about developing with Vista using Visual Studio.NET 2003 or 2005. What are you likes what are your dislikes and have you encourted any major show stoppers regarding
|
| .NET 2.0 WebBrowser Mouse events | 09 Oct 2006 22:25 GMT | 1 |
Is there any way to get mouse events inside a .NET 2.0 Webbrowser control. I would like to used a web browser control do display an HTML page, but not allow browsing or context menus. It will act as a viewer, but by clicking on the links, certain things should happen.
|
| save streaming content to local resources | 09 Oct 2006 20:46 GMT | 4 |
I'm looking for a .Net/COM component which would allow a .Net programmer with no streaming experience to be able to save online streams to local resources (files or to DB). I know that if I read this post I would surely think - pick up a manual and
|
| How to get value from SQLDataReader | 09 Oct 2006 20:41 GMT | 2 |
I appreciate any help if any of you know or have used this method before and can give me some suggestion. It's a bit difficult to explain: Here is my table:
|
| hyphen in regular expression (cSharp) | 09 Oct 2006 20:35 GMT | 5 |
|
| Cannot serialize BuildEventArgs : EventArgs | 09 Oct 2006 20:34 GMT | 1 |
Am trying to XML serialize a BuildEventArgs (used for msbuild stuff) object but I don't get any xml outputted! just a header.The docs say I should be able to serialize the class[SerializableAttribute] public abstract class BuildEventArgs : EventArgsExample:BuildErrorEventArgs
|
| architecture problem | 09 Oct 2006 20:34 GMT | 2 |
I've build a webservice and a client application, the client application get's it's information from the webservice, just like it supposed to. Now comes te problem, the webservice should have an extra task, and that is maintaining socket connections with a device and send
|