| Thread | Last Post | Replies |
|
| When client closes, server crashes | 29 Apr 2006 21:52 GMT | 1 |
I have a client and a server and I am using remoting. All written in C# with no umanaged code. I am using a TCP channel to communicate and I have tried this with a server both as a console application and as a windows service application. The problem is the same. Whenever I close
|
| How does one disable the CrossAppDomain channel? | 27 Apr 2006 03:49 GMT | 1 |
Anyone writing a custom channel (which we have), needs to be able to disable the CrossAppDomain channel if they want to unit test their code on a single machine. If you don’t disable the CrossAppDomain channel, then it will take over same-machine remoting calls (after ...
|
| WS Architecture | 25 Apr 2006 21:30 GMT | 3 |
I'm starting a new system form a retail chain and I could use a webservices architecture to make all points online with the head office. I have some doubts with the architecture details but I can't find good documentation about that (the .Net have many different ways to make ...
|
| How can i use java script in ASP.NET pages? | 24 Apr 2006 22:56 GMT | 2 |
I am trying to use javascript in the ASP.NET application, i wonder if it is possible to write javascript in asp.net pages or not? if it is possible please let me know how. Thanks
|
| Application good fit for Web services? | 24 Apr 2006 22:55 GMT | 4 |
I am somewhat new to .Net and Web Services. After spending some time reading the discussions I’ve determined that Web Services is probably the best option for my current application. I would like to confirm that my thinking is correct.
|
| View closes as soon as it opens using UIPAB | 24 Apr 2006 00:52 GMT | 1 |
Can anyone explain why, in my application based on the UIPAB, my first view that starts the application via UIPManager.StartOpenNavigationTask("OpenNav", "StartView") results in the view immediately closing as soon as it is opened (and shutting down the whole application)?
|
| Making [DllImport(...)] configurable at runtime in C# | 20 Apr 2006 06:18 GMT | 2 |
Can the following be done in C# Go from: [DllImport("test.dll")] extern "C" int testFunc(int y);
|
| App Design | 19 Apr 2006 21:35 GMT | 1 |
I am designing a web app and had a few questions. The web app will be broken into three tiers: (Presentation, Application(Service), and DB). Currently, I am toying with the idea of having either two or three servers to house each layer. If I use the two server approach then I ...
|
| IEnumerable and pooled objects in COM+ | 19 Apr 2006 15:16 GMT | 1 |
I'm writing C# serviced components and I have a problem in a specific scenario: if I write a component like this one: [ComVisible(true)] [Guid("8D549B68-A5EE-AABB-FFEE-4F6B0E9A3FCB")]
|
| Custom Objects vs Typed Datasets | 19 Apr 2006 03:41 GMT | 2 |
I'm starting a new project with a WS in the middle tier and Winform at the presentation tier but I'm not sure about the best way to take the entities of the business rules between the layers. In this project, I will work with a database-agnostic approach (I need support for SQL ...
|
| Calling Unmanaged code in Managed Code | 17 Apr 2006 17:24 GMT | 1 |
I am developing GUI of my Project in C# for easness and core functionallity is implemented in C++ (UN Managed). So, I write a wrapper class in Managed C++ which handles all Marshalling-Un Marshalling issues as well as calling unmanaged C++ class.
|
| Multi-target solution | 17 Apr 2006 17:18 GMT | 2 |
I'm working on a project that should target both the PC machines and smart-devices running Windows.CE. So far I've been succesful at creating two separate projects with the same source code files, one to target Windows PCs and the other that targets a PocketPC smart device.
|
| COM+ vs .Net Remoting vs... | 14 Apr 2006 08:01 GMT | 8 |
Good day! I don't remember where I saw caomparision of COM+ and .NET remoting and guidelines for these techonologies usage. If anyone can help me to find these links - please, do it.
|
| Business Objects / COM+ / MTS | 12 Apr 2006 14:51 GMT | 5 |
I have a general question on how to implement transactions across multiple web services using Microsoft and .Net. Example: I have two webservices (both are simplified for sake of example). 1. wsUpdateChecking(amount) - this webservice will update the amount of
|
| XCOPY Deployment hell - Who said it was going to be easy? | 11 Apr 2006 09:14 GMT | 1 |
Please help, here is the scenario I have a very simple .net application that connects to an AS400 database using OLEDB. This application also has a third party grid from componentone called truedb grid. I am using .net framework 1.1.
|