Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 17th, 2007, 9:29 AM   #1
l2u
Newbie
 
Join Date: Mar 2007
Posts: 24
Rep Power: 0 l2u is on a distinguished road
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
l2u is offline   Reply With Quote
Old Mar 18th, 2007, 8:25 PM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Could you possibly post the code in FORMViewer.cs?
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Mar 18th, 2007, 9:25 PM   #3
milot
Programmer
 
milot's Avatar
 
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0 milot is on a distinguished road
Quote:
Originally Posted by l2u
Im using MSVC 2005, the project was done in 2003..
.NET 1.x and .NET 2.0 have differences, you must keep this in mind

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)
  1. using LibrarySystem._DATASETS;

and copied @Resources folder in C:\

here is the screen shot of your application running on my computer:

milot is offline   Reply With Quote
Old Mar 19th, 2007, 2:01 PM   #4
l2u
Newbie
 
Join Date: Mar 2007
Posts: 24
Rep Power: 0 l2u is on a distinguished road
Thank you very much milot!
Actually I didnt expect anyone to help with this one
Thanks again!
l2u is offline   Reply With Quote
Old Mar 19th, 2007, 3:30 PM   #5
milot
Programmer
 
milot's Avatar
 
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0 milot is on a distinguished road
l2u,

You are always welcome to our community, we are all here for the same purpose, to help people .
milot is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:54 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC