Visual Studio.Net 2008 and Windows Vista Enterprise (Save Problems
Thu, 17 Jul 2008 14:51:03 -0700
I just recently moved over the using Microsoft Windows Vista - Enterprise
Edition and Microsoft Visual Studio.Net 2008 Edition.
I don't know if my questions is a Windows question or a Visual Studio.Net
2008 question or issue. So, if I've posted in the wrong group, my aplogies.
I have a web-site's source ...
|
Visual Studio "New Project" or "New Website"
Thu, 17 Jul 2008 12:10:04 -0700 (PDT)
All,
I'm finally getting around to learning ASP.net in VS... I've developed
a few Win forms in the past and am fairly fluent in classic ASP but
I'm a little confused about which is preferable and the reasoning
behind choosing either "New Project" or "New Website" when creating a
new site. Are there limitations ...
|
Move solution between Team Foundation Servers
Thu, 17 Jul 2008 11:11:06 -0700
Hello,
I currently have Team Foundation Server Workgroup Edition running on a
(test) server, and would like to move two Visual Studio Solutions to a new
server that also has Team Foundation Server Workgroup Edition installed
(production). Is there any way to do this without having to go through the
รข??How ...
|
vcbuild vs. Visual Studio
Thu, 17 Jul 2008 09:00:09 -0700 (PDT)
Hi all,
first off, apologies if this is not the right group for my query.
(Maybe someone can direct me to the proper group.)
I have a very puzzling problem with a large project I am building. The
project builds fine in Visual Studio (8 and 9), but when I use vcbuild
at the command line, the linker complains ...
|
datatype "any"
Thu, 17 Jul 2008 01:25:00 -0700
hello,
I have a project in vb6, in this project I have a class, and in this class I
have a declaration like this:
Private Declare Function SendMessage Lib "User" (ByVal hWnd As Integer,
ByVal wMsg As Integer, ByVal wParam As Integer, lParam As Any) As Long
I want the same project in vb.net 2005. the problem ...
|
array of controls
Thu, 17 Jul 2008 01:17:01 -0700
hello,
I have a project in vb.net 2005. in this project I want an array of
controls, for example, an array of text box. in vb6 when you put a text box
on a form, then copy and paste it on the same form, a message appeared that
ask you "do you want to create array of that text box?" and they would have
indexes o ...
|
Where are my published files saved?
Wed, 16 Jul 2008 09:43:27 -0700 (PDT)
I am using Visual Studio 2008 Express C# and clicking Publish under
build gives me the setup file, etc. I run it. I get a start folder
and icon that I can click and run the program with.
But, I do not know how it is working. If I go the folder where it
created files, there is no application that I can click ...
|
|
|
#import directive not working in VS8 after installing VS9
Wed, 16 Jul 2008 08:59:03 -0700
After installing VS9 (VS 2008) on the same machine as I have VS8 (VS 2005)
installed on, all of my projects in VS8 that use the #import directive are
failing.
I am getting:
fatal error C1083: Cannot open type library file: 'c:\program
files\microsoft visual studio 8\common7\ide\[my file here].exe': Error
...
|
Excel grid in the Web with edit functionality
Wed, 16 Jul 2008 00:03:41 -0700
We need to bring the Excel grid in the Web with edit functionality (something
similar to Office Web Component 11.0) and it needs to be compatible with
Office 2007 format (xlsx).
Softwares Present
1. .NET 3.5
2. WSS 3.0
3. SQL Server 2005
4. Office 2007
Any ideas or solution is welcome.
Than ...
|
How do I reference a COM component in Visual Studio 2005 under Vis
Tue, 15 Jul 2008 18:49:21 -0700
Hello all,
I am developing a .NET application in VS 2005. This application will be
controlling a desktop application (packaged software product) that was
developed using COM components.
The application being controlled exposes the necessary classes, methods and
properties to allow the application to be c ...
|