Click here to Skip to main content
15,899,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi there,
I need to access 1.1 framework page session variable in 4.0 framework page
while redirecting from 1.1 page to 4.0 page. Help me to fix this issue.
Posted

1 solution

You can Do this by opening your Project with frame work 1.1 in visualStudio2010 then converting it to framework 4.0 by going to Project properties and then you can Direct 1.1 page of yours to 4.0
 
Share this answer
 
Comments
Nathan2013 8-Mar-11 6:47am    
Hi Amitkarnik,
Thanks for your kind reply. My requirement is I need to do this without conversion of frameworks. I have separate applications in framework 1.1 and 4.0, the thing is I need to send 1.1 application session value to 4.0 application by redirecting from 1.1 framework page to 4.0 framework page.
amitkarnik2211 8-Mar-11 7:09am    
Here is an example
http://www.codeproject.com/KB/dotnet/user_settings.aspx
in this there are many projects in diffrent frame work in one single Solution maybe this might help
amitkarnik2211 8-Mar-11 7:21am    
This is example for User Interface but you can get help for your problem with this I guess

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900