python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Create and added token to request in Framework 4
We have created program with Framework 4 that call to ASP.NET API. We have configured identity server to add API token authoritaion.
In ASP.NET applications we have ClientCredentialsTokenRequest class...
Jose Torró
Votes: 0
Answers: 0
.Net framework upgrade from 4 to 4.5.2
We currently have a Winforms application targeting .NET Framework 4.
When trying to upgrade to 4.5.2 we get an error:
The type 'Object' is defined in an assembly that is not referenced. You must add ...

Huzan Toorkey
Votes: 0
Answers: 0
Undefined is not a valid value for int64
I came across this error recently and I don't understand what to do
There is a hidden filed
<asp:hiddenfield id="hfResourceID" runat="server" value="0">
and I am c...

Maximious
Votes: 0
Answers: 1
How to script and load assemblies list to SQL Server?
My SQL CLR procedure depends on log4net, it depends on System.Web.dll.
When I upload this System.Web.dll :
create assembly [System.Web]
from 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\System.Web...

ZedZip
Votes: 0
Answers: 1