G
Guest
My simple scenario is:
- I create a asp.net website using vs 2005 professional.
- I build it and it works as expected.
- I add a reference to a 64 bit assembly and the following error shows up
when I build: "Attempted to load a 64-bit assembly on a 32-bit platform. Use
ReflectionOnlyLoad() instead if trying to load for reflection purposes.".
- I checked the path for the default references and they are pointing to the
32 bit version of the .net framework.
Any ideas?
- I create a asp.net website using vs 2005 professional.
- I build it and it works as expected.
- I add a reference to a 64 bit assembly and the following error shows up
when I build: "Attempted to load a 64-bit assembly on a 32-bit platform. Use
ReflectionOnlyLoad() instead if trying to load for reflection purposes.".
- I checked the path for the default references and they are pointing to the
32 bit version of the .net framework.
Any ideas?