944,082 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Unsolved
  • Views: 6890
  • C# RSS
Mar 17th, 2007
0

management system

Expand Post »
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:
C# Syntax (Toggle Plain Text)
  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
Similar Threads
l2u
Reputation Points: 10
Solved Threads: 0
Newbie Poster
l2u is offline Offline
9 posts
since Oct 2006
Mar 20th, 2007
0

Re: management system

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.
Reputation Points: 70
Solved Threads: 4
Junior Poster
RwCC is offline Offline
173 posts
since Jan 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: Importing excel data to sql server
Next Thread in C# Forum Timeline: DTS Package





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC