all groups > dotnet distributed apps > january 2004 > threads for january 15 - 21, 2004
Filter by week: 1 2 3 4 5
HTTP Compression of SOAP calls
Posted by Don McNamara at 1/21/2004 10:24:21 AM
Has anyone used HTTP compression of SOAP calls?
I haven't been able to find any good documentation on the web or newsgroups
on this topic. Any pointers would be appreciated.
Thanks,
Don
don.mcnamara@REMOVEdovestar.com
... more >>
UIP Application Blocks Webform View - Why Response.Redirect?
Posted by ian.smith NO[at]SPAM irascian.com at 1/21/2004 2:18:25 AM
I've just started looking at the UIP application block and am
concerned that the WebFormViewManager uses Response.Redirect
(client-side round trup) every time there is a change of view via the
ActivateView method.
Does anybody know why they went this way (very bad for performance) or
tried ch... more >>
Cache Application Block Samples?
Posted by Jeffrey A. Monroe at 1/20/2004 5:54:58 PM
The documentation (ie. examples) are pretty thin for the Cache Application
Block. Does anyone have a sample of an application which uses the OutProc
service? The sample which comes with the CAB download is based on an InProc
and uses the Aggragation and other Blocks. I am looking for a pure OutPr... more >>
Updater Application Block problems
Posted by AP at 1/20/2004 11:10:04 AM
Hi,
I have modified my app using the self-updater example. The process, however,
does not seem to complete and I can not work out why. Here is a copy of my
log file. Any help would be appreciated.
Thanks,
Adam
[DownloaderManager.RunDownloader] :
Checking on updates for applica... more >>
Anyone running this successfully on Windows NT 4.0 Workstation?
Posted by Stacey Levine at 1/20/2004 10:21:35 AM
Anyone running this successfully on Windows NT 4.0 Workstation?
Stacey
... more >>
How to restrict the user not to use ildasm tool on my assembly
Posted by Prasad at 1/19/2004 5:52:19 PM
Hi:
I have a component, which encrypts and decrypts the data. There are public
key and private keys in code. If user uses "ildasm" tool to view the
contents of the component. The public and private keys are visible. How
can i restrict the user to use ildasm tool on my assembly. My aim is,... more >>
Updater Application Block - Error opening app.config
Posted by Timmy Jones at 1/19/2004 3:01:54 PM
When my app tries to open my app.config file (in Init() of
UpdaterConfiguration.vb - line is: _configuration =
CType(ConfigurationSettings.GetConfig("appUpdater"), UpdaterConfiguration))
I get the following error:
ConfigurationSettings.GetConfig("appUpdater")Run-time exception thrown:
System.... more >>
(mostly) Single Form App w/ UIP Application Block
Posted by The_Z at 1/18/2004 12:51:58 PM
Hello,
Forgive me if this is too basic a question, but I am a bit confused on a
couple areas of the UIP App Block. Specifically, what is the difference
between Navigate and StartTask? I realize StartTask goes to a different
navigation graph, but is that the only difference? Also, I am curre... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP.Net Application Deployment
Posted by Chandru R at 1/16/2004 8:31:19 PM
Hello,
Can anyone point me to some good references on physical deployment of an
ASP.Net Application. I was hoping to get the pros/cons of a 2 tier / 3 tier
physical deployment, with some performance comparisions.
Thanks
CR
... more >>
Datagrid display properties
Posted by Paul N at 1/16/2004 10:07:33 AM
I am trying to display a large number of data records with
a few records distributed throughout containing
significant values. Because the records all need to be
displayed in a particular order, I cannot simply place the
significan values at the top (or bottom) of the screen -
they need to... more >>
FileNotFoundException
Posted by garretb NO[at]SPAM lgint.co.za at 1/15/2004 4:36:59 AM
System.IO.FileNotFoundException: File or assembly name
CrystalDecisions.CrystalReports.Engine, or one of its
dependencies, was not found.
File name: "CrystalDecisions.CrystalReports.Engine"
at BillingSystem.FrontEnd.ReportViewerForm..ctor
(IDictionary ReportParameters, String ReportPath)
... more >>
|