62. (C# Basics Beginner Tutorial) Adding Projects and References

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 25

  • @twamp22
    @twamp22 ปีที่แล้ว

    Thank you, exactly what I was looking for! Subscribed!

  • @itiswhatitis685
    @itiswhatitis685 4 ปีที่แล้ว

    Thanks loads!! Very helpful

  • @mdarifulislamroni9141
    @mdarifulislamroni9141 3 ปีที่แล้ว

    Thanks

  • @mdarifulislamroni9141
    @mdarifulislamroni9141 3 ปีที่แล้ว

    this code working good in my project

  • @ben.pueschel
    @ben.pueschel 5 ปีที่แล้ว +1

    If I export my project, it also exports my references. How can I disable that?

  • @mrwhammer
    @mrwhammer 10 หลายเดือนก่อน

    so i pulled this project and when i add a new class in that class library it doesnt think theres an actual class there for some reason. It only applies to existing cs files that are in that class library so i dont get why its not being able to reference

    • @mrwhammer
      @mrwhammer 10 หลายเดือนก่อน

      so i had to remove the reference and re add it again i get it now so i removed the common.dll

  • @zlaurensz
    @zlaurensz 7 ปีที่แล้ว

    Thank you!

  • @omniphantombusiness9070
    @omniphantombusiness9070 3 ปีที่แล้ว

    If I want to add a button that opens a batch file that will do some setup commands how would I go about that?

  • @libanabu6222
    @libanabu6222 2 ปีที่แล้ว

    Hey I got this error trying to add reference "Error HRESULT E_FAIL has been returned from a call to a COM component" can someone help.. I am using Microsoft Visual Studio Community 2019
    Version 16.11.1

  • @saisanthosh7105
    @saisanthosh7105 4 ปีที่แล้ว +1

    Why do i get Circular dependency error when referring project and not referring dll

    • @LinusDeveloper12
      @LinusDeveloper12 3 ปีที่แล้ว

      brother your reference project already contain main project reference.

  • @Ytremz
    @Ytremz 7 ปีที่แล้ว

    Going to crash through these videos, thanks m8

  • @AndrewT34pot
    @AndrewT34pot 3 ปีที่แล้ว

    yea but how am I supposed to reference something when I don't have references?

    • @aty4282
      @aty4282 2 ปีที่แล้ว

      this. please tell me if you found a solution

    • @AndrewT34pot
      @AndrewT34pot 2 ปีที่แล้ว +1

      @@aty4282 hi, good thing you wrote this, writing this as a slightly better wpf programmer, even though I don't plan on going in that direction. What I'm assuming is that you chose .NET CORE as your project choice, you have to choose .NET Framework, one of the fundamental differences is that you can reference stuff in the latter. Just create a new project with .net framework. very simple, but I looked for many many hours to get to that conclusion. Hope you didn't have to go through that, let me know if that works :)

  • @mosiacmaniacswarm
    @mosiacmaniacswarm 3 ปีที่แล้ว

    I cant use the FastColoredTextbox, it is an option and its there but it wont add to the project, along with many other things, is there a solution to this?

    • @techtheboi2690
      @techtheboi2690 3 ปีที่แล้ว

      so your making a roblox executor huh

  • @SimonGasser93
    @SimonGasser93 5 ปีที่แล้ว +1

    Why do we need the "using Common;"?
    Could we access the dll through the full name?

    • @ProgrammingMadeEZ
      @ProgrammingMadeEZ  5 ปีที่แล้ว

      Yes you could use the full path to the class name instead of using to the namespace. But then it get's really long every time you want to use that class.

  • @AZ-kv7to
    @AZ-kv7to 6 ปีที่แล้ว +1

    i copy my Project from Laptop and paste it into My Home use PC. the whole project not working, i changed conncection but assembly error apear, Plz help me How to add Assembly Refernce For CopyPaste Project..

  • @crackinghub5693
    @crackinghub5693 3 ปีที่แล้ว +1

    why cant i find references option whhhhhhhhhhy!!!!!!!!!!!!
    it only shows
    Name Of The Project
    Dependencies
    Form1.cs
    Program.cs
    Please Help

    • @cxel639
      @cxel639 3 ปีที่แล้ว

      same

    • @vasylnosovych4038
      @vasylnosovych4038 3 ปีที่แล้ว

      I guess you have created WinForms project of .NET, but not the Framework one. Use Framework project's type while creating the project.
      Tip: .NET, shortly, is something like Core + Framework, but it's closer to Core implementation, that's why you can't find "References" tab

  • @DanishAli-fu2ch
    @DanishAli-fu2ch 2 ปีที่แล้ว +2

    total waste of time 🤦‍♂