Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet distributed apps > november 2003

Filter by week: 1 2 3 4 5

Data Adapter Insert Failure
Posted by TSawyer at 11/30/2003 9:10:57 PM
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 pr...more >>

Book on Remoting & Distributed Apps?
Posted by Bill Todd at 11/29/2003 4:22:46 PM
Can anyone recommend a good book on remoting with particular focus on multi-tier ADO.NET applications? Thanks, -- Bill...more >>

.NET IDE 2002 and 2003 resources compatibiliy
Posted by Alec Solter at 11/27/2003 10:59:51 AM
Using .NET IDE 2003 I created a simple form that includes a button with image. When trying to run this project on old .NET IDE 2002 it is throws the following exception: System.InvalidCastException: Specified cast is not valid. It's happens on the following line in standard Initializ...more >>

.dll
Posted by ccrzzz6 NO[at]SPAM comcast.net at 11/27/2003 5:50:29 AM
same message different e-mail ,thanks again ,chris...more >>

UI Process App Block
Posted by Collin Head at 11/27/2003 12:12:43 AM
Hi, I think this UI Application Block is a cool thing for making webform application on ASP.NET working on a centralized page navigation framework. At this point, I think I have an overview concept of how this framework works. My current problem is with the actually setup. I am able to i...more >>

.NET handling space between database field name
Posted by ecwhite at 11/26/2003 12:43:00 PM
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....more >>

Non-trivial development using Visual Studio 2003 .NET
Posted by michaelj at 11/25/2003 3:11:59 PM
My questions are directed to those who are successfully doing non-trivial "enterprise" development using Visual Studio 2003 .NET. It has been my recent experience that this development environment works fine, as long as all the development uses managed components. However as soon as one needs ...more >>

Manifest utility
Posted by a.chaly at 11/25/2003 11:55:27 AM
In documentation was be following "The keys are saved as XML files, which you can copy and paste into the manifest utility's Key text box and the application updater file. You should paste the private key into the manifest utility's Key text box, and the public key into the application's updater ...more >>



Problems to run WebStore example of UIP Application Block
Posted by ceperaltamza NO[at]SPAM hotmail.com at 11/19/2003 3:43:19 PM
Hi there masters! I i´m fithing about a week to run this example. My problems begin when i realize that i have VS 7.0... I must create the solution and every project. Then, i don´t have a localhost SQL Server. I run the sql script using the SQL analysis tool. Whell, i can "log in", but then...more >>

Check Security Roles in .NET
Posted by Michael Lierheimer at 11/19/2003 12:07:10 PM
Hallo. I have the following problem: An application on a remote computer was started and is running under a W2000 login. Now the application makes a call to the local computer and we have to check if the remote login is member of a role on the local computer. How can I accomplish this s...more >>

Size of APP
Posted by Maria Paz Coloma M. at 11/19/2003 11:05:43 AM
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. ...more >>

Load Testing Remoting Applications
Posted by Vikram at 11/18/2003 11:32:06 PM
Hi, I need to load test a client-server application which uses .NET Remoting TCP/IP with binary formatter as the communication medium between client and server. The server has Server Activated Objects in single call mode. This server would have multiple clients connecting to it The goal ...more >>

How to increase the size of custom log
Posted by Prasad at 11/18/2003 4:16:28 PM
Hi: I am creating a custom log from windows service using .NET. I want to change to default settings of this custom log. One is, I want to increase the size of custom log from size 512 KB to 10240 KB. And second is, I want to make 'Overwrite events as needed' radio button as selected, inste...more >>

RE: DataGrid viewstate becomes corrupt
Posted by tanajk at 11/17/2003 11:53:11 AM
Was there a solution to the DataGrid causing the "viewstate is invalid for this page" error that Drew reported on October 8th, 2003. We have five installations of an application and everything works fine at four of the sites. The 5th site constantly gets the error message. They are not using ...more >>

Data From Datareader to datagrid
Posted by pushpendra at 11/14/2003 9:14:35 PM
Is it possible to show tha data read thru datareader to presented in datagrid...... thanks......more >>

Windows Forms No-Touch Deployment problems using DAO on User-Level Secured Access DB to access groups
Posted by smooges1 NO[at]SPAM yahoo.com at 11/14/2003 11:46:28 AM
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as ma...more >>

Updater Application Block
Posted by Ice at 11/14/2003 7:12:44 AM
All - Just curious to know how (and if) anyone has gotten past the fact the Updater Application block downloads "all" client assemblies during an update. Thanks. Ice ...more >>

Basic usage of the windows forms Datagrid
Posted by Jim at 11/14/2003 6:43:36 AM
Anyone know how to get info from this thing and then update the database? e.g. datagrid1.SubmitChanges? Jim...more >>

Com+ server and config file - how to deploy together ?
Posted by Gawelek at 11/13/2003 4:40:55 PM
In order to deploy my server I do the following : regsvcs /fc MyServer.dll gacutil /i MyServer.dll .... and I don't have to know where actually my dll is placed. It is advantage of GAC. But I want to place config file in the same location, how I can do it, any ideas ? Gawel ...more >>

MSI to install and start a service
Posted by Russ Green at 11/13/2003 1:59:09 PM
I'm using a Setup Project in VB.NET 2003 Standard to install a windows service application. I would like this installer to start the service after install. How do I do that? Thanks, Russ ...more >>

formating the column of datagrid
Posted by pushpendra at 11/13/2003 1:56:53 AM
I want to create a programe in VBnet and want to use the datagrid to show the data Connection and dataset is created thru thecode only...Iin table the data for example a filed for date is there having format as dd/mm/yy but when i want to show it in datagrid it should be day,month and year...more >>

Multi line selection in datagrids
Posted by P Nelson at 11/12/2003 4:41:13 PM
Can someone let me know how I nan select multiple lines in a datagrid? It seems I can only select one at a time. Alternatively, how can I specifically mark certain rows as "selected". The selected rows should have an alternate background color (the default selection color of yellow is fine...more >>

Open Configuration Management Application block error
Posted by RSAGS at 11/12/2003 3:59:14 PM
When I tried to open the solution, i received "The selected file is not a valid Visual Studio solution file". I know this is because I need to make the solution point to framework 1.1 in order to work. Anyone know how to fix this. It works fine with someother application blocks solution...more >>

MDI Parent properties
Posted by Jim at 11/12/2003 12:56:15 PM
Anyone know how to access a MDI's properties from a child form? e.g. changing the value of a statusbar panel? Thanks, Jim...more >>

Resizing forms in vb.net
Posted by Jeff at 11/12/2003 7:12:53 AM
In VB 6 I used to just set a property to false in order to prevent the resizing of forms, does anyone know how to do this in VB.Net? Thanks in advance, Jeff...more >>

MDI Parent / Child in vb.net
Posted by Jim at 11/12/2003 6:18:05 AM
I was wondering if anyone knew how to enable / disable the main menu on a parent Mdi form from a child form? Thanks, Jim...more >>

Microsoft Application Blocks For .Net (Updater) Question
Posted by Buddy at 11/12/2003 1:31:09 AM
Hello Microsoft, Could you please advise me on the following. We have a product that will be installed on a network. Each client machine will have access to the network share and will be give the correct trust to run the application. The current problem we have is that when we start the ...more >>

NLB, Application Center 2000 and Hardware Load Balancing?
Posted by SamIAm at 11/11/2003 4:01:41 PM
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 lo...more >>

Exception Management Application Block Question
Posted by PCC at 11/11/2003 3:27:52 PM
I am using the Exception Managment Application Block on Windows Server 2003 Enterprise and .NET v1.1. If I use the block with an ASP.NET web wervice or in a web application I get the following error: ------------------------------------ System.Security.SecurityException: The event source ...more >>

UIP Application Block
Posted by Benoit at 11/11/2003 8:40:24 AM
Hi, is anybody has an expereience to share with us regarding the UIP(User Interface Process) applicaton block. Is it flexible? Whar are the constraints encontered? What should be improve? What are the performance result while loadding this framework? Anything you whant to share will ...more >>

Development environment
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/11/2003 6:34:14 AM
Hi all! I am a regular computer programmer that is novice in the world of .Net. What i wish "trying" to do is to develop a simple web application using the MS Visual Studio.Net as my only development tool. To be able to do so i intend to use embedded C# in the aspx document in my project as my ...more >>

Difference between a System Architect, Solution Architect, Application Architect and Technical Architect
Posted by vicksoulios NO[at]SPAM spherion.com at 11/11/2003 3:08:14 AM
Hi Folks, I'm not too sure if this is the appropriate place to ask this question, but I'm trying to figure out what some of the main differences between the following Job roles are on an IT Project: * - System Architect * - Solution Architect * - Application Architect - Is this the same as...more >>

How to minimize the CPU usage
Posted by Prasad at 11/10/2003 12:53:37 PM
Hi: How can I minimize the CPU usage of a Windows service. Some times my windows service consumes total 100% of CPU. I want to control this. At any time it should not exceed more than 50%. How can i do this in .NET. Thanks - Prasad ...more >>

Select rows in data grid
Posted by PNelson at 11/10/2003 8:25:30 AM
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...more >>

Sessions
Posted by Naina Mohamed at 11/10/2003 1:23:44 AM
What are disadvantages of increasing Session timeout?...more >>

Security model guidelines - Server-centric implementation - Win2K3 - dotNet
Posted by Bert Nieves at 11/9/2003 10:00:49 PM
Greetings, a) Server environment : Windows 2003 Standard b) Database: SQL Server 2000 c) Development: Combination of VB6 COM+ , ASP.NET, and VB.NET. Looking at potential tracks for an implementation of a server-centric security model for an n-tier, intranet based system. All business logic...more >>

System.InvalidCastException - QueryInterface Fails
Posted by mjamil314 NO[at]SPAM hotmail.com at 11/7/2003 6:45:06 AM
Hi: I have a com+ component installed using a application proxy on a remote computer. By the way, I have no problems when running the local client. The problem occurs when I try to execute a method on the remote object: --------------------------------------------------------------------...more >>

mailing labels
Posted by jano at 11/6/2003 7:45:05 AM
hi all, i've been asked to provide a label printing facility through a contact search web app on our intranet which i created. They should be able to do ad hoc searches and print labels from them- whether it be straight from internet explorer or whether the dataset saves to file and ope...more >>

Refresh datatable
Posted by Gedd at 11/6/2003 5:24:04 AM
Hi, When I refresh a datatable using the fill method of a sqlDataAdapter, how can I retrieve the rows that have been modified in the db (by another user) ? I can get the added and deleted but not the modified. The problem is that the row state of all the rows is set to modified in th...more >>

Error in multi-project solution.
Posted by igor at 11/6/2003 4:13:52 AM
The file 'filename' cannot be copied to the run directory : Please help . What this....more >>

how to reference a shared assembly from the GAC ?
Posted by Joe Abou Jaoude at 11/6/2003 12:17:58 AM
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...more >>

CreateDektop
Posted by Paul at 11/5/2003 11:47:32 AM
Does anyone have any good vb examples of creating a new deskop and then using the SetThreadDesktop facility to talk to applications on the new desktop ? Thanks ...more >>

Application file structure
Posted by craig at 11/5/2003 10:11:45 AM
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 p...more >>

UIP webUI pages can not use IE'back button?
Posted by oo789 at 11/5/2003 8:10:15 AM
hi, all, I am learning UIP now. But i found something strange in UIP sample stores, when i run the sample WebUI. 1.logon(http://localhost/UIPStoreWebUI_CS/logon.aspx), 2.I got to the welcome page. 3.Then i choose "Start to a new buy process" 4 arrive browse page(http://localhost/UIPS...more >>

UIP - Modal forms in MDI app
Posted by Paul Dunleavy at 11/5/2003 3:30:44 AM
I have an MDI application using the block. I've called starttask() passing the MDI parent form and I've marked one of my forms to show modal in the config file. The block falls over with the error - "Forms that are not top level forms cannot be displayed as a modal dialog. Remove the for...more >>

How to associate an App.Config file with a DLL
Posted by Paul Howell at 11/4/2003 12:38:50 PM
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 ...more >>

Exception Handling in C#
Posted by Mike at 11/4/2003 6:01:48 AM
Hi, I am after some advice on the best approach to passing exceptions through the layers of my application. Rather than placing try/catch statements in my data, business & UI layers I have hooked up a ThreadExceptionEventHandler event to act upon any exceptions in any of the methods in...more >>

Launch windows app with no GUI ?
Posted by Paul at 11/3/2003 5:30:34 PM
Hi. I need to launch a windows application and then send keyboard event to this process to run certain commands. I've created a COM+ appplication to spawn and talk to the application which works well however the launched application always shows the UI where-as I need this to be hidden, even ...more >>

UIProcess
Posted by John Key at 11/3/2003 1:34:11 PM
I am wanting to use the UIP Application Block to design a User Interface that is similiar to Outlook. How do I display forms in panels using the UIP. Any help, or samples would be greatly appreciated. I'm just getting started in VB.NET, so any help anyone can provide would be great. Thanks. ...more >>

"Unverifiable image"
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/3/2003 11:54:54 AM
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 a...more >>


DevelopmentNow Blog