| | |
management system
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Oct 2006
Posts: 9
Reputation:
Solved Threads: 0
Hello..
Im in urgent net to compile some Libary Management System written in .NET.
The code seems very good, but I'm facing some problems I cannot solve/figure out myself, because I dont have any experience with .NET.
It seems like DataSets (classes) wont be included in FORMViewer.cs - I tried adding references but this doesnt help..
Im using MSVC 2005, the project was done in 2003..
Here is the link to download project
The errors I get:
I really do hope someone will be so kind and help me to solve that problem
Thank you very much
Im in urgent net to compile some Libary Management System written in .NET.
The code seems very good, but I'm facing some problems I cannot solve/figure out myself, because I dont have any experience with .NET.
It seems like DataSets (classes) wont be included in FORMViewer.cs - I tried adding references but this doesnt help..
Im using MSVC 2005, the project was done in 2003..
Here is the link to download project
The errors I get:
C# Syntax (Toggle Plain Text)
...\Library Management\@FORMS\FORMViewer.cs(106,4): error CS0246: The type or namespace name 'dsLibrarians' could not be found (are you missing a using directive or an assembly reference?) ...\Library Management\@FORMS\FORMViewer.cs(106,32): error CS0246: The type or namespace name 'dsLibrarians' could not be found (are you missing a using directive or an assembly reference?) ...\Library Management\@FORMS\FORMViewer.cs(108,17): error CS1502: The best overloaded method match for 'LibrarySystem.clsFunctions.GetReport(System.Data.DataSet, string, string)' has some invalid arguments ...\Library Management\@FORMS\FORMViewer.cs(108,35): error CS1503: Argument '1': cannot convert from 'dsLibrarians' to 'System.Data.DataSet' ...\Library Management\@FORMS\FORMViewer.cs(132,4): error CS0246: The type or namespace name 'dsBarrowers' could not be found (are you missing a using directive or an assembly reference?) ...\Library Management\@FORMS\FORMViewer.cs(132,31): error CS0246: The type or namespace name 'dsBarrowers' could not be found (are you missing a using directive or an assembly reference?) ...\Library Management\@FORMS\FORMViewer.cs(134,17): error CS1502: The best overloaded method match for 'LibrarySystem.clsFunctions.GetReport(System.Data.DataSet, string, string)' has some invalid arguments ...\Library Management\@FORMS\FORMViewer.cs(134,35): error CS1503: Argument '1': cannot convert from 'dsBarrowers' to 'System.Data.DataSet' etc..
I really do hope someone will be so kind and help me to solve that problem
Thank you very much
Hover your mouse over or click the things it cant find like 'dsLibrarians'
Then when a little box saying:
"Options to help bind the selected item"
Click the option which will say the likes of "using System.IO;" or whatever the DLL is. Whatever DLL you reference you have to type "using [DLL name]" at the top of your project
Also make sure you actually have them referenced in the first place. Right click References and add any DLLs that you need to for your project
Then when a little box saying:
"Options to help bind the selected item"
Click the option which will say the likes of "using System.IO;" or whatever the DLL is. Whatever DLL you reference you have to type "using [DLL name]" at the top of your project
Also make sure you actually have them referenced in the first place. Right click References and add any DLLs that you need to for your project
Last edited by RwCC; Mar 20th, 2007 at 7:00 am.
Sir David Healy - Northern Ireland Goal King
![]() |
Similar Threads
- Document Management System for your PC or website? (Existing Scripts)
- Learning Management System Final year project (ASP.NET)
- Ezines (E-mail Management System) (eCommerce)
- Which content management system (CMS) should I choose? (Existing Scripts)
- Content management system (Site Layout and Usability)
- Bluo Content Management System (Websites for Sale)
- Online Inventry Management System (Visual Basic 4 / 5 / 6)
- Content Management System (PHP)
- How XML can be used in place of any database management system. (RSS, Web Services and SOAP)
Other Threads in the C# Forum
- Previous Thread: Importing excel data to sql server
- Next Thread: DTS Package
| Thread Tools | Search this Thread |
.net access algorithm array barchart bitmap box broadcast c# check checkbox client combobox control conversion csharp custom cyclethruopenforms data database datagrid datagridview dataset date/time datetime degrees development dll draganddrop drawing encryption enum event excel file finalyearproject form format forms function gdi+ getoutlookcontactusinfcsvfile globalization httpwebrequest image index input install installer java label list listbox mandelbrot math mono mouseclick mysql operator panel path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox save server silverlight sleep socket sql sql-server statistics stream string table text textbox thread time timer timespan update usercontrol users validate validation visualstudio webbrowser wia windows winforms wpf xml





