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

.NET (Core and Framework)

 
GeneralRe: licensing date control Pin
Dave Kreskowiak15-May-07 12:46
mveDave Kreskowiak15-May-07 12:46 
GeneralRe: licensing date control Pin
balakpn16-May-07 21:01
balakpn16-May-07 21:01 
AnswerRe: licensing date control Pin
Michael Demeersseman17-May-07 22:38
Michael Demeersseman17-May-07 22:38 
GeneralRe: licensing date control Pin
Dave Kreskowiak18-May-07 12:47
mveDave Kreskowiak18-May-07 12:47 
AnswerRe: licensing date control Pin
Michael Demeersseman15-May-07 0:37
Michael Demeersseman15-May-07 0:37 
Questionadd dll reference Pin
tomertro13-May-07 21:12
tomertro13-May-07 21:12 
AnswerRe: add dll reference Pin
balakpn13-May-07 22:46
balakpn13-May-07 22:46 
AnswerRe: add dll reference Pin
Dave Kreskowiak14-May-07 4:45
mveDave Kreskowiak14-May-07 4:45 
tomertro wrote:
can i add dll reference of project that create on framwork 2.0 to a project that created on framwork 1


No, you can't. YOu can go the other way though. This is because the framework tries to maintain backwards compatibility, not forwards. The code in the .NET 2.0 DLL project will most likely only work under the .NET Framework 2.0. You can NOT load two different versions of the .NET CLR into the same process at the same time.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: add dll reference Pin
tomertro15-May-07 10:53
tomertro15-May-07 10:53 
AnswerRe: add dll reference Pin
Jaiprakash M Bankolli15-May-07 2:46
Jaiprakash M Bankolli15-May-07 2:46 
GeneralRe: add dll reference Pin
tomertro15-May-07 10:54
tomertro15-May-07 10:54 
QuestionGetLifetimeService() ? Pin
ushering12-May-07 10:24
ushering12-May-07 10:24 
QuestionHow does a MFC process communicate with a .NET process? Pin
talihsu10-May-07 17:09
talihsu10-May-07 17:09 
QuestionC# code works fine in debug mode but not while running Pin
.netEnthu10-May-07 9:14
.netEnthu10-May-07 9:14 
AnswerRe: C# code works fine in debug mode but not while running Pin
Colin Angus Mackay10-May-07 10:56
Colin Angus Mackay10-May-07 10:56 
AnswerRe: C# code works fine in debug mode but not while running Pin
subrata.jana11-May-07 0:44
subrata.jana11-May-07 0:44 
GeneralRe: C# code works fine in debug mode but not while running Pin
Colin Angus Mackay11-May-07 0:55
Colin Angus Mackay11-May-07 0:55 
GeneralRe: C# code works fine in debug mode but not while running Pin
subrata.jana11-May-07 1:13
subrata.jana11-May-07 1:13 
AnswerRe: C# code works fine in debug mode but not while running Pin
Luc Pattyn11-May-07 2:33
sitebuilderLuc Pattyn11-May-07 2:33 
AnswerRe: C# code works fine in debug mode but not while running Pin
Christian Graus13-May-07 23:39
protectorChristian Graus13-May-07 23:39 
AnswerRe: C# code works fine in debug mode but not while running Pin
Nouman Bhatti15-May-07 2:37
Nouman Bhatti15-May-07 2:37 
Question.Net / Compact Framework Pin
dalegordon10-May-07 7:29
dalegordon10-May-07 7:29 
AnswerRe: .Net / Compact Framework Pin
kubben10-May-07 8:15
kubben10-May-07 8:15 
AnswerRe: .Net / Compact Framework Pin
Dave Kreskowiak10-May-07 8:29
mveDave Kreskowiak10-May-07 8:29 
GeneralRe: .Net / Compact Framework Pin
dalegordon10-May-07 8:40
dalegordon10-May-07 8:40 

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.