| Thread | Last Post | Replies |
|
| Class and array properties | 24 Aug 2005 04:34 GMT | 4 |
Is there a way to dynamically resize an array along with maintaining its contents similar to VB's REDIM PRESERVE statement in C#? My problem is, the user won't be sure how big the string array (sTest) is initially. As stated in the code below, when the class is
|
| Adding solution to VSS... | 24 Aug 2005 03:15 GMT | 1 |
When adding my VB .NET solution (with two sub-projects) the folder structure in VSS gets an extra level of folders... For example, here's the structure of the solution on my C:\ ...\mySolution\mySolution.sln
|
| Forking VSS | 24 Aug 2005 03:12 GMT | 1 |
I want to have two builds of a winforms project: (1) a /reference/ build that I consider "good enough" for distribution (internal app). The idea is that all the functions are QC'd. (2) an "incremental build"...this would be all the new functional
|
| ASP.NET speed | 24 Aug 2005 03:08 GMT | 2 |
Hi. I have been working on an ASP.NET site, using ASP.NET 1.1. I do not want to upgrade to ASP.NET 2.0 yet, because my host will charge me for the move to their server that has ASP.NET 2.0. Most of the pages on the site have instances of Web controls, like calendars
|
| .NET Installation Wizard | 24 Aug 2005 01:23 GMT | 1 |
Hi, I've heard of a .NET Installation Wizard (it most be something to package an app for distribution, but I may be wrong). Where can I find this wizard? because I can't find it in my Start Menu under the Visual Studio 2003 folder.
|
| when can .NET Framework be assumed? | 23 Aug 2005 22:31 GMT | 11 |
The .NET Framework is about 20MB which is large compared to some apps. Can I assume that the Framework is on modern PCs? Does modern mean PCs sold in the last 6 months, 12 months, etc?? Cheers
|
| Programmatically transfer large amounts of data across internet | 23 Aug 2005 20:25 GMT | 3 |
I'm developing a distributed app, of which clients (thin or rich) will need to receive regularly, a large volume of data, (1Mb+) for display My question is, what's the most efficient way of doing this programmtically? Are web-services the best way, or is there a 'quicker' way?
|
| Trace.Assert not working... | 23 Aug 2005 20:04 GMT | 2 |
I am having trouble with following piece of code: Trace.Assert(args.Length >=1,"Invalid Argument list. Statement Date is mandatory input"); I expect the code to stop execution and exit when args.length >= 1
|
| Byte array truncates my memorystream | 23 Aug 2005 19:27 GMT | 2 |
I'm trying to download a memorystream to a .csv file on the users desktop. When I go to write out the memorystream through the byte array it seems to truncate at 1024 and I don't know how to increase the size. Here is my code if that helps.
|
| indigo deserialize | 23 Aug 2005 16:05 GMT | 1 |
I have a problem with « Indigo », it can’t deserialize methods having a System.Collections.Specialized.NameValueCollection I’ve tried the solution of an approching issue in the « Known Issues » : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft Avalon and
|
| Help structuring questionnaire | 23 Aug 2005 15:48 GMT | 1 |
I need help in structuring a 200 question survey. Each question has three responses, and I want all 200 questions displayed at the same time with the user using the scrollbar to go down. What is the best approach?
|
| Cannot Uninstall .NET Ent Arch | 23 Aug 2005 13:09 GMT | 3 |
My PC is a mess and I need to start clean. I am trying to uninstall the original version of .NET Enterprise Architect but the wizard insists How on the orginal disc which I do not have. How do I force an uninstall?
|
| Right click, button | 23 Aug 2005 11:10 GMT | 4 |
Is there any way to enable right click on a winform button?
|
| Help deploying database tables | 23 Aug 2005 09:31 GMT | 1 |
I am trying to use the Windows Installer to build a setup package for my application. I found some good code and tools to help me redistribute MSDE 2000 with my application, but I can not figure out how to add a custom database file to sql server from the installer. Can any one ...
|
| what exact registry entries does the installing of a .net windows service create? either with installutil or with a deployment project. | 23 Aug 2005 09:12 GMT | 1 |
what exact registry entries does the installing of a .net windows service create? either with installutil or with a deployment project.
|