Data Access Layer (DAL) Design - Help please
Mon, 1 Oct 2007 13:58:47 +0100
Hi,
I am designing an application that has "partitioned" data. For example, most
of the data for a record (e.g. a company record) is stored on an AS400 and
is read-only to the client application and our custom application stores the
rest of the data we require in SQL Server. The users need live access to th ...
|
RegEx not right in my XmlSchema
Mon, 1 Oct 2007 03:59:01 -0700
I apologise if this has gone to the wrong disvussion group, however, I'm
really not sure to which group it actually should be posted. So, here's my
plight ...
The following is my RegEx expression
\<\!\[CDATA\[\s*(\d*|\w*|\W*|\s*|.*|>*)*\s*\]\]\>
The following is my dataset
...
|
Register Microsoft.VirtualServer.Interop.dll
Thu, 27 Sep 2007 05:47:00 -0700
I'm re-posting this question, hopefully to the right newsgroup.
I'm trying to develop an application in VB.NET 2003 for managing machines on
Virtual Server 2005 R2 SP1. I have the application running on Windows XP, but
I don't know how to register the file Microsoft.VirtualServer.Interop.dll for
deployment ...
|
Continuous Integration Tool R2build
Tue, 25 Sep 2007 03:41:50 +0800
Want to establish your dailybuild system in an easy way, see
http://sourceforge.net/projects/r2build/ for more detail
R2build system is a tool/framework to establish your daily build(or nightly
build, or build automation, or continuous integration system) in a very easy
way . It includes, but is not limited to ...
|
Could not load file or assembly
Mon, 24 Sep 2007 05:19:25 -0700
<%@ Register TagPrefix="cc1" Namespace="sstchur.web.SmartNav"
Assembly="sstchur.web.SmartNav" %>
the above code is given by me. it shows the following error.
Could not load file or assembly 'sstchur.web.SmartNav' or one of its
dependencies. The system cannot find the file specified.
can u give me a so ...
|
What am I missing
Sat, 22 Sep 2007 02:07:56 -0700
I just started this week on a new project. The existing project uses
BEA Tuxedo as a second layer service broker. The clients make calls
to the Tux services which in turn retrieves data from an Oracle DB.
My job is to support the current application and possibly upgrade teh
client app to .Net. I have a few ...
|
Consume REST Web Service?
Thu, 20 Sep 2007 13:21:34 -0400
I added a remote web service reference to my .NET 2.0 projects, but it
appears to be REST and not SOAP. How can I work with REST?
Thanks.
...
|
|
|
DCOM - How to configure the client?
Wed, 19 Sep 2007 08:06:04 -0700
Hi,
I am trying to call a service on a remote server machine from a client
machine connect through TCP/IP. I have created a DLL and registered the DLL
at the server side. Launched DCOMCNFG and done the necessary settings at the
server side.
My question is at the client machine(s) side how will I specify wh ...
|
.NET distribution
Thu, 13 Sep 2007 12:31:07 -0700
I'm installing a private assembly .NET application when makes a COM
call. After its installed, there is a copy of the COM DLL in the .NET
projects directory. I built the install with InstallShield 12. When
the install is run, it tries to register the COM file as well. I'm
installing the Interop DLL as well. ...
|
ASP.NET, AJAX and server side events
Sat, 8 Sep 2007 16:05:04 -0400
Hi,
I?m wondering if I can do this with ASP.NET?
I have an ASP.NET application that runs a component that fires some
events.
When these events are fired, I will like to trap them at client level
(that is the web browser session where the user is running the actual
application).
Let?s say this ...
|