I have created a C# wrapper for my Ax 2012 AIF Service which is triggered from power automate. There is a limitation in power automate that the gateway times out in 110 seconds. So, my requirement is to call my C# wrapper in async manner and get response immediately and not wait for any response...
I am getting this error when I run my C# wrapper from Power Automate. But this error is returned only sometimes. On resubmitting my power automate flow, the code works as required.
{
"Message": "An error has occurred.\r\nclientRequestId: 66b3b4af-edc0-4bbb-b6e2-11e217c00480"...
HI Friends,
I am trying to call the windows forms through menu strip.
In menu strip items i have written the following code
which reads a text file "rep_path.txt".
the text file contains only line d:\\reports\\
private void SALEPRODToolStripMenuItem_Click(object sender, EventArgs e)
{...
Hi
I am trying to call crystal report from c# using a button click.
In the form I have two datetimepicker controls named DT1 , DT2.
I have used the following code in button.
crpt is the crystal report conrtrol. pur_ord_vw is the view in database.
UserId = "sa";
Password = "gms123"...
I've got a strange problem on one PC. My application uses the code below to open the port. For some reason the program doesn't report any problems but my writes report the port not open several times then I see a port open message just before the application locks up. It's fine on my production...
I wrote a C# application (.NET 4 Client Profile) which runs under Win64. Basically it works but from time to time I get an exception error message and the application crashes after I pressed
OK to the exception window.
The main problem is that it is difficult to locate problem in respect to my...
hi
i have a win form application written c# in Visual Studio 2017.
it's a simple client registration form with Linq to SQL that uses a .mdf database file stored in the \bin\debug folder.
while running the application on my own machine there is no problem, and it runs fine. but when i create a...
I have the following on a Winform:
- Button - to open *.txt file, code already done and works
- Combo Box - Display the dates found
- Datagridview - show information for the date selected
What code I have so far is:
private void Historybutton_Click(object sender, EventArgs e)
{...
I am trying to map a simple Oracle UDT in my c# application. When I try to extract data from DataReader, it throws the following exception:
Custom type mapping for 'dataSource='DB' schemaName='C##USER' typeName='MATICNIBROJ_T'' is not specified or is invalid
My Oracle UDT is:
create or...
In My Projects i Have 3 Forms:
Form1: MDIParent
Form2: MDIChild
Form3: Normal Form
i want to access data and call methods of Form3 from Child Window.
I am new to C# can any one solve my problem.
Hello and Good Day Everyone,
i am not a Professional [C#] Programmer in anyway, this is my first job as a Software Engineer to be honest as i am a fresh graduate (Just a quick background about me) and i've been in this industry for only about 3 Months
now my current project's objective is to...
Hi there
I am tasked in writing a file manager program that will be hosted on a server and accessed by a browser.
So my question is if C# would be the ideal too for this project. More precisely what it should do will be listed here.
1. Run as a console server on the Server machine.
2. Serves...
Hi all - I have a question regarding generating reports from a data table using C# in VS.
On a windows form, the user has a datagridview control filled with various accounting items as column headings (rate, credit card, discount, etc.)
Now, there are about a dozen or so columns that are...
Hi!
I am creating a testing program. I would like to make a question type like a gap fill exercise, like this, Adit Testdesk Feature Tour - Gap Fill Question | Adit Software
What are your ideas of making this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.