Click here to Skip to main content
15,796,456 members
Home / Discussions / Web Development
   

Web Development

 
PinnedHow to get an answer to your question Pin
Chris Maunder4-Sep-10 3:25
cofounderChris Maunder4-Sep-10 3:25 
PinnedHOW TO ANSWER A QUESTION PinPopular
Chris Maunder12-Jul-09 23:40
cofounderChris Maunder12-Jul-09 23:40 
QuestionBreakpoint issue with Visual Studio Pin
Lloyd Dupont3-Dec-23 15:36
Lloyd Dupont3-Dec-23 15:36 
AnswerRe: Breakpoint issue with Visual Studio Pin
Lloyd Dupont3-Dec-23 21:37
Lloyd Dupont3-Dec-23 21:37 
GeneralRe: Breakpoint issue with Visual Studio Pin
jschell4-Dec-23 4:41
jschell4-Dec-23 4:41 
GeneralRe: Breakpoint issue with Visual Studio Pin
Lloyd Dupont9hrs 43mins ago
Lloyd Dupont9hrs 43mins ago 
GeneralWant to Build a Web-based Video Platform Pin
Trevor Judd3-Nov-23 6:13
Trevor Judd3-Nov-23 6:13 
GeneralRe: Want to Build a Web-based Video Platform Pin
Richard MacCutchan3-Nov-23 5:45
mveRichard MacCutchan3-Nov-23 5:45 
GeneralRe: Want to Build a Web-based Video Platform Pin
Trevor Judd3-Nov-23 5:52
Trevor Judd3-Nov-23 5:52 
GeneralRe: Want to Build a Web-based Video Platform Pin
Richard MacCutchan3-Nov-23 6:15
mveRichard MacCutchan3-Nov-23 6:15 
QuestionC# and web development Pin
PaulaJoannAllen28-Sep-23 11:09
PaulaJoannAllen28-Sep-23 11:09 
AnswerRe: C# and web development Pin
Richard Deeming28-Sep-23 22:23
mveRichard Deeming28-Sep-23 22:23 
GeneralRe: C# and web development Pin
PaulaJoannAllen28-Sep-23 23:46
PaulaJoannAllen28-Sep-23 23:46 
GeneralRe: C# and web development Pin
Richard Deeming29-Sep-23 0:26
mveRichard Deeming29-Sep-23 0:26 
GeneralRe: C# and web development Pin
PaulaJoannAllen29-Sep-23 0:42
PaulaJoannAllen29-Sep-23 0:42 
GeneralRe: C# and web development Pin
Jeremy Falcon9-Oct-23 7:08
professionalJeremy Falcon9-Oct-23 7:08 
GeneralRe: C# and web development Pin
Richard Deeming10-Oct-23 6:51
mveRichard Deeming10-Oct-23 6:51 
GeneralRe: C# and web development Pin
Jeremy Falcon10-Oct-23 8:16
professionalJeremy Falcon10-Oct-23 8:16 
QuestionCommand Line building (old) web project Pin
Super Lloyd25-Sep-23 15:01
Super Lloyd25-Sep-23 15: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 1:26
Vivek Kumar Apr202314-Aug-23 1:26 
AnswerRe: install json package Pin
Pete O'Hanlon14-Aug-23 1:52
subeditorPete O'Hanlon14-Aug-23 1:52 
Questionjavascript web app Pin
Mohammad Sadegh FadaiFard27-Jun-23 2:26
Mohammad Sadegh FadaiFard27-Jun-23 2:26 
AnswerRe: javascript web app Pin
jschell27-Jun-23 5:59
jschell27-Jun-23 5:59 
AnswerRe: javascript web app Pin
gitcommitshow2-Jul-23 5:20
gitcommitshow2-Jul-23 5:20 
AnswerRe: javascript web app Pin
Jeremy Falcon7-Jul-23 15:11
professionalJeremy Falcon7-Jul-23 15:11 

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.