Framework Version Problem - .net assembly as com Component

  • Thread starter Thread starter Reinhold Dunkl
  • Start date Start date
R

Reinhold Dunkl

Hi!

Situation:
1) asp application using .net assambly A in global assembly cache (via COM)
2) asp.net application using .net assambly A in global assembly cache
3) framework 1.0 installed
4) framework 1.1 installed

I want the assembly A to use framework 1.0 in both application (asp and
asp.net)

The asp.net application could be configured with the application
configuration file (web.config) to use the framework version 1.0

How can i force the asp application to use the framework version 1.0?

thanks
Reinhold
 
Back
Top