microsoft.public.dotnet.distributed_apps Archive - August 2004
Post a message to this list
Messages
Page: 12345
Dataview, Dataset - Select Distinct (4 replies)
microsoft.public.dotnet.distributed_apps
I don't understand why the dataview or the dataset does not have a 'Select Distinct' option. They both can do so much to filter the data except that. The article Microsoft has 326176 works, but not if you need to select distinct on multiple fields. Does anyone have any suggestions? Thanks, Dianna
UIP AB Newbie Navigation / Flow Control questions. (2 replies)
microsoft.public.dotnet.distributed_apps
Heya all. I have a few newbie questions regarding the UIP AB. 1. On page 119 (Appendix B) of the UIP Documentation it has a sample navigration graph. Are each arrow that is defined by it's name a 'GRAPH NAVIGATOR'? are all the arrows in these diagrams (one of the four types of) NAVIGATORS? 2. If i have a usecase (task?) called 'Login/Authenticate User' which checks to see if the provided username ...
Calling distributed serviced component in vb.net – COM+ (5 replies, VIP)
microsoft.public.dotnet.distributed_apps
I have created a COM component I VB.net, using the article â œDistributed Transactions in Visual Basic .NETâ http://msdn.microsoft.com/library/default.asp?url /library/en us/dndotnet/html/disttranvbnet.asp The sample works fine on my local machine. But I need to register the component on a different server (Distributed). The important thing is that it uses JITA and executes on the server. I then m...
ILayoutManager in UIPAB (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I'm trying to understand and evaluate the UIPAB and I wonder what is the purpose of the ILayoutManager interface. I can guess from its name and its single method (LayoutControls) but this interface does not seem to be used by the UIPAB. Any experience of its use (if there is some) ?
<Newbie> Distributing a Com (4 replies)
microsoft.public.dotnet.distributed_apps
Hi, I wish to know if it is possible to build a .dll that will work on a windows 2000 system without the use of .net framework. We are unable to distribute the framework due to logistics. Thanks in advance. Mark
Rich Internet Application Framework, Components and Libraries (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Dear All, Our company is willing to implement to build very complicated application based on .NET framework. This application is supposed to have a very richt user interface and can not be realized in just pure HTML or DHTML. Additionally , this application is supposed to manage lot of business logic in client side. I wonder whether .NET offers such a functionality or framework for building Rich I...
Application Updater Code Block (4 replies, VIP)
microsoft.public.dotnet.distributed_apps
Just an FYI... the upgrade Microsoft released for the BITS downloader (BITS 2.0) on July 13, 2004 seems to break the automatic updater application block. I had to change the registry on certain machines in order to ge it working again. It would be nice if Microsoft releases a new version of the Application Updater block that uses the IBackgroundCopyJob2 interface. Thanks, John Hauppa
Winform IIS deployment with assembly dependencies (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi, I have deployed a .NET winform application using a web server. The application has some dependencies on a 3rd party assemblies. 1) If I have those assemblies dlls in a client's GAC, the client could run the application. 2) Also, if the client doesn't use the web deployment, but the XCOPY approach where the assemblies dlls are included in the same directory where the exe is, everything looks go...
Calling one DCOM to Another (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi.. I have build a n.tier solution,, but im not allowed to create an object(component) from another object?? I have made some simpel functions in my solution. The &quot;Form&quot; calls my first component (BLL) on a server writing a file on the server. That works, but if the component (BLL) on my server, tries to create a new object to my DAL component on a diffrent server, then i get an error: Unable to c...
adding web reference (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I'm trying to add a web reference to a vb windows form, I have the correct .asmx file selected, but when I click &quot;Add Reference&quot; I get an error message stating that the files couldn't be downloaded. I've already tried to browse to them and they come up just fine, any help with what might be going on would be appreciated.
Can't databind a dropdownlist in the footer of a datagrid (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi there, I'm trying to databind a dropdownlist that is in the footer row of a datagrid and I can't get it to work. Here's a chunk of the code: FP.Intranet.Portal.transloadDB lorries new FP.Intranet.Portal.transloadDB(); //this next line definitely works as I have used the dsLorries.GetXML to debug and //the dataset is definitely populated. DataSet dsLorries lorries.GetLorries(&quot;BB&quot;); lstLorries.Da...
Best IPC mechanism (2 replies)
microsoft.public.dotnet.distributed_apps
Hello, I need help deciding the best IPC mechanism to communicate between a legacy C app (dealing with telephony) and other Top level applications that would call the API functions. Both of these applications would &quot;always&quot; reside on the same system. Given that fact, I was thinking if WM COPYDATA would be the best IPC mechanism. But my question is, from the perspective of a top level application d...
Best Practices with WebServices (2 replies)
microsoft.public.dotnet.distributed_apps
Hi all, i'm pretty new to .net and am about to consume a web service in my windows service and was wondering what the best practices are when doing this. i need to keep refering to the web service throughout the running of the service, so should i: A onStart() of my windows service, create a connection to the webservice and maintain it throughout the life cycle of the service, even in dormant time...
.NET Framework 2.0 (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Dear All, Currently we are working with Visual Studio .NET 2003 with .NET Framework 1.1 . We heard a lot about the advanteges of .NET Framework 2 and we would like to use it. I wonder whether how we could use Visual Studio .NET 2003 with .NET Framework 2?
how to display help when help button is clicked (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
how to display help when help button is clicked without selecting any control after help button at the top right of a dialog is clicked.
Message board layered architecture 2-tier or 3-tier? (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi, I've got a VB.Net ASP.Net message board application which has already been customized. There are two solutions in this application. 1. The front end aspx, aspx.vb files, User controls solution 2. A components solution which has .vb files which have the code to call inserts, updates, deletes to the database (SQL server 2000) Its much like the available general ASP.Net message board. Only a bit ...
Socket Programming via SSH (3 replies, VIP)
microsoft.public.dotnet.distributed_apps
Is there a way without using a third party control to run a connect to a Unix Server and run a Unix Script properly authenticating with a public key through Sockets in ASP.NET? robf
Architecture Discussion (MS Response?) (8 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi All! Is there an architecture discussion forum on here? If not, there should be! It would be great to be able to discuss the pros and cons of different implementations of a solution for different targets and environments. Code wise generally you get to know how to solve something, however, how good that implementation is depends largely on the choice of architecture. I'm aware of some excellent...
Finding Bandwidth Utilization (3 replies)
microsoft.public.dotnet.distributed_apps
hi, I have a Windows Client Application which gets Video Streams from the server. I want to visually represent how much of Bandwidth the user is currently using. How to find the Bandwidth used at anytime? Any Inputs? Thank you Sendhil
Please help with what I hope is a simple bonehead problem! (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
I have taken a C library and broken it into several independent libraries based of functionality. All the individual libraries compile fine. They are compiled as standard Win32 Projects, DLL, Export Symbols. Each compiles and links correctly. But as I move forward and want to connect them to another more application specific DLL also built as Win32, DLL, Export Symbols I have problems in linking. ...
File or assembly name error (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Hi All. I building a MSMQ, over one server to another. Sometimes when i have registrer my component, and runs my app, I get the error: File or assembly name filename.dll assembly, or one of its dependencies, was not found. The &quot; filename.dll &quot; points at a diffrent file each time i run my app, never the same. eg: 64sviwf.dll, mo nqyu6.dll etc...... Sometimes, when i removes the component and instal...
Serialization & versioning (5 replies, VIP)
microsoft.public.dotnet.distributed_apps
I'm currently writing a distributed application that transfers a serialized object from the client to the server and back. How can I design the application to allow for the deployment of future releases of the serialized object on the server, while ensuring that old clients (those that still use the old serialized object) don't break? Thanks, Gil
Access Forms to Web Forms (4 replies, VIP)
microsoft.public.dotnet.distributed_apps
My company would like to migrate from an Access form (Sql backend) to a web based application. Is there a way to have the web form/web application do all of the same functions as the Access form. I'm able to set up the connection and see the data in a datagrid, but only one dbTable per grid. I need to be able to connect to multiple tables within the database at one time. Then when updating a field...
.NET Runtime Error on Web Servers (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Running a 3 tiered internet site (Web layer consists of Server 2003 Std servers running .NET/IIS, App layer consists of Server 2003 Std servers running .NET/IIS, and Data layer runs Server 2003 Std with SQL Server 2000) All are patched (Except for 023 024). Receiving a .NET Runtime error in the application logs of the servers at random intervals. The description for Event ID ( 0 ) in Source ( .NET...
Case Tool for .NET (2 replies, VIP)
microsoft.public.dotnet.distributed_apps
Dear All, We are on our way to evaluate a good case tool for our company. We are using C# and ASP.NET. Does anybody have an idea ? Cheers, Amirali
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