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 2004

Filter by week: 1 2 3 4 5

C# Class Library Distribution
Posted by Jessard at 11/30/2004 9:15:04 PM
Hi All, Can somebody please tell me how to make a class library available for use on another machine? I have installed the .NET framework on the target machine but still cannot instantiate an object. I'm using vbscript CreateObject("MyLib.Lib"). I can do this with a VBScript on the devel...more >>


Silent Deployment vs UAB
Posted by Fei at 11/29/2004 3:31:38 PM
Hi, I got a situation on using UAB. I have customers runing Client/Server application. I am going to use UAB to update Customer server. However I use Silent Deployment in customer side. In other words, HTTP is considered for customers to run app in their client computers. Then when I upd...more >>

Creating COM object in VB.NET
Posted by Nigel Ellis at 11/29/2004 12:48:16 PM
This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C4D611.B23DD000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have found many articles on the Internet about how to create a COM = object in VB.NET, but they all seem to...more >>

.NET Remoting x COM+
Posted by Fabiano at 11/29/2004 9:24:01 AM
Please, i need to create an app that must run in a distributed environment. My user interface at a webserver and my business rules at another one. The 2 server will stay at the same network, but someday it should be distributed in different LANS over Internet. What's the best approach? ...more >>

Install asp.net project in the server
Posted by Danny at 11/29/2004 5:19:05 AM
After i'm running the msi to install my projecy i noticed that the installation changed some properties of the IIS like : Application Name Application Pool Decuments How and where can i define that the installation will not change the IIS properties...more >>

Updater Application Block for .NET
Posted by podgehb NO[at]SPAM gmail.com at 11/29/2004 4:15:35 AM
I see from the system requirements (for the Updater Application Block for .NET)that you need the .net framework version 1.1. Does that include the client and the server? I have 1.1 on my server, but I have 1.0 on the client PCs. If you need 1.1 on the client PCs as well, can you recommend someth...more >>

Bulk Insert From Dataset
Posted by Dianna at 11/27/2004 4:01:01 PM
I have a datafeed coming from another Database which I am populating into a Dataset. I want to take the dataset and insert all the rows into a Sql Table. So far I have an 'insert stored proc' and I pass all the parameters from .Net and execute (1 row at a time). However, this is tedious. T...more >>

Article : Soapsuds.exe (.Net Framework tools series)
Posted by Namratha Shah \(Nasha\) at 11/26/2004 9:29:11 PM
Hey Group, Today we gonna discuss Soapsuds tool. Soapsuds is shipped with .Net FrameWork and is used by .Net remoting Client Applications to generate xml schema,proxy class or assembly for their HTTP Remoting Server. Client App can use this proxy class or the assembly as a reference to the...more >>



[ANN] edtFTPnet/PRO 1.0.0 released!
Posted by csharpftp NO[at]SPAM yahoo.com at 11/26/2004 3:28:35 AM
Enterprise Distributed Technologies is proud to announce the immediate release of edtFTPnet/PRO 1.0.0, which is a commercial derivative of edtFTPnet, the popular Open Source FTP .NET component. In addition to the capabilities and many features of edtFTPnet, edtFTPnet/PRO supports SOCKS proxies...more >>

Exception handling in distributed ntier app
Posted by Gai at 11/25/2004 8:30:53 PM
Hey all, I'm building a distributed app in an NTier architecture (UI, BL, DA etc'). My client is a .Net Web Application and i'm using the Exception handling application block. I'm trying to establish an exception handling standard in which I don't need to write Try and Catch blocks everywhe...more >>

database and app server separated by WAN
Posted by Ice at 11/23/2004 2:30:56 PM
All - I was just wondering if any of the developers/architects has had to deal with situations where their application server and database server were not in the same LAN i.e separated by a WAN. If yes, what the business or technical situation that had prompted this. Thanks. ice ...more >>

Cut/copy/paste and undo/redo frameworks
Posted by Albert at 11/23/2004 10:48:22 AM
Hi, I'm looking for some kind of frameworks that deals with cut/copy/paste and undo/redu functionality, that can be used in a .NET application. I did some research in th web but couldn't find something appropriate for a real world application. Does something like this exists for .NET? If not ...more >>

Assembly binding problem
Posted by Simone at 11/23/2004 10:42:14 AM
I have a strange problem on my computer: When i develop a serviced component and i try to access it using a com client, i have the following message: File or assembly name HTNuovoCA.NET, or one of its dependencies, was not found. (I have register it using regsvcs following the standar...more >>

Design Question
Posted by JuanBarbatos at 11/22/2004 3:01:03 PM
I am looking for some suggestion on the best way to handle this. I have broken my business logic down to 2 assemblies, Customer and Orders. Both of these will share the same logic for some general data bewteen the 2. For example Orders need to get address from Customer, and Customers may need ...more >>

Strong Names Vs. Interop
Posted by Ben Reese at 11/22/2004 9:35:12 AM
This is the first time I have needed to create assemblies that references each other from anywhere other than the applications directory. I have a number of executables that need to run in the bin directory of the (3rd Party) host application. These Exe's all reference one "entry point" dll ...more >>

Business Rules & Referential Integrity
Posted by Paul Johnson at 11/20/2004 4:40:27 PM
Good Day All. I have been trying to find general answers to a very specific question about application design and implementation using DotNet. My situation is that I would like to design and implement a Web Application. I would like to avoid using datasets in favour of the datareader to ...more >>

server-side printing
Posted by Ice at 11/19/2004 12:57:43 PM
All - I am looking for any suggestions on how to implement a server-side printing solution. We potentially generate a large amount of documents on the app server for subsequent. I know that MS Word is a no-no, so no one should respond with that as an option :). I've been informed of ActiveR...more >>

UIP: Linking Tasks
Posted by Bill at 11/18/2004 2:43:14 PM
Hi, I am starting work on an application and was planning on using the UIP AB v2.0. I see in the documentation that the UIP supports Chaining and Nesting of tasks. However I need to be able to run two tasks concurrently. ex: User working in the main task and they scheduled/start a test. W...more >>

Are remotable objects multithreaded?
Posted by David at 11/18/2004 12:45:03 PM
I haven't found the answer to a fairly simple question. If I create a remotable object, hosted in a .exe process, will client calls start new threads when using synchronous remoting? In other words, if I have two clients each making a call, will the first client block the server until it...more >>

UIP: "state persistence provider is not provided" error
Posted by chris yoker at 11/18/2004 3:24:01 AM
hiya, Please help. I have wizard navigator in my project. I invoke it as follows: <code> UIPManager.StartNavigationTask("CarWiz") <\code> unfortunately, I get an error: <error> the state persistence provider for the navigation graph ‘CarWiz’ is not provided. Check the /configuration/...more >>

UIPAB - How to reference a parent window from its child? Is it possible? pls some help!
Posted by Juan at 11/17/2004 11:04:49 PM
Just after navigating to a view how can I call a method in the destination view? If I simulate a dialog box keeping the calling view open and opening the next view as modal how to call a method immediately after I navigate back to the parent? Thanks a lost for any help. ...more >>

ADOX Catalog
Posted by Wayne Wengert at 11/17/2004 5:27:13 PM
I am distributing a VB.NET Windows application using a package created with the VS NET 2003 deployment tool. On one system they get an error about a component not found. I traced the CLSID it shows in the error message and it points to ADOX Catalog in my registry. The deployment package includes ...more >>

UIP App block: Layout manager question
Posted by James Geurts at 11/17/2004 10:54:07 AM
Can someone go over the idea behind the ilayoutmanager. What is the point of implementing that interface? Also, if possible, is there an example of how it is used?...more >>

Shortcut target
Posted by Stu Smith at 11/17/2004 8:07:46 AM
I use Visual Studio 2003 to create Setup projects for various Access apps that weren't developed under Visual Studio. Everything works great except for the shortcut that I put in the User's Programs Menu. If, after running Setup, I create a new shortcut in the same folder, with the same argumen...more >>

Cross Platform Application
Posted by Mr_India at 11/17/2004 7:14:08 AM
I want to develop an application in .net which will connect to non-microsoft operating system. can anyone help????...more >>

multithreading app not working correctly when installed
Posted by Jennifer at 11/16/2004 5:44:02 PM
I have a multithreaded app that works fine when running within VB.NET, but when I try and install it, there is a point in the code where it just stops working. it doesn't error out, but stops running the code. The RunEntry() method calls methods from an instance of RunService(). It does it abo...more >>

Remote Services Design Advice Needed
Posted by shmeian at 11/16/2004 1:30:03 PM
We're setting up a n-tier architecture where we'll have a central .Net application server hosting a number of common dlls. Our thinking at the moment is to have a windows service on the server that instatiates classes in these common dlls and makes them available for remoting. Is this th...more >>

VB Upgrade - Form Controls not staying in place
Posted by E.P. at 11/16/2004 10:09:02 AM
Hello, I have an upgraded VB 6 proj. When I got to one of the original forms all the controls were bunched up in the top left hand corner. When I arrange things the way they should be they are fine. That is until I run the project. Once I do that they all move back to the top left corner ag...more >>

Calling user control from VBScript (managed and un-managed)
Posted by b.bardugo NO[at]SPAM gmail.com at 11/16/2004 4:58:09 AM
Hi all, I have a C# user control (a little app I made to display video). In this code I am using a third party .dll, which is written in C++ (un-managed). I am tring to put this control on a web page and somehow the managed code is working OK but when it arrives the part of the code where it is...more >>

UIP, how to combine the wizard + userControls navigator
Posted by chris yoker at 11/16/2004 4:17:23 AM
Hiya, I am using the follwoing uip app block samples: 1) advancedhostDemo (userControlsNav) 2) UIProcessQuickstarts_InsurancePurchaseWizard (wizardNav) Individually, they both work.However, I want to be able to launch a new wizard in the menuClick eventHandler of a form that is contained in ...more >>

Newbie .NET Question Regarding Application Distribution
Posted by Mitchell at 11/12/2004 5:45:02 PM
Hello All: This may be a dumb question and may not even be on topic in this particular newsgroup. Please forgive me, but I cannot seem to find a straight answer for myself. What I would like to know is, With the Standard Editions of the .NET development tools, Can I distribute programs...more >>

Best Way to Distribute a Winform Application
Posted by Bob Roggy at 11/11/2004 9:13:01 PM
I have a winform application that accesses a SQL server database. I need to deploy it on an intranet. It is an application that will be access by several end users. I would like to deploy it in one common place and let end users execute the same exe thus making it easy it implement changes as ...more >>

Enterprise Programming
Posted by Dhon Nuevo at 11/11/2004 10:15:41 AM
Hi, I wonder how I could setup an environement where our group (5 programmers) can access the same solution, project, and/or source codes. I've read about sourcesafe but I wonder if it's applicable for dotnet. If possible, please give me a detailed instruction on how to configure everything...more >>

Application Architecture question
Posted by bschoen NO[at]SPAM rogers.com at 11/10/2004 11:17:20 AM
The company I work for has a requirement for a web application that will run on our public Internet servers but the same code base (more or less) should be able to be deployed and run on standalone desktop machines for about 4000 users. We need database support and dynamic pages backed by some ...more >>

New COM+ Application
Posted by jji at 11/9/2004 1:12:38 PM
Hi, Buddies Does anyone know what's difference with COM+ and Web Services in .NET Thanks, Jason ...more >>

Need some urgent help please!
Posted by Tom Rahav at 11/9/2004 6:29:11 AM
Hi! I developed application using VB.NET 2003. This application use MS Access as database and MS Excel for generating graphs. I developed the application on a PC with .NET, Windows XP Pro and Office 2003 installed. After I finished developing it, I added an installation project and I creat...more >>

Hungry Consumer
Posted by David Elliott at 11/8/2004 11:55:05 AM
I am looking find a .NET example of a Hungry Consumer. I have searched but have not really found an example. Thanks, Dave...more >>

UIP v2 ( muliple projects in 1 solution issue)
Posted by johnk at 11/8/2004 9:10:04 AM
Hi- I’m trying to use the UIP (v2) to develop a web application. This application is being built by a team of developers. In order to facilitate ease of development, we have created 1 solution with multiple projects. The problem I’m having is when I try to “navigate” to a vie...more >>

Distributed queries
Posted by dist_query_doubter at 11/8/2004 8:50:03 AM
Some of my coworkers want to use distributed queries within stored procedures. For example, stored proc "A" will join with a table from another database, possibly on another server, and return the rows. I am more comfortable using more "obvious" logic that resides in a business layer which m...more >>

iis 6.0 setup to run .exe from url
Posted by rt at 11/8/2004 5:00:01 AM
hi, currently iam using window 2000 server with no touch deployment, this works fine. like accessing http://myapp/mmyapp/ty.exe the setting are as follows Permissions are readonly Execute Permission None. but i bought new windows 2003 server i have a problem , this does not work. ...more >>

Article : Code Access Security Part - 1 (.Net FrameWork Tools Series)
Posted by Namratha Shah \(Nasha\) at 11/6/2004 8:57:11 PM
Hey Guys, Today we are going to look at Code Access Security. Code access security is a feature of .NET that manages code depending on its trust level. If the CLS trusts the code enough to allow it ro run then it will execute, the code execution depends on the permission provided to the ass...more >>

Microsoft.ApplicationBlocks.ApplicationUpdater Error
Posted by paul actis at 11/5/2004 11:12:33 AM
This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C4C328.58DE5350 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to use the Microsoft.ApplicationBlocks.ApplicationUpdater = application. When I open the C# code...more >>

Assembly binding problem.
Posted by David at 11/5/2004 8:47:02 AM
I have a problem where one of my applications can't find a dependent assembly. I'm quite certain it is there, but it can't be found. The application is a Windows service. It has a reference to a class library. When I start the service, it immediately shuts down. The message from the app...more >>

How do you call a singleton contructor before first client connect
Posted by Ralph Flaugher at 11/4/2004 1:53:20 PM
I am creating a singleton server object. I would like to have the host application call the server object's constructor. It appears that the singleton object is not created until the first client attaches. -- Ralph Flaugher...more >>

tool tip popups
Posted by Paul Nelson at 11/4/2004 10:58:02 AM
I am trying to set up tool tip popups on a page I am developing - but these are not on Web Controls - rather on HTML table <TD> and <a> tags. I am sure this must be possible - obviously i know how to set it up so that a javascript function is called onMouseOver, and this can change the text in...more >>

"Object reference not set to an instance of an object" when usingStartOpenNavigationTask
Posted by Faassen, B. at 11/3/2004 5:56:46 PM
Hello, I am getting this error in my WepApp. It seems that the UIPManager.Config.DefaultViewManager is empty.. What do I have to add to the config? I used a sample configuration from the QuickStart samples so I think the web.config should be ok.. Can someone help me with this. Reagrds,...more >>

"Requested Service not Available"
Posted by David at 11/3/2004 2:05:05 PM
Why do the sample apps make it look so easy? I have a .Net Remotable Object, hosted by a service. It looks like this: public interface MyInterface { DataSet ReturnADataSet(); int ReturnAnInt(); } Then, within the project for the service: [Serializable] public class MyInte...more >>

Process to process communication with COM+ or .Net remoting interf
Posted by Ralph Flaugher at 11/3/2004 11:49:02 AM
I would like to create a Windows service application which is always alive. Clients can connect and monitor activity or change settings. To allow the clients to connect I want to use COM+ or .NET remoting but all examples I've seen are not applications, they are esentially libraries. It is ...more >>

Windows Service Login Failed when accessing SQL.
Posted by Evan Camilleri at 11/2/2004 6:30:51 PM
Windows Service Login Failed when accessing SQL. I have a problem for a Windows Service to login on an SQL server (different machine) - neither Windows Authentication nor SQL Authentication worked. LOGIN FAILED FOR USER sa (for example). If SQL Server is on the same PC of the Windows Servi...more >>

Remoting configuration file for two objects.
Posted by David at 11/2/2004 12:05:01 PM
I have created some remoting applications, and they work just fine, and all appeared well, until I decided to combine the functions from two applications into a single service. So, what I have is two remotable objects. Both of them are hosted in a single Windows service. I need a channel,...more >>


DevelopmentNow Blog