Вверх ↑
Ответов: 16884
Рейтинг: 1239
#1: 2012-05-02 21:56:58 ЛС | профиль | цитата
iarspider,
Подготовка к сборке проекта...
Генерация кода целевого языка
Компоновка проекта...
Command line: csc.exe "/out:C:\HiAsm185\Elements\cnet\Example\HelloWorld.exe" /target:winexe "/win32res:C:\HiAsm185\Elements\cnet\code\allres.res" "C:\HiAsm185\Elements\cnet\code\HelloWorld.cs"
Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1
Copyright (C) Microsoft Corporation. All rights reserved.

c:\HiAsm185\Elements\CNET\code\HelloWorld.cs(2,14): error CS0234: The type or namespace name 'Windows' does not exist in the namespace 'System' (are you missing an assembly reference?)
c:\HiAsm185\Elements\CNET\code\HelloWorld.cs(3,14): error CS0234: The type or namespace name 'Drawing' does not exist in the namespace 'System' (are you missing an assembly reference?)
c:\HiAsm185\Elements\CNET\code\HelloWorld.cs(6,23): error CS0246: The type or namespace name 'Form' could not be found (are you missing a using directive or an assembly reference?)
c:\HiAsm185\Elements\CNET\code\HelloWorld.cs(7,10): error CS0246: The type or namespace name 'Form' could not be found (are you missing a using directive or an assembly reference?)
c:\HiAsm185\Elements\CNET\code\HelloWorld.cs(8,10): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
c:\HiAsm185\Elements\CNET\code\HelloWorld.cs(29,25): error CS0246: The type or namespace name 'Control' could not be found (are you missing a using directive or an assembly reference?)
c:\HiAsm185\Elements\CNET\code\HelloWorld.cs(29,40): error CS0246: The type or namespace name 'Control' could not be found (are you missing a using directive or an assembly reference?)
Сборка завершена.
Nic писал(а):
Для этого переключитесь в режим сохранения исходника Ctrl-D, скомпилируйте схему и посмотрите на файл Project21.exe - это будет C# код, который дает ошибки компиляции.
ты хотел сказать Project21.cs ? Да не родится он если есть ошибки.
карма: 25
Немного терпения! Дежурный экстрасенс скоро свяжется с Вами!
0