 Rank: Advanced Member Groups: Administration
, Member
Joined: 8/2/2003 Posts: 709 Points: 108
|
Sometimes for support purposes we need to know what target platform you compiling your application for. Here you can find information where you can find what target platform is specified in your project settings. For C#
- In Solution Explorer right-click your project and select Properties.
- On Build tab find Platform target drop-down list. This is the target platform (one of Any CPU, x86, or x64).
For VB.NET
- In Solution Explorer right-click your project and select Properties.
- On Compile tab click Advanced Compile Options button.
- In appeared dialog find Target CPU drop-down list (in Visual Studio 2005 on the bottom of the dialog). This is the target platform.
Sincerely yours, Andrew Simontsev from Aurigma Team
|