Click here to Skip to main content
16,005,290 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralASP.NET/C# question Pin
User 988528-Aug-02 3:50
User 988528-Aug-02 3:50 
GeneralRe: ASP.NET/C# question Pin
Christian Tratz30-Aug-02 5:31
Christian Tratz30-Aug-02 5:31 
GeneralRe: ASP.NET/C# question Pin
User 988530-Aug-02 6:24
User 988530-Aug-02 6:24 
GeneralRe: ASP.NET/C# question Pin
Christian Tratz30-Aug-02 22:44
Christian Tratz30-Aug-02 22:44 
QuestionComplex Question? Pin
bitwiser27-Aug-02 1:27
bitwiser27-Aug-02 1:27 
GeneralQuestion on VS.NET and VS6.0 Compatibility Pin
theorion1626-Aug-02 12:01
susstheorion1626-Aug-02 12:01 
GeneralRe: Question on VS.NET and VS6.0 Compatibility Pin
Sijin27-Aug-02 1:42
Sijin27-Aug-02 1:42 
GeneralRe: Question on VS.NET and VS6.0 Compatibility Pin
Joe Woodbury2-Sep-02 7:19
professionalJoe Woodbury2-Sep-02 7:19 
This is a common problem.

I suggest adding a build using MFC as a static library. As you noted, this creates a large executable, but not nearly as large as the entire DLL package. It will let a client run the software until they can update to the mfc70 DLLs.

I'd also create a distribution with just the shared DLLs (and maybe a token executable to satisfy Microsoft distribution requirements, though I haven't verified if this is needed. I've long been annoyed that Microsoft a) doesn't, in the past at least, update the MFC DLLs with service packs and b) doesn't provide such a package through Windows Update or other obvious place.) This allows those who've already updated their DLLs to simply download the new, smaller, builds.

(Perhaps the installer could download the DLL package if required? Though this is a problem with modem users.)

Finally, you need a multi-boot machine with all the platforms you support.

BTW, several common controls are updated by IE, though I don't know if the file dialog is one of them.

And check your MSDN documentation; [almost?] all common controls have weird version limitations.


QuestionProcess related question? Pin
imran_rafique25-Aug-02 1:54
imran_rafique25-Aug-02 1:54 
GeneralMaking IE do my printing work in .NET Pin
Domenic Denicola24-Aug-02 17:42
Domenic Denicola24-Aug-02 17:42 
GeneralRe: Making IE do my printing work in .NET Pin
Michael Mac25-Aug-02 6:49
Michael Mac25-Aug-02 6:49 
GeneralRe: Making IE do my printing work in .NET Pin
Domenic Denicola25-Aug-02 8:53
Domenic Denicola25-Aug-02 8:53 
GeneralRe: Making IE do my printing work in .NET Pin
Michael Mac25-Aug-02 9:27
Michael Mac25-Aug-02 9:27 
GeneralRe: Making IE do my printing work in .NET Pin
Domenic Denicola25-Aug-02 11:57
Domenic Denicola25-Aug-02 11:57 
GeneralRe: Making IE do my printing work in .NET Pin
Michael Mac26-Aug-02 4:50
Michael Mac26-Aug-02 4:50 
GeneralRe: Making IE do my printing work in .NET Pin
Domenic Denicola26-Aug-02 13:37
Domenic Denicola26-Aug-02 13:37 
GeneralRe: Making IE do my printing work in .NET Pin
Michael Mac27-Aug-02 0:58
Michael Mac27-Aug-02 0:58 
GeneralRe: Making IE do my printing work in .NET Pin
Domenic Denicola31-Aug-02 14:08
Domenic Denicola31-Aug-02 14:08 
GeneralThreads... Pin
Boris Yankov24-Aug-02 16:40
Boris Yankov24-Aug-02 16:40 
GeneralRe: Threads... Pin
James T. Johnson24-Aug-02 17:58
James T. Johnson24-Aug-02 17:58 
GeneralRe: Threads... Pin
Philip Fitzsimons27-Aug-02 5:11
Philip Fitzsimons27-Aug-02 5:11 
GeneralVideo Conferencing using NetMeeting API Pin
Ashutosh Pandey23-Aug-02 21:52
Ashutosh Pandey23-Aug-02 21:52 
GeneralRe: Video Conferencing using NetMeeting API Pin
Michael Mac28-Aug-02 2:29
Michael Mac28-Aug-02 2:29 
GeneralOne ore more types in the assembly unable to load Pin
User 2237022-Aug-02 17:42
User 2237022-Aug-02 17:42 
GeneralRe: One ore more types in the assembly unable to load Pin
James T. Johnson22-Aug-02 18:29
James T. Johnson22-Aug-02 18:29 

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.