aliasar1 / Hotel-Management-System

This project is about HOTEL MANAGEMENT SYSTEM to manage bookings, employees, rooms, service and hotels efficiently in order to provide best service.
MIT License
46 stars 13 forks source link

namespace name 'Guna' #2

Closed ahmadali1998 closed 1 year ago

ahmadali1998 commented 1 year ago

I have this issue when i try to build the program

Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'Guna' could not be found (are you missing a using directive or an assembly reference?) Hotel Management System C:\Users\username\Desktop\Hotel-Management-System-master\Hotel Management System\Dashboard.Designer.cs 314 Active

may you please help me to solve it and thank you

aliasar1 commented 1 year ago

Hi.

You can solve this issue by downloading the Guna dll file as it is present in the folder named as GUNA DLL. Guna is for better UI designing so it needs separate installation in the project to implement it. First configure all the dependencies then start working with it.

I Hope this helps!

On Sun, May 7, 2023 at 5:06 PM ahmadali1998 @.***> wrote:

I have this issue when i try to build the program

Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'Guna' could not be found (are you missing a using directive or an assembly reference?) Hotel Management System C:\Users\username\Desktop\Hotel-Management-System-master\Hotel Management System\Dashboard.Designer.cs 314 Active

may you please help me to solve it and thank you

— Reply to this email directly, view it on GitHub https://github.com/aliasar1/Hotel-Management-System/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARYBGD6DD565UXYTZ255PY3XE6F33ANCNFSM6AAAAAAXY2L3ZE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ahmadali1998 commented 1 year ago

image

I solved the above problem by adding the dll file as a reference but i faced this problem may you tell me how to solve it and thank you

aliasar1 commented 1 year ago

Try to run this command to directly configure it:

dotnet add package Guna.UI2.WinForms --version 2.0.4.4 Update version to latest or according to compatibility of project.

aneboy24 commented 1 year ago

I am still not able to solve this Guna Problem. i am using visual studio 2022 how can i get rid of it?

SarimEffendi commented 1 year ago

Assign me this issue.

aliasar1 commented 1 year ago

@aneboy24 @ahmadali1998 Issue is fixed now!