all groups > dotnet distributed apps > february 2005 > threads for february 15 - 21, 2005
Filter by week: 1 2 3 4
Smart Client How To
Posted by Harley at 2/21/2005 11:17:01 AM
Maybe this is obvious, but I'm asking anyways...
I have read a lot about smart clients, arquitecture, MS guides, etc. but
haven´t found a clear how to get started path.
I have year develping win32, asp, asp.net and .net solutions, now i'm using
VS2k3, and want to know how to start creating sm... more >>
Remote control of Windows Service
Posted by Steve Lutz at 2/19/2005 12:53:45 AM
Hi All,
I have a couple of windows services, and I want to add the "professional"
touch to them by providing MMC snap-ins to manage the service, configure it,
check it's activity, etc -> Much like most Microsoft services work.
I don't need help creating the MMC Snap-in - there's a decent .NE... more >>
Middle Tier - SQLDataAdapter question
Posted by Ross at 2/18/2005 1:13:03 AM
Hi
This question might sound stupid, but I am a bit of a newbie.
If I have a SQL Server DB that has several tables that I want to be able to
add records, edit records & delete records, do I need a separate
SQLDataAdapter for each table?
Hope somebody can help.
Kind regards
Ross P... more >>
COM+ configuration files
Posted by Garnet2 at 2/17/2005 2:23:01 AM
my config file for a ServiceComponent running with the ActicationType of
Server doesn't seem to be loading my config file with values that it needs to
run correctly.
where do I need to put this file, or do I need to manually load an xml file
and read out the values ?
Thanks in advance.... more >>
ASPX file updates but ASPX.VB file does not update.
Posted by Mike L at 2/16/2005 11:55:01 AM
When I rebuild solution to my webserver, it says it completes successful.
I check the page on the webserver, the html code has my changes but the vb
code associated with the asp page is not updated.
How do I get the vb code associated with the aspx page to get updated on the
webserver?
... more >>
Help --> COM + returning ComObject instead of implemented interfac
Posted by Garnet2 at 2/16/2005 3:55:07 AM
Hi,
I can't seem to get a Server Component installed in COM+ to return an
interface that my serviced component is implementing.
It keeps on returning System.__ComObject instead of my interface.
ImyObject o
= (ImyObject)Marshal.BindToMoniker("queue:/new:namespace.myObject");
==> gives ... more >>
|