| Thread | Last Post | Replies |
|
| Can't Run Program Off of CD | 21 Apr 2005 03:35 GMT | 2 |
I have a Program written in VB.net that runs off a CD. The CD Contains tecnical Drawings and Information that Can be printed. I need to know how to get this Program to run on computers that do not have .net framework installed. It is a pain to have to install the framework ...
|
| Application won't start without Visual Studio | 21 Apr 2005 03:26 GMT | 2 |
When starting up our application in a computer without Visual Studio it won't start and does nothing. Our program uses dll-files but the target computer doesn't seem to find them. A program which doesn't use dll-files works fine in the target computer. .NET Framework has been ...
|
| Web Services or Sockets? | 21 Apr 2005 02:05 GMT | 7 |
I am looking to create a Windows Forms application that would get notifications from the server when data changes or it gets an instant message from other users. This application would have to work at different sites over the internet. The two technologies I am looking at are ...
|
| VB.NET application install error | 20 Apr 2005 23:04 GMT | 1 |
I am trying to install a VB.Net application and I keep getting this error: Error writing to file: CRVsPackageLib.dll. Verify that you have access to that directory. Any ideas as to what is causing this error. I have installed this
|
| Middle Tier - SQLDataAdapter question | 18 Apr 2005 09:48 GMT | 2 |
This question might sound stupid, but I am a bit of a newbie. If I have a SQL Server DB that has several tables that I want to be able to add records, edit records & delete records, do I need a separate SQLDataAdapter for each table?
|
| Parameterized components? | 16 Apr 2005 23:00 GMT | 5 |
I'm following the walkthroughfor creating a Web Application ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsintro7/html/vxwlkWalkthroughCreatingWebApplicationUsingVisualCOrVisualBasic.htm The application uses a component where data adapters are dropped onto the component designer ...
|
| got answer | 16 Apr 2005 22:20 GMT | 1 |
Have any one answer to my question -------------------------------- From: diana suganthy -----------------------
|
| New Project - Should I use MS technology? | 16 Apr 2005 05:41 GMT | 1 |
Wow, this is exciting. I've just got a new project request. It's for building a statement processing system. Customer send us data, we merge the data with an existing report layout, then we print and send back to the customer for distibution.
|
| Send txt | 15 Apr 2005 04:49 GMT | 1 |
I'm trying to send a txt file to browser using C# Response.BinaryWrite(byteArray); However te text file comes with the html tags. My code is:
|
| Architecture Question | 14 Apr 2005 15:06 GMT | 1 |
Hi & TIA, Not sure if this is the right forum... I am an amatuer programmer. I have an asp.net app which has the following layers:UI->UIP(xxxController)->BLL->(IDAL)->DAL.
|
| Serviced Components Out-of-Band Data | 12 Apr 2005 20:22 GMT | 1 |
I am trying to pass some additional information in every method call to a serviced component, like we do in SOAP Headers in web services. When using remoting I was able to pass this info in CallContext, but I cannot use CallContext from Serviced Components since it returns null. ...
|
| Updater Application Block Question | 11 Apr 2005 22:18 GMT | 3 |
We are currently looking into implementing the Updater Application Block with our application. I have been going through the documentation and found that the following directory structure is recommened for the client end of our application:
|
| How can i get the Property value using Reflection (Return type: Collection of controls) | 11 Apr 2005 16:36 GMT | 2 |
i want to get the property value using reflection. Scenerio: i have a status bar on MDI form. it has property named "Panels" and i want to get a specific panel from that
|
| Best way to do this... | 11 Apr 2005 09:53 GMT | 1 |
I've got the following question, I hope you guys can help me. I have an ASP.NET application. It has an page that calls a process (send lots of e-mails using a component form my customer framework). The problem is that this call can take a long time do execute.
|
| [ANN] edtFTPnet 1.1.6 released (Open Source C# FTP Client) | 09 Apr 2005 02:59 GMT | 2 |
Enterprise Distributed Technologies is happy to announce the immediate release of edtFTPnet 1.1.6, the popular .NET library for embedding full FTP capabilities into .NET applications. edtFTPnet is Open Source (LGPL) and can be freely embedded into
|