One of our applications (which worked fine yesterday!!) now generates the error "An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll" when run from the Vis...
please see attached app.config file, when i do this:
Database db = DatabaseFactory.CreateDatabase("Logging");
where Logging is an entry in my config file:
<configuration>
<configSect...
All,
I am new to SQL Server. I have heard about this wonderful thing called stored procedures :-). I am trying to convert an Access database to SQL server 2005. I can use the upgrade wiz...
Hi,
I have a windows service app that uses a filesystemwatcher. When a file gets created in a particular directory that I am watching it checks whether the file needs to be processed (by a...
I searched the web and experts-exchange for this problem and none of the solutions given seems to work in my case.
I am using a VB.NET Client with an ASP.NET Web Service.
The VB.NET client ...
Anyone is aware of the main difference between .NET v2.0 and v1.1?
hi,
TBL_Values
ID value1 value2 value3
==========================
1 10 29 1
2 30 32 3
...
I have a CPU-intensive subroutine that takes a datatable as its parameter. When it begins, the app hangs until it completes. this can take as long as 60 seconds for a 1.5 MB XML file. I can im...
I need a simple way to make a particular (image)button on a web form fire when the user presses the return key, please.
Hi experts,
I'm writing a VB.Net application that lists all users from AD on a form.
My problem is that not all users appear in my list. Also, some computers are displayed among the use...
In my application (VB .NET) I am continually getting the error message - "The process cannot access the file because it is being used by another process" --
My question is this - HOW CAN I ...
I had a program which will convert the content of text file into a desired format and inorder to run this pro we need to pass in input filename paramter and keyword /p and will generate a ...
I have an animated GIF that I would like to use in my VB .NET application when a process is running. It works fine with asynchronous tasks but the problem I have is with processor intensive ta...
I have a datatable that I need to filter. It's a rather complex filter though (for me anyway), and I'm having serious trouble getting my head around datacolumn filtering and all that. Note tha...
Hi.
Im simply use the datasheet wizard for create a dataset with my sql table for edit, delete update information, but the update buton did not work, taking the error message that have in th...
I am having a problem trouble shooting a grid which is used to display ads on a website. The initial post is working fine, but the paging is throwing the following error:
The GridView 'dgsear...
Hi
I've got a list of items like this
Private mData As System.Collections.Generic.List(Of MyCustomClass)
MyCustomClass has a number of fields, one of which is theDateTime
I want to...
I have aprogram which connects to the FTP server I have the upload peice working I can get he file directory yada yada where the problem lies is
1 - Cant get it to download the code completel...
hello experts,
my friend developed a C# application using VS2002 and i think dot net framework 1.0, and sent me the files and i tried to run the project at my pc.
i have dot net framewor...
Hi friends
can U tell me how to show messagebox in asp .net on button click
I tried like
msgBox("Prompt",MsgBoxStyle.okonly,"title")
but it is giving error that
"It is invalid to show a ...
Hi,
I have some procedure written in Page_Load function in aspx.cs code behind file for a web application. I want to capture onkeypress events on the web page without putting any buttons. O...
Hi All,
I have just registered to this website.
Hope it can help me.
Currently i have problems with pop up message.
problem 1: (javascript)
alert("hello"); click button ...
Hello,
I am using Visual Studio 2005 and here is my connection string and I am getting this error: "The ConnectionString property has not been initialized."
If strDB = "Test" Then
...
I have MSHFlexGrid in VB6. Is there any equivalent of this in VB.NET? How can I implement this in VB.NET?
Any code sample will be welcome.
I want to display form fields (which can be multipl...
I would like to display a WinForms data grid control to the user to pick a specific row and then act upon the ID value for that row. My problem is that the basic format of the grid control is...