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 ...
|
First time Visual C++ 2005 Express Edition help!
Sun, 1 Jun 2008 13:56:00 -0700
I've programmed in C++ before and I know windows.h is a library, so why
doesn't it work? I am just started learning how to use Visual C++ 2005
Express Edition from the book "Beginning Game Programming - Second Edition."
I tried the first example in the book, but Visual C++ won't allow me to build
because a ...
|
Developing recommendations
Fri, 30 May 2008 07:35:00 -0700
Hello,
I would like to have recommendations for the following.
I am going to develop a server application in VS.NET C# for sending SMS
messages thru SMPP connections.
I have three SMPP connections and they are always connected to the SMPP
server so they will be in a Windows Service.
The SQL Server will ...
|
VS 2008, setup project - update a windows service
Fri, 30 May 2008 00:41:06 -0700 (PDT)
Hi,
I'm developing an application that consists of a windows service
application (let's call it serviceApp.exe), and two other regular
applications (lets call them configApp.exe and monitorApp.exe). The
monitorApp.exe is a 'difficult-to-close' application with a trayIcon
and it is designed to stay up all the ...
|
|
|
Solution
Wed, 28 May 2008 23:40:51 -0700
HERE is the REAL answer!
http://technorati.com/posts/Yadz3Mj1pxHPSJLlnUs1tL1sIwU5jXa5rNBbIAnYdvs%3D
You need to:
Unbind the solutions/projectsfrom TFS
Open the SLN file in notepad.
ELIMINATE ALL the "GlobalSection(TeamFoundationVersionControl) = preSolution" sections...I had 3.
Rebind the solution/all ...
|
TerminalServerSession returns true when RDP to XP with /console
switch
Wed, 28 May 2008 12:02:48 -0700 (PDT)
Context = vb.net 2005, .net framework 2.0
On Windows XP,
System.Windows.Forms.SystemInformation.TerminalServerSession is
returning True when connected to Windows XP via remote desktop using
the /console switch.
I confirmed in Task Manager (users tab) that the session shows as "RDP-
Tcp#blah" rather than co ...
|
Version, Publish and Build numbers
Tue, 27 May 2008 12:18:46 -0700
How can I get the Build and Publish numbers at runtime? I can get the version
number (My.Application.Info.Version), including Major/Minor revisions. I'm
using VS 2008
--
Michael ...
|