Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum

Tip: Looking for answers? Try searching our database.

Visual Studio.NET

Recently updated threads


Thread preview

General (view all ...)Last Post  Replies
Very Huge collection of Solutions Manuals & Test Banks08 Sep 2010 17:45 GMT-
We have the following solutions manuals & test banks.
You can contact us at : student.gate((at)gmail(dot)com
Or visit our website for more information : http://student-gate.com 
===================================================================
Custom Menu30 Aug 2010 15:29 GMT-
Setting up VS 2005, I have put a custom menu on the editor menu bar, but cannot
get any commands to stick to it when I drag them ? This one seems to have me
stumped ? The commands just jump to the side of menu and become a toolbar
on the menu bar.
outlining off ?30 Aug 2010 15:26 GMT1
I just started using VS 2005 Pro(VS8).  (used to use VS6)
My question is how can turn off Outlining for good. I chose
Stop Outlining, but every time I add a new declaration it comes back?
Equations in Excel 201020 Aug 2010 18:17 GMT-
I have a workbook with sheets named 'January data', 'February data', etc. From another workbook I want to access data from these sheets based on the current month.  I've tried an equation:
='TEXT(TODAY(),"mmmm")& Data'!D1  
and I get the result #REF
I've also tried creating the ...

VS Tools for Office (view all ...)Last Post  Replies
Create Word Document from ASP.NET03 Aug 2010 09:12 GMT2
From ASP.NET, I would like to create a new word document.  Once created, this document can be saved on the server.  
Using Windows forms, my tests were successful.  But, my ASP.NET attempts are failing with System.UnauthorizedAccessException and NullReference exceptions.  
To try ...
Word 2007 Custom Taskpane unavailable after loading a document27 Jul 2010 16:17 GMT3
I'm working in word 2007.
I created a new tab and an new ribbon. A button in the ribbon makes a call
to open a custom task pane which I initialize as a property of ThisAddIn
class. In the  class like so.
How to format (html) appointment body? Outlook VSTO03 May 2010 18:54 GMT4
I am trying to create a formatted appointment body but the only method
I can see in the appointmentItem is body. This method only writes the
plain text not the formatted html body.
what i simply like to do is
Where to put help in VSTO addins27 Apr 2010 09:51 GMT1
I have developed a VSTO 2010 addin for Visio 2010, and I have added a new
group on an existing built-in tab.
I would like to provide access to custom help, but don't want to waste space
on the ribbon.  Can I hook into the little help button at the top right of

Debugging (view all ...)Last Post  Replies
DebugBreak in mixed mode applications08 Sep 2010 13:43 GMT-
Take the following small source:
#include <windows.h>
void main()
{
VS 2003 debugging web app problem03 Sep 2010 16:39 GMT-
When I try to run the debugger, I get a popup that says:
Unable to find project on the web server.  Unable to set server into correct
debugging state automatically.  You may not be able to debug ASP pages.  Do
you want to continue launching the debugger?
Managed code not available in debugger attach process when VS200514 Aug 2010 07:06 GMT9
I want to debug a service written in c# VS2005.
I know I have to install the service then start it then attach the debugger
to the running process.
Unfortunately when searching for the process I notice that the only
How to break into function called from command window12 Aug 2010 19:29 GMT-
Is there a way to stop on break point while calling function from the
command window. I observed that when calling function from the command
window all breakpoints are just ignored.

Enterprise Tools (view all ...)Last Post  Replies
Adding Links to WorkItems using WorkItems.xml13 May 2010 04:59 GMT10
I've created a customised Team Process Template, which includes a load of
"Default Work Items", created in the <taskXml>\<WORKITEMS> section of the
WorkItems.xml document.
I can do most of the things I need, but was wondering if it's possible to
Access.en-us/AccLR.cab14 Dec 2009 17:44 GMT14
I have a legitimate copy of Enterprise 2007. When I try to install it can't
find Access.en-us/AccLR.cab. I'm guessing that if I find that cab it will
need others. The DVD has those files but can't locate them. Any ideas? I
really don't want to go thru torrent or a site like that ...
Reporting Problems After Upgrading to TFS 200816 Nov 2009 14:48 GMT5
We are having some weird problems with our live TFS installation at the
moment. We originally installed TFS 2005 on the server box, but about two
weeks ago we upgraded this to TFS 2008 using the TFS upgrade wizard.
Before the upgrade, the TFS reports were all working correctly. We ...
VS for Database Pros (GDR R2) Removes Sproc Comments30 Sep 2009 00:55 GMT1
I have been working with my team to implement Data Dude GDR R2 for managing
ALL of the databases for our applications.  So far I am very pleased by what
we can do with the tool with a single exception.  I want to have a header
with comments as part of every stored procedure so we ...

Extensibility (view all ...)Last Post  Replies
intellisense in VS2010 with custom project07 Sep 2010 10:26 GMT1
we have our own project type that encapsulates a C/C++ project. In Vs2010,
intellisense no longer works with our project type (it worked fine in VS2003,
VS2005, VS2008 with the same binary). Anybody have an idea what causes this?
Thanks, Jan
VS2008 macros have stopped working05 Sep 2010 17:41 GMT13
My VS2008 macros have stopped working. The macros are not showing up as
having any error in the macro IDE. Even recorded macros are not working.
When I try and run them the VS .net macro icon appears very briefly in the
system tray and then goes away again.
Libraries for parsing Solution/Project files04 Sep 2010 08:48 GMT-
Does Visual provide libraries to allow parsing Solution and Project
files for programs which are neither add-ins for Visual nor macros?
   Adam Badura
excel20 Aug 2010 20:40 GMT-
is there a way to import data from an Excel workbook to VS2008?

IDE (view all ...)Last Post  Replies
Referencing DTE?23 Aug 2010 00:18 GMT-
In Visual Studio 2008, I am referencing a DTE by finding a running object
with the appropriate ProgID.  But if more than one session of Visual Studio
is running, the referenced DTE might be the wrong one!  Is there a way to
reference the DTE for the calling session of VS?
Missing ADO.NET Entity Framework18 Aug 2010 07:12 GMT5
I am missing the project template to create an Entity Framework project.
I can right click and add an ADO.NET Entity Data Model to an existing
project, but that is not what I need.
I have tried re-installing Service Pack 1 for Visual Studio 2008.  I am
remove space markers from editor!17 Jun 2010 12:46 GMT5
I've accidently switched on some sort of space marker so that now all spaces
on my editor regardless of the file extension are showing as a dot, well, a
dot in the middle of the line, not at the bottom, but I can't reproduce for
this post.
checking into source control now says checkIn Now (recursive)14 May 2010 21:18 GMT7
I dont' know what happened, but the check in turned into this menu option.
Anyone know why this is and how to change it back? (I'm using Version
Manager source control, but i don't think its an issue). It was working like
normal till a couple of days ago.

Setup (view all ...)Last Post  Replies
Pink Love-GHD Pink Limited Edition box set with 60% discounts and     free shipping29 Aug 2010 22:27 GMT-
Inspired by bold, statement bows seen on the catwalks the set comes
complete with a never-seen-
before collection of ghd accessories. The new ghd Pink Limited Edition
box set is the secret to
Error locating vs_setup.msi when trying to Uninstall/Repair24 Aug 2010 11:12 GMT6
I was trying to install a third-party product (CodeRush) and had
problems. To make a long story short, it was suspected that my Visual
Studio 2005 installation may be correupted somehow. So, I figured I'd
uninstall, or at least Repair VS2005. I am running on Windows Vista.
Is it possible to move visual studio.net to a new machine?09 Jul 2010 00:03 GMT2
Is it possible (ie., legal) for me to uninstall visual
studio from one machine, and reinstall it with th esame
license on another?  Will the activation work again?  Do
Have to call microsoft to do this?  Etc.
VS2005 Full Install Hangs on SQL Express Installation15 Jun 2010 08:55 GMT4
I have NOT installed any of the VS2005 beta releases.  At the end of the RTM
version of the VS2005 installation, I begin watching the CPU performance.
There is some activity at the start of the SQL Express portion of the
installation for the first 3-4 minutes - then nothing for ...

Source Safe (view all ...)Last Post  Replies
Working offline with VSS09 Jul 2010 22:12 GMT3
i have this situation here:
i'm working with a VB project. all the files is in my workstation in my office. at the end of the day i'll copy the files to a CD-RW and bring it back home to continue my work. the next day i'll bring the updated copy back to my office and overwrite the ...
Windows 200325 Jun 2010 16:37 GMT1
Can the Visual SourceSafe 2005 server Operating system be upgraded to Windows
2003? the current OS is 2000.
Where can I find the VSS support documentation?
Thanks.
SVN to VSS27 May 2010 14:13 GMT1
We have huge SVN repository contains around 10 VS 2008 projects. It
contains shared projects
Today, I had inserted root folder by "Drag and Drop" to VSS client.  I
am not able to do Checkout automatically from IDE.
Sharing Projects - Is this right?26 Mar 2010 23:29 GMT2
Trying to get some feedback to see if this is expected behavour or if I need
to fix something.
I have several projects in vss, all of which are part of a Visual Studio
Solution.  I share the projects out to another project, then create new
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage




©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.