management system

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Oct 2006
Posts: 9
Reputation: l2u is an unknown quantity at this point 
Solved Threads: 0
l2u l2u is offline Offline
Newbie Poster

management system

 
0
  #1
Mar 17th, 2007
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:
  1. ...\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?)
  2. ...\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?)
  3. ...\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
  4. ...\Library Management\@FORMS\FORMViewer.cs(108,35): error CS1503: Argument '1': cannot convert from 'dsLibrarians' to 'System.Data.DataSet'
  5. ...\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?)
  6. ...\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?)
  7. ...\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
  8. ...\Library Management\@FORMS\FORMViewer.cs(134,35): error CS1503: Argument '1': cannot convert from 'dsBarrowers' to 'System.Data.DataSet'
  9. etc..

I really do hope someone will be so kind and help me to solve that problem
Thank you very much
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 173
Reputation: RwCC is an unknown quantity at this point 
Solved Threads: 4
RwCC's Avatar
RwCC RwCC is offline Offline
Junior Poster

Re: management system

 
0
  #2
Mar 20th, 2007
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
Last edited by RwCC; Mar 20th, 2007 at 7:00 am.
Sir David Healy - Northern Ireland Goal King
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC