microsoft.public.dotnet.distributed_apps Archive - May 2004
Post a message to this list
Messages
Page: 12
Asynchronous post requests - queueing (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
X No archive: yes I have a C# .net app that communicates with a .aspx API on a remote server using asynchronous POST requests over an SSL connection. It sends an asynch request and then processes the response. The .aspx on the remote server takes millisecs to run, however the round trip for a single request from the app to the .aspx takes about a second because of network latency. I have set up a ...
VB .Net Dcom Example (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hello, can anybody give me a short example or tutorial how to write a simple dcom component and client wich communicates between two machines? Im searching for days now, but i couldnt find any short example how to do this. Thank you, so far Andreas
More and/or Easier UIP App. Block Examples (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
I'm looking at v2 of the UIP App. Block, and I'm wondering if anyone has had success implementing it in an ASP.NET application. If so, any advice? For a newbie like myself, the "Store" example application provided with the UIP App. Block tends to be a little complex. So, I was hoping to find an easier ASP.NET example that implements the UIP App. Block. I'd like to learn with an easier example as a...
Deploying a Web App (2 replies)
microsoft.public.dotnet.distributed_apps
Hi, I have created a web setup project to deploy my web app, and included in this the primary output from my web appplication project. All this seems to do is add my web application.dll file and any other 3rd party .dll files to the bin directory of the target machine. Obvoiusly the web site does not work because there are no .aspx pages included in the installation package. My question is this, h...
UIP 2 (3 replies)
microsoft.public.dotnet.distributed_apps
IS anyone successfully using the UIP and happy with the results....I need inspiration here sports fans. Is this overkill for less than very large enterprize apps or is this also recommended for standalone apps or intranet apps? TIA Harry
Using MSMQ with Web Services (3 replies)
microsoft.public.dotnet.distributed_apps
Hi, Here is what I am looking to do and tell me if this will work. I have programmed an app that runs on PDA's that connects to Sql server. If the connection is down I want to create a queue on the pda to hold messages/data that when connected to the network will download the messages to Sql to insert data into database. Is this possible to do using web services with MQ? If so what do I need to se...
VB UIP DLL (2 replies)
microsoft.public.dotnet.distributed_apps
Where are the VB.NET counterparts of the UIProcess and Data application blocks. They are presently in C# even though they reside under the vb subdirectory of the Quickstarts folder? Harry
Event notification (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
We have a distributed application that we would like to put event notification into. Firstly, I would like to get some information on how best to achieve this and secondly I have some serious concerns on scaleability. This is the requirement. The client application communicates to the database using a webservice (usually intranet but is designed for internet use also). It displays a tree view of t...
Newbie, using SQL provider for Configuration Management block.. (5 replies, VIP)
microsoft.public.dotnet.distributed_apps
This is probably a stupid question, but I can't seem to figure this one out. I have installed the Configuration Management Block, and am trying to use the SQLProvider for storing/retrieving my config data. I looked at the quickstart example, and unfortunately, all the "read" operations are specific to the custom configuration handler, not the "out of the box" stuff, which is unfortunate. Following...
MS Drops User Interface Application Block (16 replies, VIP)
microsoft.public.dotnet.distributed_apps
now that I have your attention, is anyone working with this block successfully???? Harry
Polling a Web Service (4 replies)
microsoft.public.dotnet.distributed_apps
Hello All Looking for some advice. I am developing a cleint/server application that tracks repair tickets. I want the clients to display the current statuses of the tickets. Currently I am using a Web Service for the server. I have the clients polling the server every 5 seconds for changes to tickets. I send the server the time of my last poll and it returns any records updated since that time. So...
Collection Capacity (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi there, I should possibly post the question somewhere else, as it is a "data types" question, but I hit it in an aspx application. I am recovering a large collection of query data from a database (41798 rows), and each row is used to create an object. These objects are added to a collection. the iterator counting through this collection is a Long, so no problem there. But the error I am getting ...
Program works unless I autorun on install (5 replies, VIP)
microsoft.public.dotnet.distributed_apps
I have written a program in Visual Basic .Net 2003. One particular line is: myOLApp CType(CreateObject("Outlook.Application"), Microsoft.Office.Interop.Outlook.Application) The program compiles and runs perfectly. If I install it and then run it by going to Start Programs myApp.exe, it runs fine. BUT If I try to have it autorun at the end of the install process, the program crashes at the line sho...
need help (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
dear all. i just want to ask you, why i got an error when i try to run regasm or regsvcs from .Net Command prompt. is there something that i missed ? best regards. From: anton sinaga Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id IVsrIxGTZUeWE7SRtLuyBA /Id
HELP - Using UIP App. Block for .aspx Pages that Contain .ascx User Controls (4 replies)
microsoft.public.dotnet.distributed_apps
I'm using v2 of the UIP App. Block. I've created all my .aspx pages, all of which contain .ascx user controls. The .ascx user controls provide the standard server controls (i.e., LinkButtons, etc.) for the user to navigate the site and perform their tasks. None of the site's actual functionality is contained in the .aspx pages they're just kinda containers for all the .ascx user controls. So, I'm ...
authorization and profile block v. membership in whidbey asp.net 2.0 (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Does anyone know how much overlap/interoperability there will be between the authorization and profile block available now and the membership features in whidbey/asp.net 2.0? I'm trying to decide which to use, though the block doesn't provide an authentication provider other than authorization manager, which we don't deploy in our environment. Thanks.
Application Blocks (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Assuming we use application blocks in our projects (lets say I start using UIP, Exception Management and CMAB), I would like to know how the MS patterns and practices team forsees the future for these application blocks interms of future Longhorn applications.
.Net Remoting, Windows Service and DataSets (3 replies)
microsoft.public.dotnet.distributed_apps
Hi, I've just developped an application that gets some data by .Net Remoting in a remote server. At the beginning, the remote server was a simple EXE I launched when I need the service. Last week, I decided to develop a Windows service that will launch the service mentionned. The EXE version works fine (the methods I call return DataSets). The Windows Service version returns empty DataSets. I don'...
C# taking project from Sorce Safe? (2 replies)
microsoft.public.dotnet.distributed_apps
Hi, I am trying to take a project from the sorce safe. Please tell me how? Thanks, Pete
Synchronization between client and server (2 replies)
microsoft.public.dotnet.distributed_apps
what is the best way of implimentating Synchronization between client and server apps. The server is running SQL 200 standard and the client is using MSDE
Custom config section handler (2 replies)
microsoft.public.dotnet.distributed_apps
I have a xml file that I use for configuration/settings. Currently, I use a combination of XMLDocument, Datasets and XPath to get to various settings since I know where and what each setting is. It's just a simple xml file that I keep modifying as I need new settings for my app. root types nodes with multiple attributes... /types items nodes with multiple attributes /items etc.. /root It works fin...
MDAC ADO ? (2 replies)
microsoft.public.dotnet.distributed_apps
For my NET app need Jet, connected to mdb file with OLEDB connection. Jet is in MDAC 2.5., not in MDAC 2.6 or 2.7. For win98 need twice install MDAC 2.5. and (2.6 or 2.7) ???
How do you install Configuration Management Application Block on VSS (2 replies)
microsoft.public.dotnet.distributed_apps
My boss has told be to put the Configuration Management Application Block on Visual Source Safe. How would you go about doing that.
Updater Applikation Block Config file absolute path problem (3 replies)
microsoft.public.dotnet.distributed_apps
Hello. I'm trying to use the Updater Applikation Block to update an applikation. I have a problem with the MyApp .exe.config file. In this file there is at least four paths that has to be absolute. Is this acceptabel? I could force the user to install it on "c:\program files\MyApp", but I can not possible know which drive the user prefer. Maybe the dont have enough diskspave on C:. I have tried to...
newbie: HOWTO Updater Application Block? (4 replies)
microsoft.public.dotnet.distributed_apps
Hi, I want to use the Updater Application Block, but I really can't find somewhere how to use it easy step by step: How to change your application? How to prepare you server for the server software? How to add a new version? Can anybody help me with the information I need? A step by step document how to use the Updater Application Block with an application woudl be great! Thanks a lot in advance, ...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification