Platform
Learn
Community
Support
Partner Center
Sign up
or
Log in
logout
Account Settings
Profile
messages
Messages
logout
Logout
Platform
Home
Downloads
IPP
Licensing
Project Sizing
Learn
Training
Documentation
Evaluation Guide
What's New
Community
Home
Forums
Forge
Ideas
Members
Support
Partner Guide
Resources Library
Opportunities
Account Management
Sign up
or
Log in
Home
Forums
Forge
Ideas
Members
Dear ,
What would improve your OutSystems Community experience? Let us know by taking this 2-minute survey.
Pick up the survey
Community
›
Forums
›
Personal Environment Troubleshooting
.NET Compiler Error in 8.0.1.8
Community
›
Forums
›
Personal Environment Troubleshooting
.NET Compiler Error in 8.0.1.8
New Post
New Post
Sampson Resources
Posted on 2014-04-12
Sampson Resources
Rank: #23148
Posted on 2014-04-12
I'm trying to publish the csv extension I got from the forge and I'm getting the following error:
.NET Compilation.
C:\Users\cory\Downloads\Csv-1.0.3\Source\NET\Csv.sln.cache(59,5): error MSB4126: The specified solution configuration "Release|MCD" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration.
No warnings before just the error.
I was able to publish this into a different personal environment just fine in v 8.0.1.7, but it was on a different computer.
Any ideas?
Cory
Davide Marquês
Posted on 2014-04-15
Davide Marquês
Rank: #57
Posted on 2014-04-15
Solution
Hi Sampson,
I noticed the issue persists (http://www.outsystems.com/forums/discussion/11711/foreign-module-error-when-publishing-in-personal-environment/) so I'll get in touch via email to make sure we get to the bottom of this. :)
Cheers!
Davide
Solution
João Rosado
Posted on 2014-04-17
João Rosado
Rank: #13
Posted on 2014-04-17
Solution
Hi Sampson,
This is the same problem as in
http://www.outsystems.com/forums/discussion/9113/integration-with-vb-net-dll/
It is related with the way your pc is configured and it messes up the default values of the .Net compilations. (usually its a configuration HP pcs)
Copying the reply to here just to make it easyer:
The problem there is because on your pc you have a environment variable in your computer PLATFORM set to "
MCD
". And the .net compiler assumes that value as the default.
http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/3c4e9c3f-2bf2-436e-80de-e000a7dda8bd/
It doesn't look anything related with the vb project.
So, either:
remove that environment variable
or go inside Integration Studio, Edit -> Options -> .NET and in the end of the compiler tool options add:
/property:Platform="Any CPU"
Note: that was assuming the project had a "Any CPU" target
Regards,
João Rosado
Solution
Quick Reply
attachment
Choose File
No file chosen
Submit
Login to reply
New Post
Available Forums
Technology & Integration
News and Announcements
Forge Discussions
Meta
Community Quick Guides
Usability
Installation Troubleshooting
Personal Environment Troubleshooting
Forum Notifications
Email Digest Settings
Loading...