all groups > dotnet myservices > november 2004
Windows Service and Standalone exe
Posted by Jim Gordon at 11/29/2004 1:25:33 AM
Hello
I was wondering if a windows service program can also be run as a
standalone exe program. My program will need to run on Windows
95/98/NT/2000/XP versions, and wondering if i will need to write
separate programs for the 95/98 versions since they cannot run a windows
service?
Thank ... more >>
Article : Soapsuds.exe (.Net Framework tools series)
Posted by Namratha Shah \(Nasha\) at 11/26/2004 9:30:29 PM
Hey Group,
Today we gonna discuss Soapsuds tool.
Soapsuds is shipped with .Net FrameWork and is used by .Net remoting Client
Applications to generate xml schema,proxy class or assembly for their HTTP
Remoting Server. Client App can use this proxy class or the assembly as a
reference to the... more >>
Accessing Netwrok Drive
Posted by Kashif Javed via .NET 247 at 11/17/2004 1:02:17 AM
Hi
I am working on Creating a Window service in VB .Net.
The service is supposed to read the files in a folder on a Network Drive but it does not do anything.
On the Other hand when the same service is used for a Folder on the Local Drive it works perfectly fine.
Any Suggestions will be apprecia... more >>
Windows Service Auto Start Problem(Using VB.NET)
Posted by P Karthik via .NET 247 at 11/17/2004 1:00:42 AM
(Type your message here)
--------------------------------
From: P Karthik
Hai All!
I've created a Windows service using VB dot net and set the startup type to Automatic.
If i restart the computer, i couldn't see the service running. Now, I've to start the service manually.
What's the pro... more >>
Printing Service-Help
Posted by Sunny at 11/5/2004 5:43:54 PM
Hi
I am trying to a print service in .net , that will monitor a folder and pick
files in RTF format and print to the default printer.
Is it possible to do with .Net?. Can any let me know the namespaces
available in .Net.
Thanks
Venkat
... more >>
sending Mail in a Service
Posted by DraguVaso at 11/4/2004 10:36:38 AM
Hi,
I need to send some emails in my Windows Service (VB.NET 2005). I made for
that a simple class, which works fine when I use it in a Windows Forms
application.
Although: When I put it in my Windows Service I got problems:
- I'm not able to let the Service send e-mails.
- When I let my s... more >>
Article : Resource File Generator (Resgen.exe .Net FrameWork Tools Series)
Posted by Namratha Shah \(Nasha\) at 11/3/2004 12:26:01 AM
This is a multi-part message in MIME format.
------=_NextPart_000_0039_01C4C13B.B2BAE300
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi All,
This is a resource file generation tool which converts an xml based =
resource formats to .net res... more >>
|