System.Runtime.InteropServices.ComException
Mon, 29 Sep 2008 17:40:24 -0500
Current, I try to create Window application wrttin in vb.net using vstudio
2005.
When I open the form and do right click then it shows errror message like
below
System.Runtime.InteropServices.COMException (0X80004005): Error HRESULT
E_FAIL has been returned from a call to a COM component. at
System.Runti ...
|
Web developement in Visual Studio
Mon, 29 Sep 2008 13:14:57 -0600
Visual Studio 2008, Vista
I'm trying to add a new web site project. When I set the location to
localhost, or any IIS location, an error occurs:
"Unable to create the Web site 'http://localhost/webSite'. An error occurred
accesing your Windows Sharepoint Services site files.'
I do not have Sharepoint on ...
|
advanced searching
Mon, 29 Sep 2008 12:14:09 -0700 (PDT)
Hi,
Does visual studio have the capacity to search for multiple words
within one line of code? Say for instance I wanted to find a line of
code that contains "int" and "-1". An example would be private int x =
-1;
Also, when searching for a word like "provider" the search engine
finds both source code and ...
|
Move a website project to another folder
Mon, 29 Sep 2008 06:19:03 -0700 (PDT)
Hi all!
I'm (almost) newbie on Visual Studio.
I've a solution created on VS2005 with some Windows Application
projects and a Web Site. (Now, this solution was converted to VS2008)
All Windows Application projects are in ...\Visual Studio 2005\Projects
\ folder, and the Web Site is in ...\Visual Studio 2005\WebS ...
|
Visual Studio 2005 screen refresh problem
Sun, 28 Sep 2008 17:34:15 -0700 (PDT)
Hi all,
I am facing a strange behavior with my recently installed VS 2005.
When I start writing code, the cursor moves along with my writing but
no text appears! The code I have typed will only show up if I click
the save button or, alternatively, if I scroll down the code and
scroll up again.
The curious ...
|
VS2008 crashing when opening projects.
Sat, 27 Sep 2008 21:12:14 -0400
Hello! Here's my situation.
I'm using Visual Studio 2008, SP1. Recently (but I'm not sure just when)
it has started to "crash" whenever I try to open a project file. There
is no message or indication of an error; the main window simply closes.
This occurs if I double click on a *.sln file in Explorer. If I sta ...
|
Move a Web Site project to another folder
Fri, 26 Sep 2008 20:02:01 -0700
Hi all!
I'm (almost) newbie on Visual Studio.
I've a solution created on VS2005 with some Windows Application projects and
a Web Site. (Now, this solution was converted to VS2008)
All Windows Application projects are in ...\Visual Studio 2005\Projects\
folder, and the Web Site is in ...\Visual Studio 2005\Web ...
|
|
|
Migration to VS2008 problem
Wed, 24 Sep 2008 22:04:01 -0700
I've just migrated from VS2003 to VS2008. Using C/C++ environment.
On any source text tab, there are two drop-downs. The left shows the scope
and the right shows the functions in the scope.
This worked fine for me in VS2003 but exactly the same cpp files in VS2008
show "unknown scope" to the left and no ...
|
VC80 Redistributable Missing
Wed, 24 Sep 2008 20:16:13 -0700
I have a vendor application whose installer starts a process that is leaving
the following eventviewer messages:
SideBySide EventID 32:
Dependent Assembly Microsoft.VC80.MFC could not be found and Last Error was
The referenced assembly is not installed on your system.
SideBySide EventID 59:
Resolve Parti ...
|
VS (SSMS) integration with VSS
Wed, 24 Sep 2008 09:51:02 -0700
I'm using Management Studio for SQL Server 2008 (but I believe the same
occurs in SSMS 2005). When I create a solution and one or more projects in
SSMS, and integrate with VSS, 2 nested projects are created in VSS for each
solution and project. For instance, in SSMS I have a solution named
ETLStaging, and tw ...
|