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: 201 - 225 of 354
 
hi all, I have an sql script that checks if a database exists in SQL Server, and adds it to the sql server if it doesn't exist(it works when i use it within sql server). The question is I nee...
I am using Visual Studio 2008 to create a simple application.  VB, Windows Forms.  I have created a form that holds orders, and have created a Crystal report to print the order.  I only want t...
I am developing an application in VB/VS2008 and am using Crystal Reports and the CR Report Viewer.  I am able to use the viewer on a form, and can pass parameters and get the report to load.  ...
HI Experts We have a .NET application (VS 2008) that uses the Factory and Command Patterns to generate & invoke commands. Commands are logged, may have or not have timer support and are cla...
I converted a web site from VS 2005 to VS 2008 and when I run code analysis I get a bunch of warnings about code that is generated by by Data Sets (xsd files). I know there's a Suppress res...
I have a solution with multiple Web Application Projects (not website projects).  One of these contains a MasterPage that I would like to use throughout my solution.   VS2005 allowed me to ...
Hi, I have installed the visual studi.net and I have noticed that sqldataadapter and sqlcommand are not active when creating ASP.Net projects but only when creating windows applications. ...
i installed this program and it worked fine. i then had to uninstall it due to a problem now i am totally unable to reinstall. i get the error message " setup encountered a problem while tryin...
Two days ago I started to upgrade VS 2008 (and .Net Framework 3.5) to SP1. I returned two days later and it's still trying to install the SP1 to .Net Framework 3.5. I pressed "Cancel" about ab...
I'm trying to configure a solution where code is shared between a conventional .net Web Services project and a Flash remoting project. The external interfaces will be different but the access ...
I have been using Microsoft Visual Studio 2008 Pro on several computers for a couple months.  I have no problems with it except on my AMD workstation.  On all Intel Windows XP Pro 32-bit syste...
Hello, I have a listView with a select button, when I click on the select button the SelectedIndexChanged fires up but when I do ; Dim i as integer i = lvOffers.selectedIndex it always ...
I want to take Query string parameters sent from another asp.net page and use them to do a sql query. I am getting in where clause variable is being used before assigned. The previous if state...
I want to rewrite an access program that takes data out of a database and through cvs files and mailmerge populates word templates.  All users will have word 2007 on their desktops and i was j...
Hi I am testing deployment of a managed Excel VSTO 2008  project. I used the publish wizard to publish it to a folder on my computer.  I know that I have to then prepare the other computer th...
I am very new to Visual Studio and I am learning on the fly.  I have created a simple web application that has a GridView in the 'Content' portion of my web application (using DIV commands and...
Hi all, I've recently re-installed my system and installed Visual Studio 2008. I am using the in-built IIS for debugging and I have removed the IPv6 (::1) entry from my hosts file and I am ...
I have this sample code I am trying to use to build a database where I can upload .pdf files.  I want to change this code so that it will work with my ASPNETDB but I can't figure it out.  I be...
Hi, I really hope this is a simple question. I am working on ASP Web projects, but Visual Studio creates a solution file in a separate directory than the actual files (.ASPX files and so on...
The Report Footer section content is getting overlapped with Report details section.The Report is working fine the report footer content comes in the last page but the report details grid seem...
Hi. I need to set the task sceduler from VB.net. I have looked at the link below, but don't know where to start. They mention creating a console application. Do I just add a standard module ...
It it possible to share code across solutions?  Like if I create a library that will be used by multiple solutions? My ideal situation is to put all common code in a "common" directory and ...
Sorry about the cryptic title. I want to use Profile properties in a new web applicaiton. I have it up and running without any significant trouble. However, I have two instances of SQL Server ...
I am developing a C# Windows Application with Visual Studio 2008. I have read about DataSets and the Datagrid control - they seem to be the way to edit database records. Say I have table...
I have a treeview that contains many UIElements.  Some of the UIElements have event handlers to detect if parts of them are double clicked, which in turn open a Windows via the .Show() method....