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 Visual Studio 2008 Solutions: 276 - 300 of 354
 
Is there any simple solutionfor creating XML shema from existing XML file? Thanks.
Anybody knows how to create array of controls on Windows (Web) form in design time? Thanks.
In .NET 3.5, C#, if I have a static partial class defined defined in namespace nameA, how can I add a new method to this partial if I'm then in namespace nameB? namespace nameA{ public st...
Hi all, My website has suddenly stopped working this morning, when I go to build it the build fails with 0 errors, which obviously doesn't help with debugging. Is there anyway to tell what,...
How can I change the port my ASP solution is running in my machine. I'm in my work network and when I run the debug it just stops, and doesn't show any sign of the web browser. After I try to ...
I am almost ready to install .NET 3.5 and Visual Studio 2008 Express edition.  Is this all I will need to run LINQ?  Or is there more? newbieweb
Hi! Have made a application in visual studio 2008. And have made a publish for this app. But have tryed to install this app on a client PC. But always give me errors.... ? How can i...
I was messing around with some thing on my PC and now have an "The application cannot start" error message when opening the Visual Studio 2008 and 2005 ide on Vista, but only when I use the "R...
while compiling on VC 2008 on Vista I get the error: 2>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : error C3163: '_vsnprintf': attributes inconsistent with previou...
Working in Visual Studio Pro 2008, I have a form with several TextBoxes and ComboBoxes used for entering data into a SQL Server 2005 database.  I have created the update statement in code and ...
Hi! In my application i need a Label link, that user can click. When user click this, its start the default web browser. And start the given webpage. Example: Want the link to call webpa...
Every time I "copy" my files to the remote server I have to enter my ftp password. How can I make VS remember it as in Dreamweaver where all remote server connection information is stored t...
Hi How do you manually set the Task Scheduler in Windows Vista to call a procedure in a VB.net project at a certain time in the day
Experts, I'm trying to call one WIndows Form from another.  Coming from a VB background, I'm expecting something like NextForm.show.  However, I can't even see the form I'm trying to call. ...
Hi Experts, I've been using OPOS .dll files to communicate with Receipt Printer for over few years without problem when using Visual Studio 2005. However, I recently upgrade the IDE to Visu...
Hello, I have a webpage in asp.net that contains some data, how it is possible that on each update on the database (DB2/400) my GridView control content updated automatically without refreshi...
Hi, I have a Point Of Sales (POS) using VB 2005. My question are: 1. Suitable. 2. Possible. 3. Good. 4. Difficult. To convert it to ASP NET 3.5 using VB2008? Thank you.
I've got a working VS2008 C# Web App on a WIndows 2003 IIS Server, working fine. I need to put on a Windows XP Pro (SP3) laptop for a demo which has no internet. I've copied the published dire...
Hello I am using Visual studio 2008 ASP.net 3.5 i am looking for a solution to add debug messages in code which I want to handle during compilation time i.e If I compile in release ( c...
Hello all: Hopefully someone can shed some light on this one.  I have been working on a new release of one our websites which uses ASP.Net.  I upgraded the project a few weeks back from VS2...
When i open VS 2008 or 2005 on my machine i got the following error as in attached image, and the server explores is not opening :( any one have a way to solve?
Hi! I need a really good program that can generate code (VB.Net )from UML designs Any tips?  
Hi,   I have a dataset as DataSet ds = new DataSet("First");      I create a DataTable as DataTable dt = new DataTable("Second"); I add columns Key and Value to this datatable and loop through ...
I have a quite a large visual studios project and it's now taking around 5-10 minutes to build. I ran Task manager to see how much CPU power it's using and the dev environment process only ...
Hi I have a ListView where more than one line is selected. What code do I use to select one of these lines Thanks