| Thread | Last Post | Replies |
|
| Creating a Web project from a workstation | 10 Nov 2004 07:38 GMT | 1 |
I have installed Visual Studio.NET on a W2K Pro workstation and I want to create a Web project into my Windows Server 2003 web server. When trying to create it from my workstation, I receive the following message: The default Web Access mode for this project is set to file share, ...
|
| Problem with Structures | 10 Nov 2004 07:20 GMT | 3 |
Hi everyone, I have a structure with this format: Public Structure Forms Public _01234 as string
|
| O/R Mappoing tool using .Net technologies.. | 10 Nov 2004 05:11 GMT | 1 |
I have recently worked in .net with tool named "TierDeveloper" at http://www.alachisoft.com. and found it a nice O/R mapping tool. Did any one of u try it to share the experience with me?
|
| SQL Server Exception Question | 10 Nov 2004 05:09 GMT | 1 |
In SQL Server, if an attempt is made to input to the database a record with an id number that already exists, what exception is generated? Thanks, Fred
|
| registry bites | 10 Nov 2004 05:08 GMT | 1 |
I'm accessing the registry to get the value of the LASTACTIVESYNCTIME stored in bytes I'm trying to use the following code below to achive this but I'm running into
|
| beginners dropdown question | 10 Nov 2004 04:20 GMT | 1 |
I am using the following to select an item in a dropdown at runtime. If its a bad data and item doesn't exists in dropdown it errors out, is there any other way to avoid this. Thank you.
|
| Tabstriip Multipage Control Question | 10 Nov 2004 03:34 GMT | 1 |
Any help on how to set the focus in the Tabstrip, Multipage (Microsoft IE Web control ) The focus works good if the tab is selected. When a different tab is selected, then it says the element cannot be focused
|
| Slowness in Serialize | 10 Nov 2004 02:29 GMT | 4 |
I've got an ArrayList of objects that I'd like to save/retrieve as quickly as possible. Each item in the arraylist is an object with about 50 variable-length strings; many zero-length, some about 80 chars or so, if that matters.
|
| multipart content parser | 10 Nov 2004 02:02 GMT | 1 |
When I post Big files in ASP.NET - it's complete Read To Memory - it's full sh.t. I whant to find component thats upload files without read file into memory can you help me in my finds?
|
| Running application both locally and remotely????? | 09 Nov 2004 22:48 GMT | 2 |
I have created an application that uses IIS to host remote components. All the remote components are listed in app.config in client and web.config in server. Now the app.config can contain either localhost name/IP address to point to
|
| Dataset / DataAdapter Quesiton..! | 09 Nov 2004 21:40 GMT | 1 |
I'm loading a grid with records from table1. Then I'm changing some of the records in the grid. What I want to do is load those records into a dataset or whatever is recommended and then update table1 with the new information. How can I do this? What's the best way?
|
| Find which COM ports are available on the machine? | 09 Nov 2004 20:52 GMT | 1 |
Can anyone tell me how to get a list of which COM ports are available on the machine? I want to let the user choose from a dropdown list of COM1, COM2, etc which port he has attached a device to. Can't find a way to get that list.
|
| C# File.Copy extremely slow over the network. | 09 Nov 2004 20:50 GMT | 2 |
I wrote a recursive function that calls File.copy to copy file from one directory to another. However the performance is attrocious. It takes close to 3 hours to copy some that can be done in like 15 minutes. There is virtually no CPU usage and very minimal network
|
| VSOT & Excel Menus | 09 Nov 2004 20:36 GMT | 1 |
Hello, I am using VSOT with Excel. I have modified the default Excel Menu to include a custom menu item - however when I add this item it is added as the last item (after &Help). Is it possible to place custom menu items anywhere on the standard xlMenu bar? ie before &File?
|
| C# exe calling an exe (process.start) - not working on one server | 09 Nov 2004 19:36 GMT | 5 |
I have a C# program that builds a txt file and then, calls an external exe (this external exe simply imports this txt file into a DBF (DBase) file. (we copy a template of the DBF file into the process folder where the exe lies and then this clipper EXE does the data move ...
|