Display :
Did not find what you want,
Be the first to ask question on C#
Category: C#

I was running successfully crystal reports on my system but from the last few days it is throwing the following error: I have no idea how to resolve this issue? Any help?

Crystal report windows forms viewer This field name is not known. Details: errorKind Error in file ExecutiveSummary {0F273B2C-FADD-492C-B75E-9B5604AD4587}.rpt: Error in formula TolalDevices: This field name is not known. Details: errorKind

Category: C#

Does csharp online net have training materials for C# programming and SQL related technologies or is it like a wiki site where only articles or facts are posted?  I need to learn C# programming fast.  Thanks.

Category: C#

Hi Programmers,

I am newbie in programming. I have to make a code for a simple project, but I am quite familiar with coding. I have to take the pictures using my webcam. I am searching for webcam image capture sample code. Please give me Visual basic C# code for this project. The code should me easy and understand able.

Category: C#

I have got an error while enter code in stick run of multiplayer functionality. While debgging a code it shows me a blank screen for a moment then nothing happend. Please tell me how solve this problem ?

Category: C#

Hello,

How to remedy to a .Net program turning on a cash register that started to generate wrong shopping invoices ; the date is wrong, the quantities purchased is erroneous and promoting reductions are not taken into account.

Any idea ?

Category: C#

Hello,

I have some data in xml and I need to convert it to excel format. I also need to carry out sorting and filtering on my excel spreadsheet.

How can do it? Please provide me the C# codes to convert xml to Excel.

Thanks.

Category: C#

Hi,

I have installed Adobe reader & i normally use Active X control to link my stored PDF files on my hard drive to my website, which i enter the URL that opens to the file. I entered the URL to one of my files to download it for reference but i get an error 'Cannot read the file on memory'. What could be the issue on Active X control of adobe reader?

Category: C#

I'd like to know how to resize encoded video on C#. Can you teach me how to deal with it. I need your big help on this.

Category: C#

I am currently setting up the installer for my C# desktop application. I was wondering if I can put splash screen sound effects. In case it is, would the sound file have an effect on the speed of installation?

Category: C#

 Hello,
 
I’m currently working on a C# console application for a client that brings a custom AD field up-to-date. This application is run on 2 domain controllers by the customer. The problem is that on the Windows 2008 Domain Control when the Application reaches the Commit Changes statement, a “General Access Denied” error is received. I can fix the issue by hard-coding the login details into the Directory Entry connection or keeping them in app.config, but this is not the appropriate solution. The Application works without any errors on the Windows 2003 Domain Controller. Here’s my code:
 
Code works on Windows 2003 Domain Controller but not on Windows 2008 Domain Controller