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

.NET (Core and Framework)

 
AnswerRe: Do you know NET 2.0 documentation tools? Pin
Robert Rohde4-Aug-06 1:19
Robert Rohde4-Aug-06 1:19 
GeneralRe: Do you know NET 2.0 documentation tools? Pin
wojti18-Aug-06 5:43
wojti18-Aug-06 5:43 
QuestionUsing 2.0 in 1.1 Pin
thebread3-Aug-06 4:08
thebread3-Aug-06 4:08 
AnswerRe: Using 2.0 in 1.1 Pin
Dan Neely3-Aug-06 4:32
Dan Neely3-Aug-06 4:32 
QuestionRe: Using 2.0 in 1.1 Pin
thebread3-Aug-06 4:40
thebread3-Aug-06 4:40 
AnswerRe: Using 2.0 in 1.1 Pin
Dave Kreskowiak3-Aug-06 5:17
mveDave Kreskowiak3-Aug-06 5:17 
GeneralRe: Using 2.0 in 1.1 Pin
Robert Rohde4-Aug-06 1:22
Robert Rohde4-Aug-06 1:22 
GeneralRe: Using 2.0 in 1.1 Pin
Dave Kreskowiak4-Aug-06 1:57
mveDave Kreskowiak4-Aug-06 1:57 
I haven't done it myself either, but I think this is correct...

His app will start and load the 1.1 framework, if available(!), or under the latest version installed. When his component is finally created, no matter what interface is used to call it, it'll try to load under the version of the framework that is already running. If the component isn't compatible with it, it'll fail. You can't load two different versions of the framework into the same process. His component will have to run as a remote component in its own process since you can run two versions side-by-side, but in different processes. This, of course, will also come with a performance hit because of the cross-process marshaling.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Using 2.0 in 1.1 Pin
Robert Rohde4-Aug-06 3:46
Robert Rohde4-Aug-06 3:46 
NewsRe: Using 2.0 in 1.1 [modified] Pin
thebread5-Aug-06 7:58
thebread5-Aug-06 7:58 
AnswerRe: Using 2.0 in 1.1 Pin
Dustin Metzgar3-Aug-06 5:47
Dustin Metzgar3-Aug-06 5:47 
GeneralRe: Using 2.0 in 1.1 Pin
thebread3-Aug-06 10:22
thebread3-Aug-06 10:22 
QuestionCIPAddressCtrl () class in Win CE.NET Pin
cool_frozen3-Aug-06 1:31
cool_frozen3-Aug-06 1:31 
Questionvb.net setup Project Pin
pratap ankesh3-Aug-06 0:35
pratap ankesh3-Aug-06 0:35 
AnswerRe: vb.net setup Project Pin
Dave Kreskowiak4-Aug-06 2:56
mveDave Kreskowiak4-Aug-06 2:56 
QuestionGENUINE CHANNELS Pin
di322-Aug-06 22:15
di322-Aug-06 22:15 
AnswerRe: GENUINE CHANNELS Pin
Dave Kreskowiak3-Aug-06 1:42
mveDave Kreskowiak3-Aug-06 1:42 
QuestionOnKeyDown Pin
Leslie Sanford2-Aug-06 17:05
Leslie Sanford2-Aug-06 17:05 
Question"Some of the properties associated with the solution could not be read" Pin
Dpriya2-Aug-06 11:23
Dpriya2-Aug-06 11:23 
QuestionHow to read in multiple values from Console Pin
mmhu2-Aug-06 11:03
mmhu2-Aug-06 11:03 
AnswerRe: How to read in multiple values from Console Pin
Colin Angus Mackay2-Aug-06 11:32
Colin Angus Mackay2-Aug-06 11:32 
GeneralRe: How to read in multiple values from Console Pin
mmhu3-Aug-06 2:57
mmhu3-Aug-06 2:57 
QuestionCan save a XML file into ResX ? Pin
Ariston Darmayuda2-Aug-06 5:28
Ariston Darmayuda2-Aug-06 5:28 
QuestionXml compatibility in VS2005 (.Net 2.0 run-time) between desktop an device application Pin
Ammar Ben Hadj Amor2-Aug-06 0:07
professionalAmmar Ben Hadj Amor2-Aug-06 0:07 
QuestionCan a non-Component class have design time "Name" property? Pin
kmansari1-Aug-06 18:54
kmansari1-Aug-06 18:54 

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.