Visual Studio - How To Find All Usercontrols That Are Not Being Used / Referenced

Nov 12, 2010

I have a project with hundreds of usercontrols but many of them are old and no longer used. Is there are quick way to find out which ones can be deleted?

View 1 Replies


Similar Messages:

Visual Studio :: Intellisense Can't Find The Source Files For BIN Referenced Assemblies

Mar 23, 2010

When I use Project Reference to add dependent assemblies to my C# library project, I can use the "Go To Definition" popup menu item to go to the source file of the class defined in the dependent assembly. That is one of the most useful features of VS for me. However, when I add dependent assemblies as BIN References (via the Browse tab of the Add Reference dialog), I only get the class definition generated from metadata of the dependenat assembly, not the source file.

I realize that intellisense can't find the source directory of the dependent assembly, but where can I enter the directories so intellisense would know? There is a "VC++ Directories" page in the Options->Projects and Solutions dialog, but that is only for C/C++ projects. There should be one for C# as well. The bigger mystery is when I put my project in the debugger, I can step into methods defined in the dependent assembly and see its source file. Why could the debugger find the source file but not intellisense?

View 2 Replies

Visual Studio - Website Still Looking For Old Name Of Renamed Referenced Assembly?

Aug 4, 2010

I have a solution with a website and a class library. I have renamed the class library project from Insight_WebControls to Insight.WebControls. I have also renamed the assembly it produces in its properties.

I have removed from the website's references the old class library and added the new.

However, when I try to build the website, I get the error 'Could not load file or assembly 'Insight_WebControls' or one of its dependencies. The system cannot find the file specified.' There is a dll called 'Insight.WebControls' in the bin folder. Clearly some part of the website is still looking for the old filename. Can anyone tell me how to point it to Insight.WebControls.dll instead?

View 1 Replies

Managing Visual Studio Projects For A Website And Custom Usercontrols?

Aug 26, 2010

I have one main project for the cms we are using for our website. I have also created usercontrols to include in the site, but I think I would like to keep these in a separate project and just reference them in the main project. Is this a best practice and how would I do this?

View 1 Replies

Visual Studio :: Can Prevent Projects From Being Referenced By Other Projects

Jun 7, 2010

I have a multi-tiered application. I would like to publish the class libraries to UI developers to let them add to their web or windows projects to add all the functionality.

I would like to restrict access so only a certain project can be referenced. The reason is so that they do not refer to the data access layer directly and start making calls that would bypass the business logic built into the business tier.

UI->>Business Logic->>Data Access

So in other words, BL and DA are deployed as compiled assemblies. BL references DA. UI will reference BL, but I would like to strictly prevent any other project from referencing DA directly.

View 1 Replies

Visual Studio :: Can't Find ToolBox Visual Web Developer 2010 Express

Jul 26, 2010

How do I display the Toolbox? I've looked under every menu item and just don't see it.

View 1 Replies

Visual Studio :: In Microsoft Visual Web Developer 2010 Express, Set "Find In Files" As Default?

Aug 5, 2010

In Microsoft Visual Web Developer 2010 Express, Edit->Quick Find mean item, the "Quick Find" item, everytime I have to select "Find In Files" again, how can I set "Find In Files" as default?

View 3 Replies

Visual Studio :: Where Is Find And Replace Window

Jan 26, 2010

I have press ctrl-F or view-> find in VS2008 for a project. The find window does not

show. I can search in other project. But for this project. I cannot open the find window?

View 1 Replies

Visual Studio :: How To Find Missing Directory

May 27, 2010

I am using the ASP Web Application template from Visual Studio for my website. I created an images folder in the directory directly, and not in visual studio. I cannot get visual studio to show this directory. How do you add directories in visual studio or get it to recognize it. I know most of you are thinking of responding with "Why don't you just create the image directory through visual studio".

View 1 Replies

Visual Studio :: Can't Find New Classes In Namespace

May 1, 2010

Can't find new classes in namespace

View 3 Replies

Visual Studio :: Unable To Find Aspnet_regsql.exe?

Jun 27, 2010

Downloaded Microsoft Visual Web Developer 2010. I cannot find aspnet_regsql.exe anywhere on my pc, searching to download it. Google searched, search in msdn, microsoft, still cannot find this file to download. where I can download this file from?

View 9 Replies

Visual Studio :: Can't Find Web Application Project

Jul 31, 2010

I installed visual studio team eddtion and i can't find web application projects in it . Is it the wrong version for having web application projects or .. ? I installed it full features and i don't know what could be wrong..

View 3 Replies

Visual Studio :: Find The Country On World Map?

May 10, 2010

i want to find the country name from the world map:Description:1. I want to show a world map.2. I have lot of branch offices all over the world2. On the world map where ever the user is clicking then display the clicked location branch office address.

View 7 Replies

Unable To Find WSDL.EXE In Microsoft Visual Studio 9.0

Dec 6, 2010

I am not able to find my wsdl exe in Microsoft Visual Studio 9.0. i searched in all of my SDKversionBin. but could not find it.

View 4 Replies

How To Visual Studio Find Web Services On The Local Machine

Jan 3, 2010

When adding a new web reference, one of the options that visual studio gives you is to search for web services on the local machine (The exact option name is "Web services on the local machine").

My question is, how does Visual Studio find the web services on the local machine? The local website that contains the service doesn't contain a .disco file.

I tried to use fiddler but got nothing (visual studio didn't make any requests to the local web server). Does visual studio scan the default website for files with the extension .asmx?

View 1 Replies

Visual Studio :: Find Text Within A Page And Replace With A Div VB

Mar 17, 2011

I have a page that contains some text within a div. How do I go about finding that text and replacing it with a div?

View 4 Replies

Visual Studio :: Unable To Find The Ado.net Service Template

Mar 23, 2011

i am using VS 2008, whiile working on the walkthroughs of restful services(http://msdn.microsoft.com/en-us/library/dd203052.aspx), i did not find any template for the ADO.net services. Could you please direct me to the link where i can download/install the required template or package.

View 1 Replies

Visual Studio :: Find A Website Project References?

Mar 17, 2010

I want to convert my website project to web application project. First things I need to add references to new web application project. When I click "Show All Files" from Solution Explore, web application shows References Node. However, Web site project does not show References node. How can I find what references in my web site project?

View 3 Replies

Visual Studio :: Unable To Find W3wp.exe Working Process

Aug 4, 2010

im using win 2003 server,

when attaching process im unable to find the w3wp.exe working process.

i didnt find in the application process.

what should be done in order to find this.

View 3 Replies

C# - How To Find Visual Studio's Web Server's Application Pool Mode

Feb 19, 2011

When I run my website in visual studio 2010, it works.When I deploy it in IIS, it doesn't work.

Can I find the settings of visual studio's web server?

View 2 Replies

Visual Studio 2005 Wont Find Files In Subfolders?

Oct 6, 2010

I am having a heck of a time with this. Visual Studio 2005 SP1 can not find my files and javascript files whenever I put it in the subfolders. In the solution explorer, I've created subolfders such as /js and /css. This is inside my main folder: AJAXEnabledWebApplication1css and AJAXEnabledWebApplication1js

In HTML code, when I put this: <script type="text/javascript" src="js/jquery-1.4.2.js"></script>
<script type="text/javascript" src="ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="ui/jquery.ui.widget.js"></script> [code]...

every single one of them is highlighted that it can not find the specified file. But wait, if I add those files manually to the root folder and to the solution explorer, it is no problem!inside the reference paths for the program, I've also pointed to the root folder location:

c:document adn settingsmynamemy DocumentsVisual studio 2005ProjectsAJAXEnableDwebApplication1

View 1 Replies

Find The Version Of Crystal Report In Visual Studio 2005?

Jan 27, 2010

how do i find the version of crystal report in visual studio 2005

View 2 Replies

Visual Studio :: Find Highlighted Word In 2008 Not Working?

Feb 5, 2011

when i highlight and press CTR+F in visual studio te highlited word doesn t appear in find what

insie the pop up find and replace

View 1 Replies

Web Forms :: Unable To Find Control Id 'txtStart$txtStartDate' Referenced By The 'ControlToCompare'?

Mar 29, 2010

I am using following code in sharepoint custom page. Whenever I try to run the page it is giving me following error

Unable to find control id 'txtStart$txtStartDate' referenced by the 'ControlToCompare' property of 'valDate'.

[Code]....

View 4 Replies

Visual Studio :: How To Convert Whole Visual Studio 2008 Web Site Project To Visual Studio 2010

Aug 14, 2010

is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project

my current project references

i have a very annoying iis problem

iis server stops working until app pool is recycled

i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved