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?
-
Is regular c# csproj project is class library project?Krazy_Tech– Krazy_Tech2020-05-01 15:42:38 +00:00Commented May 1, 2020 at 15:42
-
How do I find out?Jonathan George VanSteenburg– Jonathan George VanSteenburg2020-05-01 15:45:38 +00:00Commented May 1, 2020 at 15:45
-
Which option you have selected while creating the projectKrazy_Tech– Krazy_Tech2020-05-01 15:48:03 +00:00Commented May 1, 2020 at 15:48
-
I didn't create it. Someone else did.Jonathan George VanSteenburg– Jonathan George VanSteenburg2020-05-01 15:52:41 +00:00Commented May 1, 2020 at 15:52
-
in Visual Studio you can open project details and check which target framework selected. are they same in both? learn.microsoft.com/en-us/visualstudio/ide/…Radik– Radik2020-05-01 17:25:41 +00:00Commented May 1, 2020 at 17:25
|
Show 4 more comments