Click here to Skip to main content
15,919,245 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHow to make a setup file that detects/installs .NET framework? Pin
Zibar11-Mar-03 8:27
sussZibar11-Mar-03 8:27 
AnswerRe: How to make a setup file that detects/installs .NET framework? Pin
Paul Riley14-Mar-03 7:50
Paul Riley14-Mar-03 7:50 
GeneralDatabinding : control synchronization Pin
EPO10-Mar-03 6:45
EPO10-Mar-03 6:45 
Generalglobal exception handler Pin
Chris Richner9-Mar-03 11:05
Chris Richner9-Mar-03 11:05 
GeneralParsing ASP pages with Regex object Pin
Frank Liao7-Mar-03 10:18
Frank Liao7-Mar-03 10:18 
GeneralGetProperty + overriden Property -> AmbiguousMatchException Pin
Julio Martínez6-Mar-03 7:22
Julio Martínez6-Mar-03 7:22 
Questionhow to configure an applicaiton in .net Pin
waleed riaz5-Mar-03 22:29
waleed riaz5-Mar-03 22:29 
AnswerRe: how to configure an applicaiton in .net Pin
Stephane Rodriguez.10-Mar-03 21:58
Stephane Rodriguez.10-Mar-03 21:58 
First of all a few links :

- configuration file format, link[^]
- changing the configuration file by code, link[^] (in fact you are taught how to use IIS and WMI to remotely change app configuration files).

What you are likely to do is to change the assembly binding so you can manage the upgrades through times and, from what I guess, allow/force existing assemblies to bind to other existing assemblies. In order to do that, show the control panel, choose "Microsoft .NET framework configuration". Click on the "Configured assemblies" folder, then choose "Configure an assembly". Doing so, choose the assembly to bind, then click Next. The 3 tab property sheet lets you bind the assembly according to version number rules. This is raw and brutal, but if you know the version you are distributing, I guess this comes handy. Wink | ;)
GeneralError while putting usercontrol on tabcontrol Pin
nguyentuancuong5-Mar-03 14:06
nguyentuancuong5-Mar-03 14:06 
GeneralDebug or Release Pin
Pierre-Yves Troel4-Mar-03 7:37
Pierre-Yves Troel4-Mar-03 7:37 
GeneralRe: Debug or Release Pin
Stephane Rodriguez.4-Mar-03 11:29
Stephane Rodriguez.4-Mar-03 11:29 
GeneralRe: Debug or Release Pin
Pierre Yves Troel4-Mar-03 17:05
sussPierre Yves Troel4-Mar-03 17:05 
GeneralRe: Debug or Release Pin
Stephane Rodriguez.5-Mar-03 5:29
Stephane Rodriguez.5-Mar-03 5:29 
GeneralLicensed Controls on Web Pages Pin
NigelSavidge4-Mar-03 4:53
NigelSavidge4-Mar-03 4:53 
GeneralPlease Heeelp - ShouldSerializeMyProperty problem Pin
Uriel Cohen4-Mar-03 3:01
Uriel Cohen4-Mar-03 3:01 
GeneralRe: Please Heeelp - ShouldSerializeMyProperty problem Pin
Bo Hunter16-Mar-03 17:05
Bo Hunter16-Mar-03 17:05 
GeneralRe: Please Heeelp - ShouldSerializeMyProperty problem Pin
Uriel16-Mar-03 18:14
Uriel16-Mar-03 18:14 
QuestionWhich .NET developer magazine? Pin
Oyvind Bratland4-Mar-03 2:24
Oyvind Bratland4-Mar-03 2:24 
GeneralWhere to get the COM+ Current Object Count Pin
Gaul3-Mar-03 9:23
Gaul3-Mar-03 9:23 
GeneralHelp: Unable To Copy Data (In Structure) from Unmanged MFC/C++ App to .NET Pin
Gaul3-Mar-03 9:05
Gaul3-Mar-03 9:05 
QuestionSystem.Drawing.Drawing3D? Pin
Ioncycle3-Mar-03 5:30
Ioncycle3-Mar-03 5:30 
AnswerRe: System.Drawing.Drawing3D? Pin
leppie3-Mar-03 8:59
leppie3-Mar-03 8:59 
GeneralRe: System.Drawing.Drawing3D? Pin
Ioncycle21-Mar-03 11:56
Ioncycle21-Mar-03 11:56 
GeneralInterop - Marshaling nested structs Pin
Nathan Tran2-Mar-03 19:03
Nathan Tran2-Mar-03 19:03 
GeneralRemoting over internet (events) Pin
Richard P S2-Mar-03 9:24
Richard P S2-Mar-03 9:24 

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.