| Thread | Last Post | Replies |
|
| HTML Client Help Urgent!!!!! | 30 Apr 2004 18:11 GMT | 2 |
Can anyone reply to this post and give a complete example of how to use a pure html/javascript client for a remote object hosted on IIS. Not ASP.NET server side code to do the Activator.GetObject. My requirement calls for a true client side solution.
|
| Any samples of MS Caching Application Block? | 30 Apr 2004 15:26 GMT | 2 |
I've scoured what seems like the entire internet for decent examples of the Caching Application Block using either remoting singletons or MMF and have found none so far. MSDN's documentation is really poor on this one too. Has anyone successfully implemented this? If so, do you
|
| Memory Issues | 30 Apr 2004 09:13 GMT | 2 |
Is there existing issues with .NET applications taking too much server memory? There are several applications (.NET Windows Forms and .NET Web applications) that have been developed and
|
| Marshalling Question | 29 Apr 2004 21:04 GMT | 1 |
I have a question about how classes and structs are marshalled thru COM+ to an appliction. I have two DLL's. One is a COM+ dll, the other isn't. Let's assume that I have a class that is COM+ class called TestFactory
|
| How to organize BE's in Typed DataSet(s) | 29 Apr 2004 07:36 GMT | 2 |
Following the guidance from Designing Data Tier Components and Passing Data Through Tiers http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/BOAG ag.asp?frame=true, I don’t understand how to divide my database tables into typed datasets The guide recommends ...
|
| queued components pooling | 29 Apr 2004 04:03 GMT | 1 |
Environment COM+ 1.5, Server 2003, MSMQ 3.0, workgroup (Single CPU machine I am testinig QC, When I make 2000 calls on the QC Interface, and the Component has a configured Pool Size of 2 (or more) I receive a high number of aborted transactions (951 in this case). but 2000 are ...
|
| Query String with Hebrew parameters | 28 Apr 2004 21:18 GMT | 1 |
I'm trying to pass a Query String which contains some Hebrew parameters, but the Framework ignores those hebrew parameters. How can I pass a Query String which contains Hebrew parameters ?
|
| Multiple Business Clients and multiple Versions | 28 Apr 2004 18:52 GMT | 5 |
Please, excuse me about my English (I'm from Argentina) Now... I have an application, this application is owned for many clients. This clients have different requirements, so we have different versions. Does .NET philosophy give an answer about this dilemma? There is any elegant
|
| Patterns & Preactices site | 28 Apr 2004 17:14 GMT | 1 |
How long has the patterns & practices site been around for?
|
| Bug: Configuration Management Application Block using XML | 27 Apr 2004 06:41 GMT | 4 |
There appears to be a bug in the XMLFileStorage class for the Configuration Management app block. Let's suppose I have an XML Config file that looks like: <configuration> <MyServer>
|
| CAB Files (sorry for cross - posting!) | 26 Apr 2004 23:43 GMT | 1 |
I am developing a web application using C# and some of my pages are hosting WinForm controls. Some of these usercontrols have 3rd party controls embedded in them, the problem arises that if the client PC doesn't have these 3rd party controls installed it won't work. So....
|
| Distributing .net framework with apps | 26 Apr 2004 18:53 GMT | 3 |
I have VS.net Pro 2003 and have written some VB programs. I am creating installation packages and as part of the installation i would like the installer to check if .net framework is installed and if it isnt then go ahead and install it. Is there a plug in for VS.net that would ...
|
| new Prcoess | 26 Apr 2004 08:56 GMT | 1 |
I have a unique problem , i wil highly appreciate if any one would help me out of thi i have a web application which uses a API to communcate and fetch data This API is single threaded one and if mulitple user access it the same time it crashes the whole web application After much ...
|
| How to access custom business entity: Remoting or Web Service? | 24 Apr 2004 22:02 GMT | 1 |
I am looking for some guidance on a couple of distributed design issues, specifically using XML Web Services vs. .NET Remoting to pass our business data/entities back and forth in a new, distributed application we are developing.
|
| Queued Components not recieving messages | 24 Apr 2004 19:36 GMT | 3 |
Environment COM+, msmq, sERVER 200 I am executing the following iQc = (IQEmpInsert) Marshal.BindToMoniker(@"queue:/new:Business.busEmployee") iQc.Insert ("","cnnString")
|