Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top .NET Framework 3.x Solutions: 76 - 100 of 107
 
Scenario: Server 1:   Contains Exe1.exe ( All it does is move files and launch any exe, uses scripting. Its more like a FileMover engine)   Receives many files from FTP which need to be...
I have a server running out of disk space on the OS/boot C drive. Can I uninstall the older versions of .NET framework? These are the versions listed in add/remove programs: Microsoft .NET Fr...
I am trying to open and excel spreadsheet and read the data, i have some VB.net code that works but am working with C# - here is the code, can anyone help to get this to working in C#.
Is there no way to Hide or Disable a Tabcontrol Page? I tried Tabcontrol.TabPage(n).Hide as well as .Enabled=Flase and neither does anything (I'm using vb 2008 / .net 3.5)
Dear Experts, Continuing from here: http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24795491.html I have tried to compile the current code, and have rece...
Suppose I have a string: "%ProgramFile%\SomeProgram\Somefile.txt" I've tried passing this to My.Computer.Network.DownloadFile for an output path, but it doesn't resolve the %ProgramFiles...
I need to write a very scalable website for a high volume, low margin business: the restaurant business. And before I do, I need to consider leaving the .NET Framework in search of lower hosti...
I am trying to setup a new Data Access layer for a new application that will utilize WPF and the .NET 3.5 framework.  What is the best practice way to create a connection to SQL Server, retrie...
I am reading a lot of documentation from Microsoft and the 3.5 framework and hear a lot about managed code.  What is the definition of managed code?  I am thinking it is code that is produced ...
As of Nov 12, 2009 what is the newest released (not beta) version of asp.net framework for Windows 7? sp1, sp2, sp3 etc... I do recall hearing somethign about a sp2 release but could find a...
Hi, I'm trying to install .net framework for sql2008 installation, but it failed with following error, anyone know how to fix this or can we skip .net installation when installing sql2008 ...
I have draw a <div> layer which have the following <input> types:  -  one select. (id= drpEventCat)  - three inputs (id= txtEvent, txtStart, txtEnd)  - two buttons (id= btnInsert, btnClose)...
I am trying to update information in the database on Button Click() event via a stored proc which is being passed over 40 parameters thru' a generic list. During debugging, the code stops a...
I have a long running process (like 5 minutes or so) which is invoked by a button click. Without using ajax is it possible to output a message when the button is click to indicate to the us...
Hi, My application does a lot of calls to a System.Drawing.Graphics-object's DrawXXX-methods (DrawRectangle, DrawLine...). Sometimes it must re-draw all objects a few times in a single sec...
I want to have a chain of cross-page postback sequence where I double click a row in a listing page and cross-page postback to the edit page, then click Save or Cancel in the edit page and cro...
I'm starting a program through System.Diagnostic.Process in .net 3.5 and it mostly works fine. but sometimes, depending on the arguments sent, the third party program hangs. It throws a "so...
I have constructed a little programme in VS 2008 .NET Framework 3.5 using ASP.NET as well as C#. Our IIS server which will host this is version 6, this only uses .NET Framewrok 2.0. I need to ...
I'm trying to install my HP scanner G4010 and keep getting an error 1606 and error 1603 "Could not access network location" I"ve tried all of the suggested solutions except one: I had a pers...
Are XAML, WPF, WWF, WCF and declarative programming new technologies and work together in .NET 3.0/3.5/4.0? Please elaborate. Thanks.
I have an application that I allow multiple instances of.  Each instance will have open a different document.  I have figured out how to keep each instance unique with regards to what document...
Dear Experts, Continuing from here: http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_24804061.html I've tried running this program and the results were un...
I am developing a Windows Forms desktop app using .NET 3.5, and on most forms I have an area where I display confirmation, information, status or error messages. To this point I have been usi...
Hi X-perts, I am getting problems with building an installation VB.NET package with InstallShield. IN brief: 1) The project includes a simple .exe application with a reference to another...
Context is not a member of 'ASP.pagename_aspx' has suddenly started appearing as an error in an ASPX page. In the related code behind page the following errors have appeared Base class '...