Вверх ↑
Ответов: 758
Рейтинг: 112
#1: 2014-05-08 15:56:56 ЛС | профиль | цитата
Nic писал(а):
Надо найти отличия в пакетах
У меня стандартный HiAsm v.4.04 build 185
CNET полностью отсюда http://svn.hiasm.com/packs/CNET/

При компиляции SQLite выдает ошибки
результат
Подготовка к сборке проекта...
Генерация кода целевого языка
Компоновка проекта...
Command line: msbuild.exe "E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj" /v:m
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.1]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(847,9): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj]
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "System.Data.SQLite". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj]
classes\SQLite.cs(6,19): error CS0234: The type or namespace name 'SQLite' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj]
classes\SQLite.cs(11,10): error CS0246: The type or namespace name 'SQLiteConnection' could not be found (are you missing a using directive or an assembly reference?) [E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj]
classes\SQLite.cs(12,10): error CS0246: The type or namespace name 'SQLiteConnectionStringBuilder' could not be found (are you missing a using directive or an assembly reference?) [E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj]
classes\SQLite.cs(13,10): error CS0246: The type or namespace name 'SQLiteCommand' could not be found (are you missing a using directive or an assembly reference?) [E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj]
classes\SQLite.cs(14,10): error CS0246: The type or namespace name 'SQLiteDataAdapter' could not be found (are you missing a using directive or an assembly reference?) [E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj]
classes\SQLite.cs(15,10): error CS0246: The type or namespace name 'SQLiteCommandBuilder' could not be found (are you missing a using directive or an assembly reference?) [E:\BD\HiAsm\Elements\cnet\code\SQLite.csproj]
Сборка завершена.

StreamWriter компилируется, но при запуске выдает
StreamWriter.exe - обнаружена ошибка. Приложение будет закрыто. Приносим извинения за неудобства.
Подпись ошибки
EventType : clr20r3 P1 : streamwriter.exe P2 : 0.0.0.0 P3 : 536b6e32
P4 : mscorlib P5 : 4.0.0.0 P6 : 4ba1da6f P7 : 3dab P8 : 13c
P9 : system.unauthorizedaccess

------------ Дoбавленo в 15.56:
DrawIcon компилируется, но при запуске выдает
DrawIcon.exe - обнаружена ошибка. Приложение будет закрыто. Приносим извинения за неудобства.
Подпись ошибки
EventType : clr20r3 P1 : drawicon.exe P2 : 0.0.0.0 P3 : 536b6f8b
P4 : mscorlib P5 : 4.0.0.0 P6 : 4ba1da6f P7 : 3dab P8 : 105
P9 : system.io.directorynotfound
DrawImage аналогично DrawIcon

DynamicBall При компиляции выдает ошибки
результат
Подготовка к сборке проекта...
Генерация кода целевого языка
Компоновка проекта...
Command line: msbuild.exe "E:\BD\HiAsm\Elements\cnet\code\DynamicBall.csproj" /v:m
Microsoft (R) Build Engine Version 4.0.30319.1
[Microsoft .NET Framework, Version 4.0.30319.1]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(847,9): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [E:\BD\HiAsm\Elements\cnet\code\DynamicBall.csproj]
DynamicBall.cs(113,5): error CS1525: Invalid expression term '.' [E:\BD\HiAsm\Elements\cnet\code\DynamicBall.csproj]
DynamicBall.cs(113,6): error CS1002: ; expected [E:\BD\HiAsm\Elements\cnet\code\DynamicBall.csproj]
DynamicBall.cs(113,18): error CS0839: Argument missing [E:\BD\HiAsm\Elements\cnet\code\DynamicBall.csproj]
Сборка завершена.
карма: 1

0