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

.NET (Core and Framework)

 
AnswerRe: why do I get that error? Pin
Dave Kreskowiak9-Feb-06 4:49
mveDave Kreskowiak9-Feb-06 4:49 
QuestionVisual Studio 2003 (installer project) with dependencies Pin
fregolo528-Feb-06 3:58
fregolo528-Feb-06 3:58 
QuestionInstaller Pin
Daush8-Feb-06 1:51
Daush8-Feb-06 1:51 
Questionbad performance while dealing with images Pin
yaser711808-Feb-06 0:40
yaser711808-Feb-06 0:40 
QuestionRunning application in local intranet Pin
Bjarne Riis7-Feb-06 23:56
Bjarne Riis7-Feb-06 23:56 
AnswerRe: Running application in local intranet Pin
Dave Kreskowiak9-Feb-06 4:52
mveDave Kreskowiak9-Feb-06 4:52 
QuestionMoving from .Net Framework v1.0.3 to v1.1.4 Pin
Vijaykumar Rajaram7-Feb-06 14:22
Vijaykumar Rajaram7-Feb-06 14:22 
AnswerRe: Moving from .Net Framework v1.0.3 to v1.1.4 Pin
Dave Kreskowiak9-Feb-06 4:45
mveDave Kreskowiak9-Feb-06 4:45 
Vijaykumar Rajaram wrote:
I tried giving a reference path to the folder conta


You can't set a reference to a folder. It has to be to the .DLL itself. You MAY have to recompile the .DLL under the new framework if your .DLL's code won't run under the .NET Framework 2.0 without modification. There ARE breaking changes that exist when running 1.0 or 1.1 code under 2.0. THe list of which you can find here.[^]

An application can only load and run under one version of the .NET Framework at any time, so all of your code that your app needs must run under the same version of the .NET Framework.


Vijaykumar Rajaram wrote:
Do I need to uninstall the previous .Net Framework


No, you don't. Each version of the .NET Framework peacefully co-exists with the others.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Moving from .Net Framework v1.0.3 to v1.1.4 Pin
Vijaykumar Rajaram9-Feb-06 6:14
Vijaykumar Rajaram9-Feb-06 6:14 
QuestionRichTextBox: Locks up when focus lost and entered Pin
James Gupta7-Feb-06 12:52
professionalJames Gupta7-Feb-06 12:52 
QuestionNeed Help Windows CE.Net App Pin
Polymorpher7-Feb-06 8:45
Polymorpher7-Feb-06 8:45 
Questionweb services common data objects Pin
Lkotzer7-Feb-06 2:59
Lkotzer7-Feb-06 2:59 
QuestionError while executing dynamically loaded assemblie's method. Pin
Andrew Vaverchak6-Feb-06 7:22
Andrew Vaverchak6-Feb-06 7:22 
QuestionQuestion about Smart Client app Pin
darule6-Feb-06 4:26
darule6-Feb-06 4:26 
QuestionConverting Audio Extensions Pin
Database855-Feb-06 0:52
Database855-Feb-06 0:52 
AnswerRe: Converting Audio Extensions Pin
Colin Angus Mackay9-Feb-06 4:45
Colin Angus Mackay9-Feb-06 4:45 
QuestionJust in time complier Pin
Net-Programer-and-developer4-Feb-06 18:52
Net-Programer-and-developer4-Feb-06 18:52 
AnswerRe: Just in time complier Pin
Dave Kreskowiak5-Feb-06 4:43
mveDave Kreskowiak5-Feb-06 4:43 
QuestionRemote debuging when the remote computer isn't in the domain Pin
Gilad Kapelushnik4-Feb-06 0:09
Gilad Kapelushnik4-Feb-06 0:09 
QuestionEnding asynchronous calls Pin
Abdd0n3-Feb-06 1:45
Abdd0n3-Feb-06 1:45 
AnswerRe: Ending asynchronous calls Pin
Sebastian Schneider3-Feb-06 4:33
Sebastian Schneider3-Feb-06 4:33 
Questiongenerating documentation using ndoc Pin
pooja sharma2-Feb-06 19:03
pooja sharma2-Feb-06 19:03 
GeneralRe: generating documentation using ndoc Pin
Guffa3-Feb-06 4:09
Guffa3-Feb-06 4:09 
GeneralRe: generating documentation using ndoc Pin
pooja sharma3-Feb-06 19:03
pooja sharma3-Feb-06 19:03 
AnswerRe: generating documentation using ndoc Pin
Kevin McFarlane4-Feb-06 2:32
Kevin McFarlane4-Feb-06 2: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.