Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .Net Editors & IDEs Solutions: 101 - 125 of 499
 
I am working right now on writing a method to delete nodes out of a tree.  I have written a method to find the node to be deleted.  My issue is that i need to somehow point those child pointer...
I would like to write a statement that does the following but I am having alot of trouble so all the help is appreciated. The statement will: take a string of (x character's) size to be ...
Hi, I have a contract based architecture in my software. So most types are implemented via a microkernel and most of the properties and generic list are types of these interfaces. How c...
I'm using this to export a gridview to excel, the problem being that once i hit over 10000 records or so, it doesn't change and just displays the gridview. is there a different way to do this?...
yes i have a crystal report it loads up with no problem using integrated security. The problem is ((( MyCommand.CommandText = "Select * From SalesTPR where UserID = rice'"))) my select sta...
I have a windows service in C# ( not ASP .NET) which should read files from local and remote drives. Local drives works fine but when i do a directory.Exists() on remote drive, it says filep...
An application is being spawned by a short VBScript routine. This routine stops with a status dialog window. It has a Close button. I want to be able to close this window either by closing th...
i am runnign a c# appliation and i see this error pop up server busy this action cannot be completed because the other program is busy. Choose switch to activate teh busy program and correct...
Hi Experts,         I am having problem while using commit and rollback with mysql and vb.net . I am getting following error at the time of calling " cmd.executeNonQuery" "Execute requires...
I have two related tables  InvoiceHeader and InvoiceDetail. They are related as a one to many with Constraints on and Cascades on. I am using the TableAdapterManager UpdateAll method. Th...
To change IP mode from static to dynamic with netsh you need to have the name of the network interface. ("Local Area Connection") So is there a way to get the active interface name.  
How do you go about saving a bitmap object to a jpeg file.  I have a web service that communicates with a flash app.  THe flash app sends this giant pixle string with hex value for each pixle ...
We are running .net 2.0 on a windows server 2003 environment and receiving the noted error message.  Does anyone know what could be causing this issue?
Hi there, What is a quick, sure fire way to see what .net frameworks are installed on a PC. I have 50 pc's on a network to check and complete this evening. Running Windows update takes ...
It will download but not install. I have 1.1 frameworks, 1.1 hotfix and 2.2 service pack1 listed on add remove programs. I do not get any error message other than a setup error. Thanks
Hi, I have a page that displays one record from a database table using a datalist. One of the fields contains an image url. My problem is that I cannot get it to display the actual image. I ha...
Hi Guys, I have a problem in coping existing file from a UNC path \\server1\shareddirectory\xxx.jpg to a other path on the same server \\server1\shareddirectory2\xxx.jpg with Visual studio 20...
I have a C# file that has the following in its list of 'using' statements: using System.Data; using Microsoft.Office.Interop.Excel; Building it gives me an ambiguous reference to type Dat...
Hi guys I wonder how My.settings work, if a user has made alot of settings for his application and I Install a new version what happands with the settings hon taht computer I want to kee...
I am getting this error when I try to compile an asp.net app (studio 2008) on vista.  The app is file based and does not use iis but used asp.net development server. How can I troubleshoot th...
Hello, I need to copy every row in 1 dataset to a second dataset. The below code segment is pretty much what I need to do private DataSet  dsGroup(DataSet SourceDS)             DataSet ...
I have a textbox for which I allow only integers. How can I define a regularexpressionvalidator for this requirement. Please help. Thanks in advance.
I have a base class called MeetingBase that is declared like this: Public MustInherit Class MeetingBase(Of T As MeetingBase(Of T)) I have a derived class that is declared like this:     P...
Hello, My situation. I am using HTML-PDF dll to create dynamic pdfs. The HTML called by the pdf converter is protected with authorisation so only logged in users can view  PDF's (eg invoice...
Hi I need some help to read a string from a Resources file that exists in another dll file 1: I have Main.exe 2: I have SystemConstants.dll 3: I need to Read the String CompanyName from t...