default values for deployment projects
Mon, 7 Jul 2008 11:04:50 -0700
When I configure a deployment project for my solutions I set the
BannerBitmap, the companyname and a few other properties. Is there a way I
can set the default values for these properties in all subsequent deployment
projects so I don't have to re-enter them everytime?
--
mark b ...
|
how to read the value of "Maximum password age" of a local securit
Mon, 7 Jul 2008 09:15:03 -0700
I have an Adam (active directory application mode) instance on windows server
2003, and the server does not belong to a domain, i mean it is a standalone
server.
So in this context the policies for passwords are administered by using
"Local Security Settings" console and inside it with "Account
Policies\Pas ...
|
Populating a DataGridView using Linq
Mon, 7 Jul 2008 11:06:20 -0500
Is there a good tutorial out there to learn how to populate a DataGridView
using Linq?
Any help is greatly appreciated.
...
|
Multiple versions of Office
Mon, 7 Jul 2008 07:05:06 -0700
I'm developing an application on my system that needs to support Office 11.
My development machine has Office 12 and Visual Studio 2008.
Obviously, the Office 11 API is unavailable.
How can I get it? Can I download just the files needed to compile my
project? Or do I need to install Office 11?
Or even ...
|
Team build overriding ClickOnce configuration
Mon, 7 Jul 2008 05:09:08 -0700
I'm trying to get a Team Build to change the specific ClickOnce
configuration. I want to build a test version of my application that doesn't
try and update from its web deployment location.
I thought I could do this by setting <UpdateEnabled>False</UpdateEnabled> in
my build configuration file - I've had a ...
|
VS projects
Fri, 4 Jul 2008 09:15:49 +1000
Hi,
Is there a way to load visual studio projects into the current instance of
visual studio?
Thanks in advance.
...
|
Visual Studio.NET Editions
Thu, 3 Jul 2008 10:34:00 -0700
I am interested in using the Visual Studio 2005 or 2008 Team Suite Database
Edition, as a single user. I've been using VS.Net 2005 Professional. I looked
at some of the options available in the Database version and would like to
have access to them and see what they are all about.
My question is, is it nec ...
|
|
|
Printing from ASP.NET application
Tue, 1 Jul 2008 14:50:01 -0700
I've been looking at the printing options in an ASP.NET application for a way
to print a report to a specific printer.
I see an option in Crystal Reports to use a PrintToPrinter command but I
don't really want to use Crystal Reports, I'd rather use the RDCL or SQL
Server Reporting Services.
In essence, e ...
|
ConfigurationManager.ConnectionStrings drivin' me crazy
Tue, 1 Jul 2008 13:07:31 -0700 (PDT)
My solution has 2 projects: and winform app and a class library. In
the class library project I have an app.config file with the following
xml (VS2005):
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<connectionStrings>
<add name="BKT_IMG_ConnectionString"
connectionString="Data Sou ...
|
Classic ASP: Using Enter Key to Click Button
Tue, 1 Jul 2008 12:34:00 -0700
First, I realize this is a .Net forum, but didn't see a good forum, with
decent traffic, for classic ASP questions, so bear with me :-)
I have a classic ASP page. I cannot convert to .Net at this time.
I created a simple form with one text box for a passsword and one input
button control. That's it.
...
|