Tagged Questions

4
votes
2answers
1k views

How to force .NET application to run in 32bit mode

I am trying to run my .NET 3.5 WinForms application on a Win7 x64. The application uses NHibernate and the System.Data.OracleClient to access an Oracle database. The Oracle client is 32bit. When ...
3
votes
2answers
796 views

x64 .NET compilation / Process Explorer oddity

Apologies if any of what I'm about to say makes no sense or overlooks something obvious - my knowledge of CLR internals is spotty. If I understand correctly, then if I just build a solution for ...
1
vote
3answers
807 views

PartCover 2.5.3 win 7 x64

Could you tell me how you got PartCover running with VS2008 and win 7 x64? Based on this post How do I run PartCover in x64 windows, I ran c:\Program Files (x86)\Gubka Bob\PartCover .NET ...
1
vote
2answers
1k views

Why doesn't the corflags utility warn when marking x64 assemblies as x86?

If I set the platform flags of MyApp.exe to be x64 I still can run the corflags utilty like this: corflags /32bit+ MyApp.exe corflags will happily set the 32bit flag to 1. Of course when I'll try ...