Quantcast
Channel: Microsoft Techies
Browsing all 430 articles
Browse latest View live
↧

Error: c# web api ReadAsAsync

Solution: Install the Microsoft.AspNet.WebApi.Client nuget package.

View Article


'HttpContent' does not contain a definition for 'ReadAsAsync'

'HttpContent' does not contain a definition for 'ReadAsAsync' and no extension method'ReadAsAsync' accepting a first argument of type 'HttpContent' could be found(are you missing a using directive or...

View Article


SQL injection

using (MySqlConnection objConn = new MySqlConnection(ConnString)){   // string sql = "SELECT UserId FROM User WHERE " + "(email = '" + email + "' AND " + "password = '" + password + "')";//Never use...

View Article

C# shim not working in VS 2015

Go to Test Project.Delete all files under "Fakes" folderRemove all Fakes references from "References"Under reference -->Right click add new reference, browseSelect:C:\Program Files (x86)\Microsoft...

View Article

The remote server returned an error: (403) Forbidden

Go to runtype: services.mscSearch for below service and startSQL Server Agent (MSSQLSERVER)Now you should not get any error

View Article


IIS 10: HTTP Error 500.19 - Internal Server Error

Search for "Turn windows features on or off"Check "Internet Information Services"Check "World Wide Web Services"Check "Application Development Features"Enable all items under this

View Article

Error: To install this application you need either a Windows developer...

Solution:Open Your project in VS as Administrator modeClick on Tools-->NuGet Package Manager-->Package Manager consoleRun below commandShow-WindowsDeveloperLicenseRegistrationIt will open Setting...

View Article

C# UWA StatusCode: 415, ReasonPhrase: 'Unsupported Media Type'

Error: StatusCode: 415, ReasonPhrase: 'Unsupported Media Type'Root cause:        var jsonContent = JsonConvert.SerializeObject(InputContent);       StringContent content = new StringContent(jsonContent...

View Article


Aras Innovator Reporting services

www.aras.com/support/documentation/11.0%20SP12/Other%20Documentation/Aras%20Innovator%2011.0%20-%20Microsoft%20Reporting%20Services%202008%20R2%20Guide.pdf

View Article


Error: provider: TCP Provider, error: 0 - The remote computer refused the...

Solution:Go to this path: C:\Windows\SysWOW64Open: SQLServerManager13Click on : SQL Server Network ConfigurationExpand above oneSelect : Protocols for <server> (SQL Server Configuration...

View Article

Just-in-time debugging, errors

Just-in-time debugging, errorsJITClick on startSearch for: visual studio installerClick on UpdateAfter installing all Click on ModifySelect .Net Desktop DevelopmentIn the right side, check Just-in-time...

View Article

Aras Innovator error System.Net.WebException: The remote server returned an...

Aras Innovator error System.Net.WebException: The remote server returned an error: (503) Server UnavailableRoot cause: IISSolution: I have un installed IIS and re-installed, then it has resolved the...

View Article

C# XML Parser

public XmlReader GetXMLReader(string xmlSource){StringReader strReader = new StringReader(xmlSource);XmlReaderSettings settings = new XmlReaderSettings();settings.XmlResolver = new...

View Article


Install Aras Innovator

We can install Aras Innovator in Server or clientFor server installation-https://www.youtube.com/watch?v=2uof2j-ZjIUFor client installation-https://www.youtube.com/watch?v=OaR0zs7ma9s

View Article

ArasLabs

https://github.com/ArasLabs

View Article


Error , 'Aras.IOM.Item' does not contain a constructor that takes 2 arguments

var selectedItemClass = new Item("Item Class", "get"); -JavascriptError: Line number 18, Error Number: CS1729, 'Aras.IOM.Item' does not contain a constructor that takes 2 argumentsItem...

View Article

Aras Innovator change Data base connection string

If you have installed Aras InnovatorGo to IISExpand Sites-->Default Web SiteSelect your Innovator web site: ex: InnovatorServerRight click on InnovatorServerSelect ExploreYou will land at :...

View Article


Print or Save the Web page as .PDF Using Java Script

http://www.2my4edge.com/2013/06/print-or-save-web-page-as-pdf-using.htmlhttp://www.namasteui.com/jspdf/

View Article

Login failed for user 'innovator_regular'.

The Database is not available:Cannot open database "Inn" requested by the loginThe login failed.Login failed for user 'innovator_regular'.solutionOpen SSMSExpand SecurityExpand LoginsRight click on...

View Article

Invalid object name 'LOCALE'.

Invalid object name 'LOCALE'.refer:http://community.aras.com/en/forums/topic/320-support-qampa-exception-during-initialization/

View Article
Browsing all 430 articles
Browse latest View live