Caching an object client side
Thu, 6 Mar 2008 07:34:00 -0800
Hi,
I am looking to cache a class in a .NET client/server application on the
client end. The server holds an instance of the class which is required on
the client at various points. Currently I have a cached version of the class
in a local member variable on the client. Updates to the data are not
freq ...
|
Guaranteeing All required elements are included
Sun, 2 Mar 2008 18:33:00 -0800
I found the article: How to: Add a Reference to a .NET or COM Component in a
Web Site
But I know I read somewhere how to create an .msi file for deployment of web
site projects.
My dilemma is publishing my app that works perfectly just in my Development
environment. I have limited resources, i.e. no a ...
|
TransactionScope Error
Tue, 26 Feb 2008 20:45:00 -0800
Hello All
I am facing facing problem in TransactionScope.
I have two databases on different computers.
Server1
Server2
Following is the code
'****Imports
Imports System
Imports System.Data
Imports System.Data.Sqlclient
Imports System.Transactions
'*****Delclaration
'*******Connection String and ...
|
command buttons
Tue, 26 Feb 2008 14:51:02 -0800
I have a VB.net application (VS 2005) developed under Windows XP. On the
project properties tab, I have the option "Enable XP visual styles" checked.
When I deploy my app to another XP platform, the forms look as designed...
but when I deploy to a Windows 2003 server platform the background color of
the co ...
|
programmatically configure enterprise library appication logging
Mon, 25 Feb 2008 01:40:40 -0800
this is what i have so far. it appears that the database is created
fine, but i am not getting anything written to the db though when i call
Write(). thanks.
public class DBLogger
{
LogWriter writer = null;
FormattedDatabaseTraceListener logFileListener = null;
LogSource mainLo ...
|
Remoting through Authenticating Proxy using SSL
Thu, 21 Feb 2008 09:51:01 -0800
I have a .NET 2.0 client application that accesses a remoting endpoint hosted
in IIS. The client is located on a network that has an authenticating proxy
server. The client has the following code which it calls once when the app
is started
WebRequest.DefaultWebProxy.Credentials = new NetworkCredential(use ...
|
Runll error
Sun, 17 Feb 2008 11:20:01 -0800
I have windows xp 2 home edition
when I start up my computer I receive the following:
Rundll error loading c:\winnt\system32\tguurwvi.dll
The specified module could not be found
Can anyone help me on this? ...
|
|
|
400 Bad Request problem (repost from microsoft.public.inetserver.iis)
Fri, 15 Feb 2008 02:21:18 -0800 (PST)
Hi,
We develop an application in .NET that hosts web services using
HttpListener.
The application has already been deployed succesfully, but this week,
we had an issue when installing at a new customer site. Occasionally
we get "400 Bad Request" errors. The odd thing is, the very same
binaries run just fin ...
|
Our new website
Fri, 8 Feb 2008 15:14:43 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
ClickOnce Store metadata "AppType" is not valid
Fri, 8 Feb 2008 11:44:02 -0800
I am using .NET2.0 and ClickOnce to deploy my apps. I am deploying to
primarily XP Pro SP2 and XP Pro 64 bit. Three machines out of hundreds have
had this problem. I do not know the cause, but I do have a solution.
It turns out if you simply recreate the user profile i.e. Log Off, Rename
'\Documents ...
|