Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
0 answers
20 views

SSRS reports are being generated even though the Oracle cursor doesnt have values

I have a Oracle SQL(11+) cursor that returns rows for a report. I also have a VB.NET batch that writes this file to a location by looping over all the Ids just for some context. Im trying to stop the ...
Voozy's user avatar
  • 1
0 votes
0 answers
29 views

Designer Tools make false autocorrection

When I open a form (frmNoticeHashtag) in the designer tool (the WYSIWYG tool of VS Community), i have an error regarding Backgroundimage declaration. So, i have to correct this: Dim resources As ...
8oris's user avatar
  • 383
1 vote
1 answer
43 views

How do you loop a HTML video in Webview2?

I cant seem to find all over the internet on how to loop a local MP4 file in webview2 I can loop it but I have to right click then click it on the menu. is there anyway to enable loop via code in C#/...
carl benz's user avatar
0 votes
2 answers
76 views

What does the error message " & ex.Message) mean in a Visual Basic .NET 8 project?

I have a .NET 8 project written in Visual Basic in the process of being upgraded from .NET Framework 4.8. I have just used the upgrade assistant extension in VS 2022. It was able to complete, but I am ...
ersredna's user avatar
0 votes
1 answer
76 views

Public static class and methods not found in NuGet package

I'm running into an odd issue where I've developed a NuGet package. Because of the architecture of the legacy software I'm trying to write new functionality for, this is in .NET Framework 4.6.1 (I ...
Steven's user avatar
  • 300
0 votes
1 answer
62 views

.NET 8 Desktop ClickOnce deploy System.Deployment error

Publishing the application using ClickOnce works correctly up to a certain point. After installation, the problem may only appear after the next update - randomly. Below is the error log. INFORMACJE ...
jackobi's user avatar
0 votes
1 answer
132 views

Sample Code: VB getNamedItem XML attribute in Microsoft MSXML.DOMDocument [duplicate]

Apologies, I know this is olden days stuff but I'm suffering a bit of brain fade here, I just need a specific code example to get on... This is the problem using an XML snippet returnd by a remote ...
Emsg's user avatar
  • 431
1 vote
0 answers
44 views

Not able to test payments using Authoriz.Net on my localhost environment

Earlier I was able to make payments on my webform application using Authorize.Net but since last few months I am not able to do payment in my localhost environment. Have recieved no help from Auth.net ...
Kanishk Gupta's user avatar
0 votes
2 answers
60 views

linq join two datatables

I am trying to join two datatables with linq The query is out_dt = (From row1 in dt1, row2 in dt2 where row1("id").ToString = row2("id").ToString Select row1).CopyToDatatable ...
user13831679's user avatar
0 votes
2 answers
105 views

Why is await async freezing the UI on my aspx page?

I have a page on which I want to do some work when the user clicks an upload button. I want to disable the button while doing the work, and then re-enable it once the work is done. From what I've read,...
Louis's user avatar
  • 13
2 votes
2 answers
73 views

Async event handler processing causing unexpected execution flow

I was working on a legacy application that had a bug in it and eventually tracked it down to some async event handlers executing in the form of event1 programmatically triggering event2. The original ...
rjs52's user avatar
  • 37
0 votes
0 answers
25 views

How to define TraceLevel for TraceError, TraceWarning, TraceInformation?

I cannot find out, how to set the TraceLevel for Trace.TraceInformation, so that Trace.TraceInformation writes only when the TraceLevel is set from Information level and above. I created a WEB API ...
Alex's user avatar
  • 509
0 votes
0 answers
26 views

.NET - Sending an email via EWS using the logged in user's credentials

We use a process on a Windows application where a user will trigger an automated email from themselves to another user. At the moment an Outlook session is opened and an email is sent that way, but we ...
Josh's user avatar
  • 40
0 votes
0 answers
13 views

Configuring Absolute url to HttpWebRequest in VB.Net to resolve CWE 201 security flaw

I am facing a sensitive information exposed in VB.Net through the variable _requestedUri which results in Security issue CWE 201. The variable contains the value like "https://stackoverflow.com/...
Logesh's user avatar
  • 65
0 votes
2 answers
53 views

How can I prevent an added client startup script from running again if someone refreshes a page in ASP?

Given the following - <%--Front-End HTML On ASPX Control--%> <script type="text/javascript"> function jobStarted(){ alert("Job started.\r\nThis will take a while....
Will's user avatar
  • 3,505

15 30 50 per page
1
2 3 4 5
1137