|
-
Nov 10th, 2005, 09:58 PM
#1
Thread Starter
Fanatic Member
current connection
hi to all,
I want to develop a service or a windows application that retrieve and display the userid that currently connected to the wind2000 server. I use C#.
thanks,
Popskie
Last edited by popskie; Nov 10th, 2005 at 10:02 PM.
-
Nov 10th, 2005, 10:28 PM
#2
-
Nov 11th, 2005, 12:23 AM
#3
Thread Starter
Fanatic Member
Re: current connection
hi jmcilhinney,
Its ok to install the C# Express edition without uninstalling visual studio 2002?
thanks,
Popskie
-
Nov 11th, 2005, 12:46 AM
#4
Re: current connection
VS 6.0, .NET 2002, .NET 2003 and 2005 can all happily coexist. You just need to make sure you get rid of the VS 2005/.NET 2.0 betas first is all. Note that one of the things you miss out on in this free version is the Windows Service project template. You may well be able to create a blank project and add the necessary references and such, but I'm no expert so I don't know exactly how.
-
Nov 11th, 2005, 07:37 AM
#5
Re: current connection
 Originally Posted by jmcilhinney
VS 6.0, .NET 2002, .NET 2003 and 2005 can all happily coexist. You just need to make sure you get rid of the VS 2005/.NET 2.0 betas first is all. Note that one of the things you miss out on in this free version is the Windows Service project template. You may well be able to create a blank project and add the necessary references and such, but I'm no expert so I don't know exactly how.
Here is some code on how to create a service:
http://forums.microsoft.com/MSDN/Sho...05209&SiteID=1
-
Nov 11th, 2005, 02:49 AM
#6
Thread Starter
Fanatic Member
Re: current connection
hi,
ok i already install and register this day. my question is this free and no time limit as of time?
thanks ,
Popskie
-
Nov 11th, 2005, 03:13 AM
#7
Re: current connection
It's yours for life. Or well, until they stop supporting it and it won't run on a 128 bit OS 
Bill
-
Nov 11th, 2005, 03:22 AM
#8
Thread Starter
Fanatic Member
Re: current connection
ok dont worry that, i've done installing and it works.
-
Nov 11th, 2005, 03:26 AM
#9
Thread Starter
Fanatic Member
Re: current connection
ok dont worry that, i've done installing and it works. And i try to open and run application made on vstudio 2002 and realy it works except for the crytal report class?
-
Nov 11th, 2005, 07:41 PM
#10
Re: current connection
 Originally Posted by popskie
ok dont worry that, i've done installing and it works. And i try to open and run application made on vstudio 2002 and realy it works except for the crytal report class?
There is no Crystal component in the Express Toolbox so I'm guessing that, if it's still supplied, it only comes with the Pro version. You may be able to still use the .NET 1.1 Crystal component, but you'd have to test that to see. You should be able to add it too your 2005 Express Toolbox, although I haven't tried myself.
-
Nov 11th, 2005, 10:53 PM
#11
Thread Starter
Fanatic Member
Re: current connection
thanks guys, i think it's the limitation of express edition in order to buy pro.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|