Im getting a ConfigurationException whenever i try to perform QueryService.Query or QueryService.ExQuery. Same goes when i do GetSearchMetadata().
I can however do a GetPortalSearchInfo() and Status() without problems.
Any hint of what can cause the problem?
This was due to a missing hotfix:
windows6.1-kb976462-ia64.msu
Related
I got "Often Misused: Authentication" issue while fortify done my code scan. I am getting issue from below line of code
IPHostEntry serverHost = Dns.GetHostEntry(HttpContext.Current.Server.MachineName);
When I Googled I found some solutions but I am unable to get it. Do I need to create a False positive for this issue or Can I rewrite the code and give a fix. This is used only for logging purpose. I am not satisfied with creating FP ticket. How can i get serverhost without using Dns.GetHostEntry.Can anybody suggest any fix for this issue.
I'm using Abp.io for .net backend and angular for frontend, I've the backend up and running and works pretty ok on swagger.
However when I generate proxies for the backend with the command "abp generate-proxy" it throws me an error saying "cannot read property replace of undefined" and that's bout it, I've no clue where to look for errors.
Note I've generated proxies before and I know how they look inside an angular project but after adding more endpoints I keep getting this error, I've also attached a screen shot just in case you want to have a look at it.
I would really appreciate some help, thanks guys.
I also received this error. I believe this occurs if there are no models/services to generate. After adding my first model and CrudService the error never re-appeared.
I figured it out. First there was a JSON serialize in startup file that was causing that error and the frontend project's API address was targeting to the live instead of the local one.
This error is so weird. I have seen questions based on this error but my case seems to be totally different from what ever I have seen in SO. Below is the error screenshot:
What I have done till now:
I cleared the ASP.Net temporary file
I went to the locations mentioned in the error but not sure where to make correction. One thing I am sure of is - the 'ProfileCommon' is having multiple inherits which is the problem.Any Help?
I am getting SqlCeException in my WP8 application. The message says only:
An exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in
Microsoft.Phone.Data.Internal.ni.dll but was not handled in user code
As you can see, it is not very specific as to why did it happen. After some googling I found an advice to inspect the exception further by accessing its Errors property (link to discussion). However, I am not able to import the System.Data.SqlServerCe.SqlCeException into my code. Therefore in consequence I am not really able to access any more information about the exception. How can I import this exception to my project so I could work with it? The only idea I got was to add Entity framework, but for some reason NuGet fails to install it.
EDIT:
For further generations, I am still not able to access it, even the Reflections seems to reject messing with it (MethodAccessException thrown when I tried to access the value of Errors property of the SqlCeException). At least the SqlCeException.ToString() method returns quite a meaningful description.
You can't connect to an SQL db from Windows phone, the best way it to create a REST Web Service which connects to your db and start consuming it.
This is the error that I am getting. When I am trying to Go inside the Method using 'F11' it is not allowing me to and moreover am getting error (Screenshot attached. Please tell me is there any way I can debug this? I have googled it for God knows how many times but haven't had any luck ! Please help.Error Screen-shot