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 ArticleSQL injection
using (MySqlConnection objConn = new MySqlConnection(ConnString)){Â Â // string sql = "SELECT UserId FROM User WHERE " + "(email = '" + email + "' AND " + "password = '" + password + "')";//Never use...
View ArticleC# 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 ArticleThe 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 ArticleIIS 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 ArticleError: 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 ArticleC# 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 ArticleAras 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 ArticleError: 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 ArticleJust-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 ArticleAras 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 ArticleC# XML Parser
public XmlReader GetXMLReader(string xmlSource){StringReader strReader = new StringReader(xmlSource);XmlReaderSettings settings = new XmlReaderSettings();settings.XmlResolver = new...
View ArticleInstall 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 ArticleError , '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 ArticleAras 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 ArticlePrint 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 ArticleLogin 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 ArticleInvalid object name 'LOCALE'.
Invalid object name 'LOCALE'.refer:http://community.aras.com/en/forums/topic/320-support-qampa-exception-during-initialization/
View Article