| how to reference a shared assembly from the GAC ? (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| well that might sound a silly question. I've added a class library project to the global assembly cache. now i want to use this shared assembly in my application. how can i reference it ? do i reference like a any other dll, or is there another way? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
|
| Application file structure (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| I was just wondering if anyone has any insights into project file structure within Visual Studio. For large applications with many projects, how are most of you setting up your file structure? In the Microsoft "Team Developement with Visual Studio .NET and Visual SourceSafe" document, three possible scenarios are described: 1. Single solution (all projects maintained in a single solution) 2. Parti... |
|
| Freezing when access the Contacts list (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I'm running Outlook 2000 client on W2K pro with Exchange 2000 (W2K Advanced Server). When creating a new message outlook freezes when trying to access the contacts list. I am able to access the Global address list, but then when scrolling down to choose a contact from the contacts list it freezes and I have to restart outlook. any ideas? |
|
| entity and dataset (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| I'm newbie in dist apps Is recommended to inherit my entity clasess (Client, Order,etc) from Dataset Class, or should I obtain the inf. from the Database trough a Dataset, and copy the inf (eg: multiple rows retrieval) in a entity class collection?? If so, How do I bind a control (eg. textbox, grid, listbox) to a entity class? I know that I need a DAL, and I'm trying to build it, but I have the do... |
|
| How to associate an App.Config file with a DLL (5 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| does anyone know how to associate an App.Config file with a DLL? i need a config file to point a method to an XML file and the client would not know this file name because the xml file is strictly used by this method that is called. any help is greatly appreciated |
|
| NLB, Application Center 2000 and Hardware Load Balancing? (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi there We are looking at having multiple Windows Server 2003 servers running in a web farm to host our .Net Web App. There are a few things that confuse me: 1) Windows Server 2003 includes NLB, does there still need to be hardware in front of the cluster to distribute the load? How is the load ditributed amongst the servers in the cluster? 2) We are looking at using Application Center 2000 to ma... |
|
| Select rows in data grid (4 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Can anyone give me a reference to documentation on how to create a datagrid which has a checkbox on each line, and by checking this, that record is marked (say by background color change) as selected? Please let me have this reference refer to VB "code behind". I am sure this is documented somewhere, but I can't find it. Thanks, Paul. |
|
| question - .NET to Excel transfer limits? (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I have set up a web page which allows users to query a database, and if they wish to keep/manipulate the results in Excel, I have included a button which fires off the same page in Excel. This works just fine, but I find that there seems to be a size limitation on the grid which can be shown in Excel (maximum number of rows seems to be about 50). I'd like to know if this limitation has been se... |
|
| Problem with MSMQ (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi there, I have a process running on my computer that's constantly receiving messages from a MSMQ queue. Everything works fine until Norton Antivirus runs to perform a daily check of the system; right after that, if the process was waiting for a receive operation to complete, it receives an error saying a subprocess was cancelled. So it doesn't get any result, and what's worst, it loses the messa... |
|
| Post Datagrid - how to? (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Can anyone tell me how I can post a datagrid (with it's associated values)? I want to fill a datagrid out on a query page, and then give the users the option of viewing that datagrid elsewhere. Do I have to repeat the building of the datagrid (using just the parameters as already gathered on the query page), or can I simply post the already formed datagrid, to be viewed elsewhere? I have already t... |
|
| Async Socket: Rising Thread Count (2 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| Hi all We have been developing a complex TCP socket communication app that is responsible for keeping numerous connections open to clients on routable IPs. The app receives request on a non routable listener socket that marshals communications between the non routable netowrk and the clients out on the routable network. The app runs as a .NET service in Win2K Server. Async sockets are being used, ... |
|
| Distributed Application Deployment (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello, I am slowly migrating from VB6 development to C# development in .Net. I am having some trouble with the layout and design of my application as it relates to deployment. As a general overview, our application has a base set of functionality that can be purchased, and then there is more functionality that can be bolted on and installed separately. Traditionaly, I would have developed VB6 COM ... |
|
| Updater Block Tutorial (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Does any one know of a simple tutorial on how to use the Updater Block? I would greatly appreciate your help. Thanks Alex |
|
| Size of APP (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, I development application in Visual Basic .net. This application size x KB. The same application i wil develop in C#. The size KB this application, Is't the same? Thanks. |
|
| Books on UI Process Application Block (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Although I think the documentation is very good for the blocks, I was wondering if there have been any books published with some larger scale implementations of the UI block which would also include the online documentation as well. |
|
| Error in multi-project solution. (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| The file 'filename' cannot be copied to the run directory : Please help . What this. |
|
| Data Adapter Insert Failure (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello, I have the strangest problem. I have a winforms application that has a strongly typed dataset. There is one main parent datatable "Customers" and a child "Invoices". Inserting a new customer into the db and then updating the dataset with the new row using the adapter is no problem. But when I follow it with an insert of a new invoice row(regardless of it being a new customer row or an exist... |
|
| .NET handling space between database field name (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello, I have field names coming in from a database with spaces that I did not create and I can't change. I have tried evrything I know and .NET does not like it e.g File Number as a field name and when I do File Number.DataTextField , it has it underlined. How do I fix this. Thanks. |
|
| UNABLE TO ENLIST IN A DISTRIBUTED TRANSACTION (4 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| I am building an application using com and an oracle DB and I have a problem when I try to make a query on the DB. UNABLE TO ENLIST IN A DISTRIBUTED TRANSACTION. Thanks in advance Eliraz |
|
| "Pet Shop" application (4 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hello I'm trying to run the "Pet Shop" application of the MSDN Design Patterns and Achitecture of the .NET. I've installed it ok, but when i run the application i receive the message "Login failed for user "ABARROS\ASPNET". ABARROS is my computer name. In the documentation says that there is a login name create "DotNet", but i can't operate with it. Someone can tell me what is wrong ? P.S. I've a ... |
|
| HTTP download of assemblies (3 replies, VIP) |
| microsoft.public.dotnet.distributed_apps |
| I am trying to instantiate a windows form from a webform. I have a command button on my web form with the following code in the on click. Private Sub Button1 Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim frmTemp As Form Dim SimpAsm As [Assembly] SimpAsm [Assembly].LoadFrom ("http://jgrundy1/autodeploy/ClassLibrary1.dll") frmTemp CType(SimpAsm.CreateIns... |
|
| connection pooling (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| Hi, even thought we have set StartConnectionPool 1 i registry the ASP applications will not user connection pooling. We have been told that from ODBC 3,5, this will happend auto if this registry param is set to other than 0. Be gentle, I'm a beginner. Best regards Fman |
|
| "Unverifiable image" (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| When trying to client activate a remoted object using Activator.CreateInstance(..) I get a file io exception stating: "Unverifiable image 'my rmt' can not be run" Has anyone seen this error? Do you know what it means or how to further diagnose it. This is my first attempt to do client activation using C to implement the .NET server. I've done such servers using C# successfully in the past. |
|
| MDI Parent / Child in vb.net (3 replies) |
| microsoft.public.dotnet.distributed_apps |
| I was wondering if anyone knew how to enable / disable the main menu on a parent Mdi form from a child form? Thanks, Jim |
|
| UI Process Application Block w/ CRUD (2 replies) |
| microsoft.public.dotnet.distributed_apps |
| Is there an example available some where show you how to use the UI Process Application Block with CRUD operations? I can not find anything with the document. Thanks, Hai Hoang |
|