[Mono-list] C++/CLI
Adelle Hartley
adelle at akemi.com.au
Tue Aug 26 23:24:08 EDT 2008
Hi all,
I have built an assembly in Visual C++ 2005 with the /clr:safe compiler
option, following the instructions from here:
http://www.mono-project.com/CPlusPlus
I have two test applications:
A console application (written in VB 2005 express).
A VB ASP web site (written in Visual Web Developer 2005 express).
I've tried deploying the two test applications to Linux (Ubuntu Hardy
Heron).
The console application works, but the asp web site does not.
This is the error that I get on the web site:
Parser Error
Description: Error parsing a resource required to service this request.
Review your source file and modify it to fix this error.
Error message:
Assembly Microsoft.VisualC, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=B03F5F7F11D50A3A not found
I know from trying to get the console application to work, that any CRT
dependancy is a problem, but if the C++ assembly depends on Microsoft
CRT, then why would the console application work?
Adelle.
More information about the Mono-list
mailing list