help
-
i am a real noob to programming... i have downloaded a demoproject, but how can i build the project? it gives error's.:(( project can be found on this link: http://www.thecodeproject.com/dotnet/simpledbreadwrite.asp
-
i am a real noob to programming... i have downloaded a demoproject, but how can i build the project? it gives error's.:(( project can be found on this link: http://www.thecodeproject.com/dotnet/simpledbreadwrite.asp
Probably the easiest way to solve your problem is to ask your question on the forum for the article (located at the bottom of the article page) and give the author the exact error you get and the particular section of code that it errors out on.
I passionately hate the idea of being with it, I think an artist has always to be out of step with his time. -Orson Welles
-
i am a real noob to programming... i have downloaded a demoproject, but how can i build the project? it gives error's.:(( project can be found on this link: http://www.thecodeproject.com/dotnet/simpledbreadwrite.asp
What specific errors are you getting? ------------------------------- Joan MomComputerGeek.com
-
i am a real noob to programming... i have downloaded a demoproject, but how can i build the project? it gives error's.:(( project can be found on this link: http://www.thecodeproject.com/dotnet/simpledbreadwrite.asp
i get this error: ------ Build started: Project: TestDbReadWrite, Configuration: Debug .NET ------ Preparing resources... Updating references... Performing main compilation... c:\documents and settings\emiel hartman\mijn documenten\visual studio projects\cs\testdbreadwrite\mainconsole.cs(4,20): error CS0234: The type or namespace name 'ADO' does not exist in the class or namespace 'System.Data' (are you missing an assembly reference?) Build complete -- 1 errors, 0 warnings Building satellite assemblies... Satellite assemblies could not be built because the main project output is missing. ---------------------- Done ---------------------- Build: 0 succeeded, 1 failed, 0 skipped