問題タブ [sln-file]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - サーバーからダウンロードするカスタム プロジェクト ソリューションを準備する方法
C# プログラミング言語で一般的なビジュアル スタジオ ソリューションを準備したいと考えています。ただし、どのユーザーもカスタム名でダウンロードします。これは可能ですか?たとえば、私自身のプロジェクトは次のように準備され、埋められています。
ユーザーがサーバーからダウンロードしたい場合、カスタム プロジェクト名を選択できます。たとえば、彼は「ToysShop」という名前を選択しました。それで彼はそれをダウンロードします:
これは可能ですか?どうすればいいですか?(ファイルとフォルダーの名前空間も同様に調整されます)。
c# - Can't See Namespace in other project
I have an asp.net web application project and a regular c# csproj project. My web application project doesn't see the namespace that's in my csproj project after I imported it in and added a reference to it. I have Visual Studio Enterprise 2017. Can anyone help me with this?