![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2007
Posts: 24
Rep Power: 0
![]() |
management system problem
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: ...\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 |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Could you possibly post the code in FORMViewer.cs?
|
|
|
|
|
|
#3 | |
|
Programmer
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0
![]() |
Quote:
And when I opened a solution, a VS2005 wizard has been popped out and told me that the project was done in older version of Visual Studio and asked me if I want to convert it to visual studio 2005 , of course I converted it, and there was the same error and I added code below as using directive: CSharp Syntax (Toggle Plain Text)
and copied @Resources folder in C:\ here is the screen shot of your application running on my computer: ![]() |
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Mar 2007
Posts: 24
Rep Power: 0
![]() |
Thank you very much milot!
Actually I didnt expect anyone to help with this one ![]() Thanks again! |
|
|
|
|
|
#5 |
|
Programmer
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0
![]() |
l2u,
You are always welcome to our community, we are all here for the same purpose, to help people . |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Content Management System? | Infinite Recursion | Coder's Corner Lounge | 7 | Nov 2nd, 2006 11:50 PM |
| Student Management System | PhilBon | Project Ideas | 17 | May 20th, 2006 6:19 PM |
| Learning Management System | Ade | Project Ideas | 23 | May 12th, 2006 12:38 PM |