| Smart Clients (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Does anyone have any experience with smart clients ? I have an application that uses infragistics components. I want to be able to get the application with an url like 'http://myservernam/appname/appexecutable.exe' using reflection. I already can run this from my server but when i try to run it from my client, it throws an error saying that the infragistics dll does not exist but the DLLs are in t... |
|
| Singleton Question Threading Question (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Suppose i have a remote singelton such as class MySingelton{ ... public Int32 GetSum( Int32 X, Int32 Y ){ Int32 sum X Y; return sum; } } Now suppose i have two requests (threads) for this method that happen in the following order: Thread A enters with GetSum( 1, 1 ) The local value sum is set to 2 Thread B enters with GetSum( 2, 2 ) The local value sum is set to 4 Thread A is returned 4 ??? Is thi... |
|
| Vb application Distribution with auto run (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I have an application developed in vb.net. I would like to distribute the application in a CD with auto run. If the target system doesnot have the frame work installed, then the frame work should be installed automatically. I will include dotnetfx.exe in the same folder where setup.ini is located. I have made the following changes in the setup.ini for auto installation of frame work. [MSILoade... |
|
| Crystal Reports deployment problem (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| We have developed a .net application which successfully runs the Crystal Reports from a developers machine.... We have now deployed the system to the users and I have gone thro' the instructions from 'Crystal Reports 9 Applciation Deployment' .. ie I've followed the 'Deploying a Windows Applciation' creating a Setup Project that includes all the relevant MSM files. The message we get is Invalid fi... |
|
| Working with Windows Service and SQL 2000 (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi All, I have a Windows 2000 Service created in C#.NET that needs to access a remote SQL 2000 Server and run some stored procedures. The problem I am having is that I don't know how to get the service authenticated on the remote machine to even get access to the SQl database. Any help would be greatly appreciated. Robert |
|
| Accessing Public Functions in a Form (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I would like to execute public functions/members in a running form from another .net application. How can this be done? |
|
| Guaranteed 72 hour response? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| When my client application (Winforms) starts up, it adds handlers for both AppDomain.CurrentDomain.UnhandledException and Application.ThreadException. Then, when my middle tier throws exceptions, they correctly go back to the client and are logged, dealt with, etc. In the middle tier, I want to split some heavy processing off into two new threads. However, these new threads apparently don't know a... |
|
| No touch deployment with GAC (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello all! I've installed my windows form application on a server. It uses DLL's that are installed in the GAC on the server machine. Now, I'd like to make a no touch deployment on client machines. So I've created a virtual directory on the server and I call the .exe using the internet explorer http://server/virtualDirectory/myAPP.exe. The myApp.exe is downloaded on the client machine BUT it fails... |
|
| Application Updater Block - Do I have to use BITS (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| We're designing a Smart Client app and are now dealing with deployment issues. The Updater Block seems like the right way to go, but it uses BITS, and I understand that that means the host machine must be running IIS?? In our case the host could also be a Sun or AIX box. What are my options in this case? Can I repleace BITS and keep the same model? |
|
| For Next loop runs in circles on deployment PC (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I have a For Each Next loop parsing thru an XML doc. When I build and deploy my app.exe on a PC other than the development PC I'm getting the strangest behavior in one of my functions. The application gets caught in the Child4 loop in the code snippet below. There are 8 child nodes of oChild4,but it keeps repeating the first child over and over again in an infinite loop I have to Endtask to get ou... |
|
| configuration settings in sql server in configuration management application block (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I'm trying to implement Configuration Management Application Block in my application. I could successfully read/write my config. settings to an xml file. But, I want to store the config. settings in sql server and retrieve back also. In the documentation, steps are provided for creating database,table,sps for storing and retrieving config settings. But, I don't know how to retrieve the settings fr... |
|
| Distributed newbie - Dialog application architecture (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I am sorry this is a fairly long posting, but I need to make some basic decisions concerning the architecture of a dialog application that I am just beginning to develop, so I hope some of you will take the time and trouble to read this :) I am writing a dialog application using the dotnet framework and C#. The application will allow a user to obtain information on departure and arrival times ... |
|
| HELP: Multicasting in C# (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I want to multicast in both IPv4 and IPv6 scenarios. Therefore I read my TCP/IP protocol suite book and find that: IPv4 IGMP packet: 8 bits 8 bits 16 bits |Type | Maximum Response Time |Checksum | | Group Address | 'Type' field codes: Group membership report: 0x16 or 00010110 Leave group report: 0x17 or 00010111 General/Special query: 0x11 or 00010111 For IGMPv6 (i.e, ICMPv6), the differences can ... |
|
| Update Application Block w/ BITS problem. URGENT! (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, We are currently deploying an app that uses UAB to send update. However we are experiencing varying degree of performance problem using the BITS downloader dll provided. From the BITS documentation, it is said that BITS uses "idle" network bandwidth to retrieve the download. My question is, is it possible to configure it so that it just download right away without caring about the bandwidth is... |
|
| VB.net SQL DTS distribution (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi all, I have created a VB.net application that uses SQL 2000 DTS. The application works great on my PC (since i have SQL Server E/M installed). I created a build to use on PC's that do not have any SQL Clients Tools installed. I did some research and found the DLLS that i need to add and register. My problem lies with registering these DLLS through the distribution package. I have been unable to... |
|
| Regsvcs issue (5 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi all. I'm trying to install a .NET component into COM using Regsvcs. I get the following error when attempting to do so: The following installation error occurred: 1: Could not install type library XXX.tlb' into application YYY'. XXX.tlb: The object is already registered XXX: The object is already registered The only problem is that the .tlb is not registered. I have tried to clean the registry ... |
|
| Create Connectionless Recordset Errors (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| We are slowly porting our old VB6 code over to C#. We currently use sockets and TCP for communications. Through this we send the binary data of the ADO recordset. For right now we want to use the same mechanism until we can change both the server and workstation apps. However, this means that we must still use ADO 2.6 instead of ADO.NET. In trying to create a recordset I keep getting an error when... |
|
| Communication between Web Services, Windows Services and Remoting (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| I have an XML web service that can be customized by customers. The goal is this... A process must run *somewhere* that acts as an interface between the web service and some foreign system. Whatever that foreign system is doesn't matter. It can be anything. The process could run on the same server where the web service is located or it could be located somewhere on the Internet including the custom... |
|
| Distributed Apps - inter process/processor communication (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I find the design patterns cover extensily the benifits and techniques of layering applications i.e. Presentation, BL, DAL. However, to date, I have not found much information on how the these layer will communicate with each other, except, that the presentation layer in the web environment will be hosted by a IIS server and therefore all comminication to it will be HTTP based. Is there any go... |
|
| bug in session state server (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Is anyone out there currently using the out of process state service to store session state in a farm env? We are currently experiencing all sorts of strange problems with the service namely, sessions get dropped at seemingly random intervals. This does NOT happen when using inproc on a single box and i would like to narrow down the problem before switching to sql server. Is there some configurati... |
|
| DAAB - UpdateDataset - transactions (5 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi! I working on a multilayered enterprise application with Data Access layer and Transaction Manager Layer. I am using the SqlHelper.UpdateDataset in MS Data Access Application Block to update the dataset. How can I implement transaction management in the Transaction Manager Layer ? The problem is that following is stated in the documentation: """ SqlHelper.UpdateDataset does not include transact... |
|
| Synchronizing two screens (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi.. I posted this earlier to one of the threads but recieved no reply. If anybody has any idea about this, please do let me know. i have to achieve this within next 2 3 days. I am building a project as vb.net windows application. I want to open any file through the form( using system.diagnostics.process)...and synchronize that file with everybody else who accesses it at that time. Right now, I ju... |
|
| Built an document scanning application (7 replies) |
| microsoft.public.dotnet.distributed_apps |
| I am to start working on a new application to scan multiple document using ASP.NET/VB.NET If anyone can give me any lead/tips/suggession as to how to do this it will be of great help and i will take it from there. |
|
| Updater App Block - Add another event? (4 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| If there are no updates available, I'd like to stop the updater. But the ApplicationUpdateManager does not have an event for such a condition. I will change my copy of the UAB to fire a "NoUpdateAvailable" event, so that I can subscribe to it and stop the updater when it fires. Does anyone have other suggestions? Otherwise, that's what I'm going to do. Thanks for any ideas. Marty |
|
| No Touch Deployment question (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| I'm just starting to look at no touch deployment and I have a question. Do you write an application differently that will be deployed via no touch compared to an application that will be installed locally? For example, for an application that is installed locally I would handle database access through classes within the application using ado.net. For an no touch application is it better to handle ... |
|