Multi-lingual deployment project
Thu, 5 Jun 2008 19:52:00 -0700
Hi all,
I'm using VB 2005 and need to deploy applications to clients in different
regions. In order to show different language during setup, I need to create
seveal deployment projects and config the value for "localization" (e.g.
English, Chinese, etc.). It works fine except I need to create one for each ...
|
? New Projects Are Empty (No Files Generated)
Thu, 5 Jun 2008 17:52:02 -0400
Hi,
Yesterday the New Project Wizard in Visual Studio 2003 stopped working. It was
working as recently as last night at 9:33pm (the timestamp of the last project I
successfully created).
Not too long after that, newly created projects are empty. That is, no matter
what kind of project I make (I tried differ ...
|
Weird error in VS2005 - Microsoft.VSDesigner Error Code -1
Thu, 5 Jun 2008 09:30:20 -0700 (PDT)
I'm getting a weird error when trying to modify some tables in a
DataSet in Visual Studio 2005 (Professional Edition, though it is the
90-day trial version)
I've had the web site under development for about 2 months. It uses
MySQL as the data provider, with MySQL.Data.dll Connector (Version
5.2.1). There ar ...
|
ASP.NET choose website project or web application project
Thu, 5 Jun 2008 09:16:01 -0400
Good morning!
I am about to start a major upgrade of our existing ASP.NET (C#) code base,
and I want to be sure I understand the pros and cons of using a website vs a
web application project.
The code will be used for several websites, for different clients. About
90% - 95% of the code will be shared by all ...
|
how to import directory hierarchy into VS2008
Wed, 4 Jun 2008 11:20:00 -0700
i have a hierarchy of 40 directories with 1000 html and img files. i would
like to use vs2008 to edit them ... but i can't figure out how to create a
project and get all the files visible in their original hierarchy.
i tried dragging the top directory into the project (as link), and vs
flattened the list of ...
|
error with release build
Wed, 4 Jun 2008 10:50:23 -0700
I have a visual studio 2008 asp.net project that compiles fine in debug
build. However, when I switch to release build I get this error:
"Unable to load one or more of the requested types. Retrieve the
LoaderExceptions property for more information."
I see some references to this error but they don't seem ...
|
Can't change column in Dataset with data in it but there is no dat
Wed, 4 Jun 2008 07:24:00 -0700
Hello,
I am using VS 2005 Professional Edition and I want to modify a dataset (.xsd
file) in the VS IDE. I have done this often and was thoroughly puzzled when
I was informed I could not change the dataset's column type because there was
data in the dataset!
This is in the designer. Nothing is runnin ...
|
|
|
filter an array for duplicates
Wed, 4 Jun 2008 04:20:00 -0700
I want to filter for duplicate values and remove them to produce a final
arraylist to display in a datagridview. The code below displays everything
though. I iterate twice thru arraylist arlData.
eg:
foreach (Items item in arlData)
{
if (arlResults.Count == 0)
{
arlResults.Add(new Items(i ...
|
Have to include innecessary static libraries
Mon, 2 Jun 2008 20:25:01 -0700
Hi,
We have a static library of common code. Some of these functions rely on
other libraries e.g. snmpapi.lib, wldap32.lib.
Every project that uses this common library has to include all the static
libraries in the project settings in Linker->Input->Addition Dependencies
regardless of whether they are u ...
|
creating a new folder under a solution
Mon, 2 Jun 2008 06:48:32 -0700 (PDT)
Hi All
I have a solutin with 4 projects. When I re organize directiroy
structure from the .NET development environment , changes I made don't
effect the original directory structure in harddisk.
Let me explain clearly ,
Say that there is a solutin
my_solution
-proj1
- source files
-header files
T ...
|