web deployment project reference - vs2008
Tue, 4 Mar 2008 23:36:03 -0600
Hi all,
I have a solution in VS2008 with the following projects:-
Website1
WebDeployment1
Website2
WebDeployment1 is a web deployment project for website1. I want to add a
project reference to WebDeployment1 in Website2, but for some reason
WebDeployment1 does not show up in the Add Project Reference ...
|
Empty project
Tue, 4 Mar 2008 09:56:27 -0500
Can I and should I start with an empty Vista project when building a C++
application?
As soon as I press "Build" I get this:
Error 1 Program 'C:\Users\Ray\Documents\Visual Studio
2008\Projects\RubikE\RubikE\obj\Debug\RubikE.exe' does not contain a static
'Main' method suitable for an entry point RubikE
...
|
visual studio crashes
Fri, 29 Feb 2008 06:04:00 -0800
Hi All,
My Visual studio 6 crashes all the time (10 times a day)
It happends while I run my application in debug mode.
I'm using Visual studio 6.0 sp3 - and I can not upgrade it.
I use a fully updated XP pro.
HELP!!!
Can anyone give me even a temporary solution? again - I can not upgrade to
sp6 and not ...
|
Database access from a VB project
Thu, 28 Feb 2008 14:44:22 +0100
Hello everybody.
I'm learning to create projects in VB.NET with VisualStudio.NET 2008 Express
Edition.
I would like to access to a database from my project.
I have a SQLServer 2005 Express Edition installed on my PC and I have
created a "test" database with some tables.
In VStudio.NET, I would like to cr ...
|
Deployment using group policy and connection string setting
Wed, 27 Feb 2008 17:32:47 +0100
Hi,
I need to prepare my application for my customer to be able to deploy it
using group policy. This is not the problem since I will build *.msi package
using my deployment project. The problem is setting connection string in
app.config file - this should be possible to be set by customer so I do not
kno ...
|
vs 2008 - web deployment projects
Tue, 26 Feb 2008 13:26:14 -0600
Hi All,
I had a solution in VS2005 that contained a website and a web deployment
project that compiled the website into 1 dll. I tried then upgraded the
website to VS2008 and added a Web Deployment project using the new 2008
add-in but for some reason it refuses to compile as a dll. Any ideas? The
setting ...
|
vs2005 Special deployment requirement
Tue, 26 Feb 2008 09:38:00 -0800
Hello,
I have a .net application written in c# using visual studio 2005 and when
the installer is run I would like to have it test the users system to see it
they are running XP or Vista. Then I need to copy a specific driver file on
the file system depending if it is Vista or XP. I have added a deployment
...
|
|
|
to read the product id
Tue, 26 Feb 2008 02:14:03 -0800 (PST)
i want to write a program to read the product id of the operating
system i work on it. It could be vista or xp. However i do not know
what instruction i use. i use c# or visual c++ in vstudio 2005. any
help will be appreciated.
thanks ...
|
vb.net app and w2003 colors
Mon, 25 Feb 2008 17:56:00 -0800
I have a VB.net application (VS 2005) developed under Windows XP. On the
project properties tab, I have the option "Enable XP visual styles" checked.
When I deploy my app to another XP platform, the forms look as designed...
but when I deploy to a Windows 2003 server platform the background color of
the comma ...
|
console app stdout redirection doesn't work under VS2008 debugger
Mon, 25 Feb 2008 10:15:06 -0500
Hi,
It looks like the redirection of stdin/stdout/stderr under VS 2008 Local
Windows Debugger does not work for native code.
I have just installed VS 2008 Pro under WinXP, created Win32 MFC console
application with default settings, added to its code a single line
cout << "Hello World" << endl;
After tha ...
|