hi!
Just installed GDK.Net again, but when ever I try to compile some thing(for example the standard app) I just get
------ Build started: Project: DarkGDKApplication3, Configuration: Debug Any CPU ------
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "DGDKPlugins, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1, processorArchitecture=x86". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "DGDKLib, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "DarkGDK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=e5d518e3875aacb1, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\WINDOWS\Microsoft.NET\Framework\v3.5\Vbc.exe /noconfig /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Generic,System.Data,System.Drawing,System.Diagnostics,System.Windows.Forms,System.Linq,System.Xml.Linq /optioncompare:Binary /optionexplicit+ /optionstrict:custom /nowarn:42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 /optioninfer+ /rootnamespace:DarkGDKApplication3 /doc:obj\Debug\DarkGDKApplication3.xml /define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,_MyType=\"WindowsForms\",PLATFORM=\"AnyCPU\"" /reference:"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll","C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.dll",C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Deployment.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll,C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll,"C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll" /main:DarkGDKApplication3.My.MyApplication /debug+ /debug:full /filealign:512 /out:obj\Debug\DarkGDKApplication3.exe /resource:obj\Debug\DarkGDKApplication3.fMain.resources /resource:obj\Debug\DarkGDKApplication3.Resources.resources /resource:gdk.png,DarkGDKApplication3.gdk.png /target:winexe /win32icon:GDK.ico Application.vb fMain.Designer.vb fMain.vb "My Project\AssemblyInfo.vb" "My Project\Application.Designer.vb" "My Project\Resources.Designer.vb" "My Project\Settings.Designer.vb"
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(3) : warning BC40056: Namespace or type specified in the Imports 'DarkGDK' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(4) : warning BC40056: Namespace or type specified in the Imports 'DarkGDK.Camera' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(18) : error BC30002: Type 'DarkGDK.Basic3D.Cube' is not defined.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(19) : error BC30002: Type 'DarkGDK.Basic2D.Image' is not defined.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(22) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(26) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(29) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(32) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(36) : error BC30002: Type 'DarkGDK.Basic2D.Image' is not defined.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(40) : error BC30002: Type 'DarkGDK.Basic3D.Cube' is not defined.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(45) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(47) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(50) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(50) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\Application.vb(53) : error BC30451: Name 'DarkGDK' is not declared.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\fMain.Designer.vb(25) : error BC30002: Type 'DarkGDK.ctlDarkGDKViewport' is not defined.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\fMain.Designer.vb(51) : error BC30002: Type 'DarkGDK.ctlDarkGDKViewport' is not defined.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\fMain.vb(3) : warning BC40056: Namespace or type specified in the Imports 'DarkGDK' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\DarkGDKApplication3\DarkGDKApplication3\fMain.vb(47) : error BC30451: Name 'DarkGDK' is not declared.
Done building project "DarkGDKApplication3.vbproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Keep it simple.
Questions? Mail me
