views:

308

answers:

2

hi all, I was developing an application of asp.net 2.0 in 32 bit machine but now I have 64 bit platform for the same application. I am not able to debug my code in 64 bit machine.

Ny1 Plz help me

A: 

1) Have you recompiled the application?

2) If you have try changing the 'Platform Target', in Project Properties -> Build -> Platform Target to "Any CPU" or "x64".

3) It would be worth reading the MSDN Article on Migrating 32-bit managed code to 64-bit to ensure you don't have any interop/serialization/etc.. issues to deal with, aswell as Scott's blog article on the subject.

mundeep
A: 

hi mandeep, thanx for ur rply

1) yeah recompiling it giving an error

Attempted to load a 64-bit assembly on a 32-bit platform. Use ReflectionOnlyLoad() instead if trying to load for reflection purposes.

2) i have no option of chainging plateform target it is not showing there.