powered by simpleCommunicator - 2.0.59     © 2026 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / ASP.NET [игнор отключен] [закрыт для гостей] / все те же IEWebControls
11 сообщений из 11, страница 1 из 1
все те же IEWebControls
    #32264620
UU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
подарить мне их подарили, а установить не могу, тупой.
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32264721
Фотография hDrummer
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
по ссылке, что я давал, есть инструкция по установке
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32264842
UU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Код: plaintext
1.
2.
3.
4.
5.
6.
7.
 8 . Creates the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\
  AssemblyFolders\IEWebControls

The default string value of this key is set to the folder where
Microsoft.Web.UI.WebControls.dll was installed, which is usually
 "C:\Program Files\Microsoft Internet Explorer WebControls" 


это фрагмент из readme. Самое подозрительное, что никакого файла Microsoft.Web.UI.WebControls.dll нигде у меня нет.

и при установке built.bat создает директорию, но возвращает csc.exe не является внутренней или внешней командой, исполняемой программой или пакетным файлом
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32265143
monstrU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
скачай часую последнюю версию с сайта, и она тебе все корректно установит сама
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32265807
UU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
скачал, запустил exe. сделался у меня каталог Program Files\IE WEB Controls
после этого вылетел Readme, в котором написано запустить build.bat
запустил и получил следующее

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
Microsoft (R) Visual C# .NET Compiler version  7 . 00 . 9466 
for Microsoft (R) .NET Framework version  1 . 0 . 3705 
Copyright (C) Microsoft Corporation  2001 . All rights reserved.

src\treenode.cs( 11 , 18 ): error CS0234: The type or namespace name 'Data' does not exist in the class or namespace 'System' (are you missing an assembly reference?)
src\treeview.cs( 12 , 18 ): error CS0234: The type or namespace name 'Data' does not exist in the class or namespace 'System' (are you missing an assembly reference?)
C:\WINNT\Microsoft.NET\Framework\v1. 0 . 3705 \System.Design.dll: error CS0011: Referenced class 'System.ComponentModel.Design.CollectionEditor.CollectionForm' has base class or interface 'System.Windows.Forms.Form' defined in an assembly that is not referenced.  You must add a reference to assembly 'System.Windows.Forms'.
src\Design\treenodecollectioneditor.cs( 47 , 42 ): error CS0234: The type or namespace name 'TreeView' does not exist in the class or namespace 'System.Windows.Forms' (are you missing an assembly reference?)
src\Design\treenodecollectioneditor.cs( 49 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 50 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 51 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 52 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 53 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 54 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 55 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 56 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 57 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 58 , 21 ): error CS0246: The type or namespace name 'Button' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 59 , 21 ): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 60 , 21 ): error CS0246: The type or namespace name 'Label' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 61 , 21 ): error CS0246: The type or namespace name 'GroupBox' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 62 , 21 ): error CS0246: The type or namespace name 'PropertyGrid' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 86 , 42 ): error CS0234: The type or namespace name 'TreeNode' does not exist in the class or namespace 'System.Windows.Forms' (are you missing an assembly reference?)
src\Design\treenodecollectioneditor.cs( 163 , 76 ): error CS0234: The type or namespace name 'TreeNode' does not exist in the class or namespace 'System.Windows.Forms' (are you missing an assembly reference?)
src\Design\treenodecollectioneditor.cs( 462 , 61 ): error CS0246: The type or namespace name 'TreeViewEventArgs' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 467 , 64 ): error CS0246: The type or namespace name 'NodeLabelEditEventArgs' could not be found (are you missing a using directive or an assembly reference?)
src\Design\treenodecollectioneditor.cs( 474 , 42 ): error CS0234: The type or namespace name 'TreeNode' does not exist in the class or namespace 'System.Windows.Forms' (are you missing an assembly reference?)
src\Design\treenodecollectioneditor.cs( 487 , 57 ): error CS0246: The type or namespace name 'PropertyValueChangedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
src\Design\NodeTypeEditor.cs( 114 , 17 ): error CS0246: The type or namespace name 'IWindowsFormsEditorService' could not be found (are you missing a using directive or an assembly reference?)
src\Design\ItemCollectionEditor.cs( 62 , 55 ): error CS0246: The type or namespace name 'PropertyGrid' could not be found (are you missing a using directive or an assembly reference?)
Скопировано файлов:  42 .
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32265865
monstrU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
ты видимо качал с www.asp.net . я качал с msdn.mictisoft.com (вроде оттуда). компонента была в виде msi - и все нормально ставилась
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32265877
UU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
может, кинешь почтой (у меня в профиле указана)?
она же не много весит
заранее спасибо
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32265939
monstrU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
не отсылается, зараза - firewall мешает вроде
но вроде я отсюда качал
http://msdn.microsoft.com/downloads/samples/internet/ASP_DOT_NET_ServerControls/WebControls/default.asp
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32266112
UU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
я тоже отсюда качал, видимо у меня с руками что-то не то :(
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32266207
monstrU
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
может там убрали инсталляцию msi ? или она там осталась? вообще замени дерево на что нибудь другое, потому как это дерево довольно паршиво организовано
...
Рейтинг: 0 / 0
все те же IEWebControls
    #32366482
macyst
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Гость
This link better
http://www.microsoft.com/downloads/details.aspx?familyid=fac6350c-8ad6-4bca-8860-8a6ae3f64448&displaylang=en
...
Рейтинг: 0 / 0
11 сообщений из 11, страница 1 из 1
Форумы / ASP.NET [игнор отключен] [закрыт для гостей] / все те же IEWebControls
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]