Click here to Skip to main content
15,893,564 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Service Pin
Mazdak28-Jun-03 9:27
Mazdak28-Jun-03 9:27 
GeneralSystem.Web.Services not available Pin
puppiesLover28-Jun-03 8:36
puppiesLover28-Jun-03 8:36 
GeneralRe: System.Web.Services not available Pin
Mazdak28-Jun-03 9:30
Mazdak28-Jun-03 9:30 
Generalunable to use mouse in combobox Pin
monrobot1328-Jun-03 5:24
monrobot1328-Jun-03 5:24 
GeneralRe: unable to use mouse in combobox Pin
leppie28-Jun-03 5:57
leppie28-Jun-03 5:57 
GeneralRe: unable to use mouse in combobox Pin
James T. Johnson28-Jun-03 7:01
James T. Johnson28-Jun-03 7:01 
GeneralRe: unable to use mouse in combobox Pin
monrobot1328-Jun-03 10:37
monrobot1328-Jun-03 10:37 
GeneralRe: unable to use mouse in combobox Pin
James T. Johnson29-Jun-03 1:08
James T. Johnson29-Jun-03 1:08 
That is a bit harder to answer, if you are using VS.NET 2002 you are stuck with .NET 1.0 so long as you use that for building/debugging your application.

If you have VS.NET Professional or Higher (not Academic) then you should try to get the $30 upgrade to VS.NET 2003 so you can take advantage of .NET 1.1 right out of the box.

If you can't upgrade, or don't want to; you can still make use of .NET 1.1, its just a LOT harder to do.

First, I recommend getting, installing, and learning NAnt[^] for building your application. The samples and documentation are thorough enough that it'll only take an hour or two to work out what you need to do to duplicate your VS.NET build setup in NAnt.

Once you do that, you can have NAnt target .NET 1.1 for the build and your application will be use .NET 1.1 by default, only dropping to .NET 1.0 by using a config file.

Debugging is a bit harder to do. What I did was start my application, then use VS.NET's Attach to Process command to debug that process while it was running. A very large PITA but it got the job done while I waited for VS.NET 2003 to arrive.

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

GeneralRe: unable to use mouse in combobox Pin
monrobot1329-Jun-03 7:17
monrobot1329-Jun-03 7:17 
GeneralTreeview Help Pin
.gonad28-Jun-03 5:16
.gonad28-Jun-03 5:16 
GeneralRe: Treeview Help Pin
Roland Bär30-Jun-03 2:02
Roland Bär30-Jun-03 2:02 
GeneralCursor Position inside a text box Pin
Balachandar Ganesan28-Jun-03 0:26
Balachandar Ganesan28-Jun-03 0:26 
GeneralRe: Cursor Position inside a text box Pin
leppie28-Jun-03 4:34
leppie28-Jun-03 4:34 
GeneralDateTime Constructor performance Pin
Josh Martin27-Jun-03 14:33
Josh Martin27-Jun-03 14:33 
GeneralRe: DateTime Constructor performance Pin
Jim Stewart28-Jun-03 5:20
Jim Stewart28-Jun-03 5:20 
GeneralRe: DateTime Constructor performance Pin
Josh Martin1-Jul-03 13:23
Josh Martin1-Jul-03 13:23 
GeneralMouse Auto Click Pin
Pedromdrp27-Jun-03 12:15
Pedromdrp27-Jun-03 12:15 
GeneralRe: Mouse Auto Click Pin
Paresh Gheewala27-Jun-03 13:10
Paresh Gheewala27-Jun-03 13:10 
GeneralRe: Mouse Auto Click Pin
Pedromdrp28-Jun-03 3:41
Pedromdrp28-Jun-03 3:41 
GeneralWebBrowser control: stuck with interframe security Pin
GriffonRL27-Jun-03 12:03
GriffonRL27-Jun-03 12:03 
GeneralOpen Web Browser from Winform Pin
Chris#27-Jun-03 11:03
Chris#27-Jun-03 11:03 
GeneralRe: Open Web Browser from Winform Pin
Mazdak27-Jun-03 11:13
Mazdak27-Jun-03 11:13 
GeneralRe: Open Web Browser from Winform Pin
dynamic27-Jun-03 12:45
dynamic27-Jun-03 12:45 
GeneralRe: Open Web Browser from Winform Pin
Paresh Gheewala27-Jun-03 13:11
Paresh Gheewala27-Jun-03 13:11 
GeneralRe: Open Web Browser from Winform Pin
Arjan Einbu28-Jun-03 11:32
Arjan Einbu28-Jun-03 11:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.