How do I fix 'object' does not contain a definition for 'Value'?
I have a foreach statement. When I run my code in debug mode, I am getting the following error. I am not sure how to fix it. Google search shows may ways of doing it.Error: 'object' does not contain a...
View ArticleHow do I fix System.Net.Mail.SmtException: 'Cannot get IIS pickup directory'...
I am trying to send email using the EmailButton_Click code. However I am getting the error on this line smtp.Send(mailMessage) The error is System.Net.Mail.SmtpException: 'Cannot get IIS pickup...
View ArticleHtmlagilitypack -- I'm stuck
I have been struggling with this problem for some time. What I need to to identify when this is True.<p id="noWorkopportunities" class="text-info" style="display:none;"> No available work...
View Article.Net Core 2.2.4 - Getting IHostingEnvironment in Program.cs Main
I know how to get it in Startup, but I wrote a class that seeds the database with values, and expanded it to write the product images to wwwroot from the database called SeedDatabase. I just need the...
View ArticleHow to I fix "The method or operation is not implemented"?
When I run my code, when I want to check the user who is logged in (this is a web application), the method called is having an error saying The method or operation is not implemented. I need help to...
View ArticleDynamically updating the site with progress bar
I tried finding the solution or lead on how to implement dynamically updating the site with progress bar but on failing I am posting here. My problem is that, I am fetching data from 4 different...
View ArticleDisplaying two images but code is for single image
Why this code shows two images instead of one protected void Page_Load(object sender, EventArgs e) { //<div id="vlightbox1"> // var ahrefcontrol = new HtmlGenericControl("a...
View ArticleProcedure or function 'bla' expects parameter '@OrderNumber', which was not...
Hi, Breaking my head, over this error, for which the reason according to all google results I have been able to find, is usually a simple omission of SelectCommandType="StoredProcedure", or some simple...
View ArticleFiles download fails for ipad and iphone clients
I have a web application based in aspnet 4.5 that is running on a Windows 2016 Server with IIS 10. The app allows to client the downloading of several documents (img, pdf, zip files). All works...
View ArticleDropdown Filtering in grideview vb.net
I am trying to apply filters from one dropdown in a datagrid to another dropdown in the same datagrid and same row. The "edit" screen shot is the most important. The dropdown under "Chamber" will be...
View ArticleWriting a client app for OData
Hi, I am new to the OData World - I am researching, I have been given a task to connect to OData Services they have, they are exposing their Data through OData - that's what I understood, based upon...
View Article(SOLVED) Any ideas why gridview is not getting populated with data from the...
Hello experts, We have an app that prompts employees to enter his/her empID. Once the employee enters his/her ID, the VB/Stored Proc checks the ID to determine if user has entered his/her information...
View ArticleHTTP Error 500.19 - Internal Server Error - The requested page cannot be...
Hi I am getting the following error when I changed the path of the application - from source control, source control took the latest version of the application but started giving me the following error...
View ArticleHow do I solve error StatusCode: 500?
I am getting an error when I try to get case information from a database (Justice) Here is the error:{StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content:...
View ArticleSQL and IIS error when publish an ASP .NET application to IIS
I have added a database to my application and then published it in IIS. I am getting an SQL error and IIS error when trying to browse to the site and have been trying to figure it out all day. I hope...
View ArticleIIS changing the IE11 document mode from 11 (Default) to 7 (Default) when...
I have an ASP .NET application that requires Document Mode to default to IE11. I have set the computer local IE11 browser to default to document mode IE11. The problem I have is when I deploy my ASP...
View Article.net core Swagger code gen
Has anyone used Swagger codegen and done customisation on auto generated .net project filesManoj
View ArticleIn need of direction for project
Hello: We're hoping somebody here can help point us in the right direction for a web based project we're working on. Based on user-input, we need to generate a diagram using real world units and render...
View ArticleHow do I solve InvalidCaseUserControl.Dispose(bool) no suitable method found...
I am creating a usercontrol named InvalidCaseUserControl in web forms for a web app. When I run the code in debug mode I am getting the following errors CS0079 The event 'Control.Disposed' can only...
View ArticleHow to set starting page or controller method of a web application when we...
Hi - I know its dumbest question but I want to understand. I have completed a React Application, which calls a Web Api, the application runs fine with npm start, its all working fine, but when I am...
View Article