Closed ahmadali1998 closed 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: @.***>
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
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.
I am still not able to solve this Guna Problem. i am using visual studio 2022 how can i get rid of it?
Assign me this issue.
@aneboy24 @ahmadali1998 Issue is fixed now!
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