.net-1.1 Questions

9

Solved

I have a listbox displaying items from an enum. I want to select/highlight the current value (read from a database) when the listbox displays/the form opens. This code, though: lblSelectedPrinter....
Hookup asked 2/8, 2013 at 16:50

4

I have a winforms app. In development mode, when debugging from Visual Studio .NET 2003 (Yes, I know it's old, but this is a legacy project), I get this error when I try to open a new form. In orde...
Tuberculosis asked 5/7, 2017 at 21:19

2

Solved

I created the custom combobox on .net framework 1.1, i can custom draw dropdown items, but i can't set or draw the combobox text on Middle Left , combobox text always render top left , but i need t...
Stockyard asked 13/4, 2018 at 13:19

5

Solved

Why would a stored procedure that returns a table with 9 columns, 89 rows using this code take 60 seconds to execute (.NET 1.1) when it takes < 1 second to run in SQL Server Management Studio? I...
Educe asked 30/10, 2008 at 15:53

5

Solved

I am migrating a method that is used for decoding from .NET Framework 1.1 to .NET Framework 4. I noticed that implementation of Random changed. So given the same seed, Random.NextBytes returns diff...
Mosira asked 18/3, 2012 at 12:56

3

Solved

I have searched a lot and tried much but I can not find the proper solution. I wonder is there any approach for determining exact glyph height in specified font? I mean here when I want to deter...
Saccharose asked 29/3, 2012 at 11:2

2

Solved

Possible Duplicate: A .net disassembler/decompiler Is there a “free” alternative to .NET Reflector? A good while ago we wrote C# .NET 1.1 application for a customer and during the pr...
Forgive asked 2/2, 2012 at 10:26

3

Solved

I'm new with regular expressions. I need to extract the path from the following lines: XXXX c:\mypath1\test YYYYYYY c:\this is other path\longer ZZ c:\mypath3\file.txt I need to implement a meth...
Denson asked 18/10, 2011 at 9:7

3

Solved

I need to retrieve a list of supported encodings, but I'm using .NET 1.1, so the following call is not available: using System; using System.Text; public class SamplesEncoding { public static vo...
Tannenberg asked 6/9, 2011 at 13:38

3

Solved

I have the following code in some methods of my Data Layer: StringBuilder sb = new StringBuilder(); SqlCommand s = new SqlCommand(sb.ToString(), conn); try { SqlDataReader dr = s.ExecuteReader(...
Fable asked 5/7, 2011 at 20:13

4

Solved

What's the best way to do the equivalent of int.TryParse (which is found in .net 2.0 onwards) using .net 1.1.
Ardenia asked 2/4, 2009 at 11:29

2

Solved

Environment Windows XP x32 Visual Studio 2005 Standard Edition Honeywell Dolphin 9500 running Windows Mobile 2003 (Pocket PC 2003) With built in Barcode scanner and B&W camera Using their SD...
Compunction asked 6/6, 2011 at 20:19

4

Solved

Environment Windows XP SP3 x32 Visual Studio 2005 Standard Device/Platform: Honeywell Dolphin 9500 with Windows Mobile/Pocket PC 2003 NET Framework 1.1 and .NET Compact Framework Framework 1.0 SP...
Cotterell asked 8/4, 2011 at 18:10

3

Solved

I have inherited a .NET Framework 1.1 web site that I must host with IIS 7 on Windows Server 2008. I'm having some trouble. 1. Installation I installed .NET Framework 1.1 following these instruct...
Putrid asked 21/12, 2010 at 17:23

1

Solved

I am involved in migrating a legacy application built in .NET 1.1 to .NET 4. Is UIP (User Interface Process) still available in the latest released of EnLib 5? If no, what are my options? Regards...
Selfregard asked 18/10, 2010 at 12:19

2

Solved

I am using ADO.NET (.NET 1.1) in a legacy app. I know that DataAdapter.Fill() opens and closes connections if the connection hasn't been opened manually before it's given to the DataAdapter. My qu...
Menu asked 18/3, 2010 at 19:41

4

Solved

What is the purpose of adding the batch="false" in the compilation tag in ASP.NET 1.1?
Nordau asked 20/3, 2009 at 19:37

6

I have a weird issue. I had a web service that was compiled under the 2.0 framework that was being consumed by a windows app that was compiled with the 1.1 framework. This worked just fine. Now, af...
Inflict asked 7/11, 2008 at 14:25

7

Solved

By best I mean: Cheapest development cost (1.1 project is unlikely to live > 6 months) Easiest migration to WCF or similar By communicate between I mean: Remote communication between computer...
Eucken asked 11/1, 2010 at 9:38

3

Solved

I need to change the cursor image. Whenever the mouse is over my form I need to load my own image from a local path. I am using version 1.1 of the .NET framwork. Here is what I have tried: Cursor...
Campobello asked 24/7, 2009 at 5:33

1

Solved

This might seem like a noddy question, but I was looking at this because I heard someone claiming that you must call Close() on a FileStream, even if it is in a using block (and they have code wher...
Jea asked 2/6, 2009 at 11:58

2

Solved

I've got to edit an XSLT stylesheet, but I'm flying blind because the XML input only exists fleetingly in a bunch of streams. I can debug into the code, but can't figure out how to get the contents...
Freezer asked 6/5, 2009 at 16:17

6

Solved

We are using a badly written windows service, which will hang when we are trying to Stop it from code. So we need to find which process is related to that service and kill it. Any suggestions?
Erena asked 19/2, 2009 at 14:53

3

Solved

I have to spend a fair portion of my time developing in dotnet 1.1, and as I'm sure anyone in a similar position will appreciate, the more I get used dotnet 2.0 and above, the more annoying it is t...
Dispatch asked 19/2, 2009 at 22:24

14

Solved

I see a lot of people have .NET 2.0 or even 1.1 as a requirement for their projects. In my own workplace there is also lots of skepticism for upgrading to the latest and greatest .NET framework. ...
Nonetheless asked 17/12, 2008 at 14:44

© 2022 - 2024 — McMap. All rights reserved.