Bug #266
Compile errors using VS2008 in Release Mode
| Status: | Resolved | Start: | 05/12/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | Version 1.3 (Community Core Release) | |||
Description
I seem to be getting this error when I compile in Release Mode using VS2008:
fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'
LINK : fatal error LNK1257: code generation failed
But it compiles fine in Debug Mode
History
Updated by Seth Sandler over 4 years ago
Charles Lo wrote:
I seem to be getting this error when I compile in Release Mode using VS2008:
fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207' LINK : fatal error LNK1257: code generation failed
But it compiles fine in Debug Mode
Go into properties -> debugging and make sure the 'working directory' is set to 'bin'
Updated by Anonymous over 4 years ago
Seth Sandler wrote:
Charles Lo wrote:
I seem to be getting this error when I compile in Release Mode using VS2008:
fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207' LINK : fatal error LNK1257: code generation failed
But it compiles fine in Debug Mode
Go into properties -> debugging and make sure the 'working directory' is set to 'bin'
I had the same Error! After installing Service Pack1 for VS2008 it worked!
Updated by yang yang over 4 years ago
Anonymous wrote:
Seth Sandler wrote:
Charles Lo wrote:
I seem to be getting this error when I compile in Release Mode using VS2008:
fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207' LINK : fatal error LNK1257: code generation failed
But it compiles fine in Debug Mode
Go into properties -> debugging and make sure the 'working directory' is set to 'bin'
I had the same Error! After installing Service Pack1 for VS2008 it worked!
yea. just need to install Microsoft Visual Studio 2008 Service Pack 1. here is the link for english version:
http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en
Updated by Seth Sandler over 4 years ago
- Status changed from New to Resolved
