python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Dotnet publish command seemingly ignores the framework argument
I am attempting to build and publish a .NET Framework 4.7.2 project. The build works fine, but attempting to publish gives me the following error:
C:\Program Files\dotnet\sdk\6.0.201\Microsoft.Common....

Ethan Seal
Votes: 0
Answers: 0
VB.NET Option Compare Text does not work correctly in .NET 3.5
I am working on a legacy Windows Form with VB.NET and I have recently discovered a confusing behavior.
There is project A that targets .NET 2.0 with Option Compare Text set at code file. Project A con...
Macro.Kat
Votes: 0
Answers: 1
Is it possible having multiple names or aliases for webmethods for web services in .NET Framework 4?
Currently, I'm working on changing the name of some web methods in a web service.
[WebMethod(MessageName ="HelloWorld2",MessageName = "HelloWorld")]
public string HelloWorld()
{
...
David Alejandro García García
Votes: 0
Answers: 1
Was custom pagination available in .Net Framework 4, If yes how we can implement?
Was custom pagination available in .Net Framework 4, If yes how we can implement?
Currently I am implementing this by using GridView.VirtualItemCount however this is not avaible in .NET 4.
Sup Ravi Kumar
Votes: 0
Answers: 1