Protecting Assemblies
Wed, 17 May 2006 03:52:58 +0700
I'm building an n-tier application with data access, application and UI
layers in separate projects and hence separate assemblies.
MyProjectUI.dll
MyProjectApp.dll
MyProjectDataAccess.dll
etc...
The application will eventually be publicly available for download and
installed on end-users machines.
...
|
Help regarding .net Remoting.
15 May 2006 22:10:24 -0700
Hi all,
I am not very much clear about concept of lease manager in .net
Remoting.
Can someone tell me how lease manager is used in remoting system.
And how sponser interact with lease manager to handle timeout for
remote object.
Means whether lease manager present in application domain of server or
...
|
Preformatted files
Mon, 15 May 2006 18:46:02 -0700
Hello -
I work for a business that has contracted out a web development project. One
of the requirements of the project is to be able to take text and transfer it
to a word file in a format that is predefined. The format attributes are:
margins, size of paper, font (size and type).
The app would need t ...
|
class library
Mon, 15 May 2006 07:31:02 -0700
I'm creating a Class Library that will be used by multiple projects, I want
to read a config file (app.config) for my database connection string(s), how
can i get the class library to read the app.config file for my connection
string?
...
|
Updater for .NET 2.0
Mon, 15 May 2006 04:18:02 -0700
Hi all,
I want to know if existing Application Updater for .NET 2.0
(sample in visual studio .NET 2005)?
Thanks
...
|
Problem loading an assembly with the UIPAB
Mon, 15 May 2006 03:25:27 -0700
Hi everybody,
i have a litte problem when i start my UIP Application.
i've a error message :
//////////////////////
"The assembly SolutionWindowsApplication1.Controlers,Version=1.0.1.0,Culture=neutral,PublicKeyToken=null could not be loaded. Please check that the assembly type is fully qualified and is of ...
|
Getting Calling Process name and information when using COM+
12 May 2006 07:39:18 -0700
I have a DLL written in C# that does logging for many of our
processes. The calling process just passes messages and the DLL will
write the messages to a database with a unique log id for each instance
of a program that uses it so all messages passed by that program can be
identified by that single log id. ...
|
|
|
Understanding AJAX
10 May 2006 22:47:48 -0700
Hello All
I need to ask one question .
I heard about ajax programing in web technology but i didn't understand
the usage of that programming. I mean to say there must be some
situation arise when we use ajax prgramming.
Can anyone tell me what should be the situation when it is suitable to
use ajax prog ...
|
[ANN] edtFTPnet/PRO 2.0 released
10 May 2006 21:02:36 -0700
Enterprise Distributed Technologies Ltd is very pleased to announce the
immediate release of edtFTPnet/PRO 2.0 - a major upgrade to EDT's
popular software library for embedding secure FTP functionality in .NET
applications.
EDT has spent the last six months polishing edtFTPnet/PRO 2.0 to ensure
it is the mo ...
|
Webservice Transaction Timeout
Tue, 9 May 2006 23:18:33 -0700
I have a VB webservice that performs a lengthly update on several SQL tables. I tried the <webmethod(transactionOption:=RequiresNew)> syntax and continually encountered a transaction timeout after 60 or so seconds.
I then removed the TransactionOption from the method declaration and added the following code in the ...
|