Is it possibe to run 2 aplication on single m/c, one App
is on .Net Framework 1.0 and another one is on .Net
Fremework 2.0?
Answer Posted / prabhakar
Yes. They would run as two separate applications. They are
registered in two different frameworks(1.0 and 2.0). Their
registration GUIDs with the framework and version
information are different. They will be treated and behave
as two different applications. Which application is loaded
depends on the framework compatibility of the application
that 'invokes/loads' these applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the advantage of packaging over xcopy in .net?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
Can I uninstall microsoft .net framework?
what is minimum requirement for entity framework applications to run?
What is asp net framework?
Explain representational state transfer (rest) in detail?
Explain unit test done by tester on development team?
Can you explain renderbody and renderpage in mvc?
Is dapper better than entity framework?
What are the advantages of razor view engine?
explain what does .edmx file contains?
Does windows 10 need .net framework?
What you mean by routing in asp.net mvc?
What is MVVM design pattern?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.