ASP and VB problem
Here the situation. I was ask to make a second version of ASP app. I first copy all the codes. Then I go project by project changing the name (ex: Component1.Application for Component2.Application), changing the project GUID (by removing the binary compatibility and recompilation). I also make sure to update all reference in the new version. So far, I've don't have any problem. Then check if the 2 version of the app are capable of running on the same computer.
For the first Test, I start the Version 1 in debug mode and loging in the App. Then I start the Version 2 of the App in debug mode and loging in the App. No problem I can use the 2 version on the same computer.
For the second Test, I start the Version 2 in debug mode and loging in the App. Then I start the Version 1 and loging in the App. With the Version 1, I'm authentificate with no problem, then when it try to check if the Session is still valid in the start up page of the App, it crashes.
The funny thing in this is I can trace the authentification process with no problem, but I can't trace the Session validation
I try to unregister all of my DLL (Not resvr32 -u, but a more powerfull utility that remove all version of a DLL) and registering both version again and I still have the problem.
What can cause this problem?
Any help or pointer would be appreciate
Stéphane Lajoie
__________________
Stéphane
A programmer is a device that transform coffee in code lines
\"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.\" Rich Cook
|