Click here to Skip to main content
15,887,027 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: C# and web development Pin
Richard Deeming28-Sep-23 21:23
mveRichard Deeming28-Sep-23 21:23 
GeneralRe: C# and web development Pin
PaulaJoannAllen28-Sep-23 22:46
PaulaJoannAllen28-Sep-23 22:46 
GeneralRe: C# and web development Pin
Richard Deeming28-Sep-23 23:26
mveRichard Deeming28-Sep-23 23:26 
GeneralRe: C# and web development Pin
PaulaJoannAllen28-Sep-23 23:42
PaulaJoannAllen28-Sep-23 23:42 
GeneralRe: C# and web development Pin
Jeremy Falcon9-Oct-23 6:08
professionalJeremy Falcon9-Oct-23 6:08 
GeneralRe: C# and web development Pin
Richard Deeming10-Oct-23 5:51
mveRichard Deeming10-Oct-23 5:51 
GeneralRe: C# and web development Pin
Jeremy Falcon10-Oct-23 7:16
professionalJeremy Falcon10-Oct-23 7:16 
QuestionCommand Line building (old) web project Pin
Super Lloyd25-Sep-23 14:01
Super Lloyd25-Sep-23 14:01 
I am rtying to setup an Azure Pipeline to build an old Web project.
That uses both .NET v4.8 and .NETstandard 2.0 libraries.

dotnet publish doesn't support that project. I am unsure about migrating the project to new project format... I tried msbuild
CMD
msbuild C:...\Webproject.csproj -m -t:Rebuild -p:Configuration=Release;TargetFrameworkVersion=v4.8;OutputPath="c:\temp\webproj" 

But then I got strange and puzzling error like:
CMD
"C:...\Webproject.csproj" (Rebuild target) (1) ->
       (_GetProjectReferenceTargetFrameworkProperties target) ->
         C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin\amd64\Microsoft.Common.CurrentVersion.targets(1842,5): 
         error : Project '..\OtherProject\OtherProject.csproj' targets 'netstandard2.0'. 
         It cannot be referenced by a project that targets '.NETFramework,Version=v4.8'. 

Never mind, solved it.
Removed the target framework from command line! Smile | :)
(it's in each .csproj anyway)
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 25-Sep-23 20:09pm.

Questioninstall json package Pin
Vivek Kumar Apr202314-Aug-23 0:26
Vivek Kumar Apr202314-Aug-23 0:26 
AnswerRe: install json package Pin
Pete O'Hanlon14-Aug-23 0:52
mvePete O'Hanlon14-Aug-23 0:52 
Questionjavascript web app Pin
Mohammad Sadegh FadaiFard27-Jun-23 1:26
Mohammad Sadegh FadaiFard27-Jun-23 1:26 
AnswerRe: javascript web app Pin
jschell27-Jun-23 4:59
jschell27-Jun-23 4:59 
AnswerRe: javascript web app Pin
gitcommitshow2-Jul-23 4:20
gitcommitshow2-Jul-23 4:20 
AnswerRe: javascript web app Pin
Jeremy Falcon7-Jul-23 14:11
professionalJeremy Falcon7-Jul-23 14:11 
AnswerRe: javascript web app Pin
Jeremy Falcon7-Jul-23 14:20
professionalJeremy Falcon7-Jul-23 14:20 
GeneralRe: javascript web app Pin
jschell10-Jul-23 3:57
jschell10-Jul-23 3:57 
GeneralRe: javascript web app Pin
Jeremy Falcon10-Jul-23 5:07
professionalJeremy Falcon10-Jul-23 5:07 
GeneralRe: javascript web app Pin
jschell11-Jul-23 6:40
jschell11-Jul-23 6:40 
GeneralRe: javascript web app Pin
Jeremy Falcon11-Jul-23 7:20
professionalJeremy Falcon11-Jul-23 7:20 
GeneralRe: javascript web app Pin
jschell12-Jul-23 5:18
jschell12-Jul-23 5:18 
GeneralRe: javascript web app Pin
Jeremy Falcon12-Jul-23 5:42
professionalJeremy Falcon12-Jul-23 5:42 
GeneralRe: javascript web app Pin
jschell13-Jul-23 5:56
jschell13-Jul-23 5:56 
GeneralRe: javascript web app Pin
Jeremy Falcon13-Jul-23 6:56
professionalJeremy Falcon13-Jul-23 6:56 
GeneralRe: javascript web app Pin
Jeremy Falcon13-Jul-23 6:57
professionalJeremy Falcon13-Jul-23 6:57 
GeneralRe: javascript web app Pin
Sean Ewington14-Jul-23 3:40
staffSean Ewington14-Jul-23 3:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.