Posted 20 years ago
by Markus Foser
-
Developer,
PROCOS AG
Following error occours when i want to execute the CodeSmaith Language ID Type Builder Template
---------------- Compile started -----------------
(126,22): error CS0117: 'System.Array' does not contain a definition for 'Count'
(131,23): error CS0117: 'System.Array' does not contain a definition for 'Count'
(145,23): error CS0117: 'System.Array' does not contain a definition for 'Count'
(147,24): error CS0117: 'System.Array' does not contain a definition for 'Count'
(181,22): error CS0117: 'System.Array' does not contain a definition for 'Count'
Build complete -- 5 errors, 0 warnings
---------------------- Done ----------------------
Build failed
Then I change the .Count to Length. It compiles, when I try to load
ActiproSoftware.CSharp.xml
following Message Box pops up "There is an error in XMLDocument (1,2)"
Sincerly Thomas Stocker
---------------- Compile started -----------------
(126,22): error CS0117: 'System.Array' does not contain a definition for 'Count'
(131,23): error CS0117: 'System.Array' does not contain a definition for 'Count'
(145,23): error CS0117: 'System.Array' does not contain a definition for 'Count'
(147,24): error CS0117: 'System.Array' does not contain a definition for 'Count'
(181,22): error CS0117: 'System.Array' does not contain a definition for 'Count'
Build complete -- 5 errors, 0 warnings
---------------------- Done ----------------------
Build failed
Then I change the .Count to Length. It compiles, when I try to load
ActiproSoftware.CSharp.xml
following Message Box pops up "There is an error in XMLDocument (1,2)"
Sincerly Thomas Stocker