How To Recover Deleted Files From Solution Explorer Of Visual Studio 2008

Jul 29, 2010

by mistake a .aspx and its corresponding .vb file was deleted from my project's solution explorer.Its not there in Recycle Bin too.Is there any method to recover that file ? I am using Visual Studio 2008. Win XP SP1.

View 6 Replies


Similar Messages:

Visual Studio :: Can't Drag Files From Windows Explorer Into Solution Explorer

Nov 7, 2010

Weird Sunday morning question: I routinely drag files into my projects from Windows Explorer. But I just created a new project and I get the slashed circle every time I try to drag in a file from Windows Explorer. I closed the project and opened another one just to confirm that I wasn't having a foggy Sunday morning problem but I _am_ able to drag files into the this other project. Trying to drag the same file into my new project won't work. What's up with this?!

View 4 Replies

Visual Studio :: Solution Explorer Not Showing Solution Name - VS 2008

Sep 10, 2010

I am stumped by a serious issue in Vs 2008.

I created a Blank solution called HelloWorld.Then I added a new Class Library project by the name of HelloWorldService.After creation of the

Class Library project the Solution name disappeared from Solution Explorer.

As a result of which I can now only add new items into the Class Library project but cannot add new item to the solution.

This appears to be a pretty old problem as I found it in another link on the internet.

[URL]

It seems to be a bug.Has MS released a patch or a fix for this.

View 6 Replies

Visual Studio :: Maintain Common Files Like CSS Masterpage In One Solution In VS 2008

Jan 15, 2010

I am trying to set up a solution - projects folder structure. I am trying to keep CSS, master pages, Themes, Images and login page as a common web application project and reference them when needed in any other web site or web application in the same solution. Is it possible to do it? If so, is it a best practice? If not, what is the best practice to do this?

View 4 Replies

Visual Studio :: Solution Explorer Only Creates Visual Basic LinqToSql Classes?

Feb 14, 2010

Even though I when I create a linqtosql class I mark C# as the language it was always shows up as a Visual Basic file in the App Code file. I can't get it to stop doing that. ????? What is going on?

View 5 Replies

Visual Studio :: Recover Files From System Restore?

Feb 12, 2010

I had something happen with my pc and had to do a system restore. This has caused some of the files in my project to be deleted. Is there a way to recover these files?

Is there anything I can do to prevent files from being deleted in the future if I ever have to do a restore again?

View 3 Replies

Visual Studio :: How To Change Icon Color In Solution Explorer

Jun 22, 2010

Is there a way to change the colors (or perhaps add an overlay) to the files in Solution Explorer?It would be great to be able to 'tag' the files with different colors so that you can see for example what status the different files have.

View 2 Replies

Visual Studio :: Unable To Connect To Database From Solution Explorer

Jan 16, 2011

I used the ASP.net Web Site Administration tool to create a database with two users and two roles. The database created successfully and is showing up in Solution Explorer in the App_Data folder of my project, as expected. The problem is, that when I click on the database I get an error message saying that "SQL Server database files (.mdf) require SQL Server 2005 Express or SQL Server 2008 Express to be installed and running on the local computer." I, in fact, have 3 versions of SQL Server running on my computer. SQL Server Express (default instance), SQL Server Express (named instance for Outlook 2010 Business Contact Manager), and SQL Server 2008 R2 (Developer Edition). If I create a new connection in Server Explorer and then attach the database file, it attaches fine. It's only in Solution Explorer that it somehow is not connecting.

View 1 Replies

Visual Studio :: Copied Web Form Not Showing Up In Solution Explorer?

Dec 1, 2010

I have two web forms inside the same project folder that will be very similar when completed. When I copy a web form and paste it in the project folder by its new name I can see the .aspx file, the aspx.cs and aspx.designer.cs all by the new name. Appears to work perfect...........Why don't these show up when I view the Solution Folder? I was hoping to copy one, make changes and rename the second one saving time. Appears to not be tied into the Project.

View 1 Replies

Visual Studio :: Dynamically Created Directories Not Displaying In Solution Explorer?

Oct 17, 2010

I have noticed today that when you create a directory in code in a web application the resulting folder structure is not created in the solution explorer (It is fine on disk and app can still access all the files
I am not sure if there is a setting that I am missing or is this a bug?Steps to reproduce

Create a new C# web application in VS 2010. Create a new web page (Default.aspx) and add a file upload control and a button.on the click event on the button add the following code

[Code]....

When the form posts back refresh the solution explorer and the new directory does not appear.Check your file system and the file will be there.Not a massive issue but frustrating.

View 2 Replies

Visual Studio :: Referencing / Adding Folders Subfolders In Solution Explorer?

Jan 18, 2010

i have few folders which has files & some sub folders ----- in another application

i need to add it in current application

without creating the folders/sub folder/subdolder1 is it possible to add all the subfolders as it is using add exixting item

View 1 Replies

Visual Studio :: VWD 2010 Solution Explorer Pane Not Highlighting Active Page

Aug 3, 2010

I am using VWD 2010 Express, usually with several site pages open in tabs. For some reason, when I move from one tab to another, the newly active page is not highlighted in the Solution Explorer pane. Is there some setting that is causing this? I often have two similar pages open, referring to the code on one as I work on the other, and not having the Solution Explorere correctly highlighting the active page make it really easy to be working on the wrong page.

View 2 Replies

Visual Studio 2008 Debugging Zombie Breakpoints Come Back After Being Deleted?

Jun 30, 2010

In Visual Studio 2008 while debugging an ASP.Net website I set a breakpoint in the codebehind page. I refresh the page or submit to call the method, the breakpoint is hit. Then I delete the breakpoint and continue execution. I make a change to the codebehind page and save it. I submit or refresh again and the deleted breakpoint is back! It is hit again, and I delete it again. I have tried delete, disable, nothing works it keeps coming back if I make a change to the page. It is extremely annoying and unproductive. The only way I have found to make the breakpoint permanently go away is to use the Debug menu Delete all breakpoints item, which is obviously less than ideal. I have been able to reproduce this on other developers machines also. What is going on here? Is this by design? Is it a bug in VS? How do I keep these zombie breakpoints from resurrecting?

View 4 Replies

Visual Studio :: Organizing Files Under Solution Folder?

Jul 29, 2010

In my company app we have organized it something like the following:

1. Solution (Transcripts)
Solution Folder - Lib
Solution Folder - Debug
Solution Folder - Release
Class Library Project
Web Project

My Question:

1. All my references from Web Project are referencing to the DLL's in the Lib folder under Solution (Transcripts). Why can't we refere to DLL's directly under Web Project why the need of creating a new solution folder "Lib"?

2. When we publish the Web Project. Does that mean that all the DLL's under Lib solution folder also gets published?

View 2 Replies

Architecture :: Solution Structure In Visual Studio 2008?

Jul 3, 2010

I am planning to develop an application with asp.net mvc 2. In my project it is very large project.How to plan the solution structure in visual studio 2008. My requirement is module wise solution structure in visual studio 2008 using asp.net mvc2.

View 3 Replies

State Management :: Cookies Automatically Deleted In Application In Visual Studio Team System 2008

Jan 19, 2011

nvironment : [Asp .Net Application in Visual studio Team System 2008 + SP 1 ]+ Windows 7 Enterprise + IE 8+ IIS 7.5

I am running into a odd problem with Visual studio 2008.

A scaled down version of problem is as:

Consider ASP .Net application with a simple ASP .net page.

Write Cookie on one button click as:

[code]....

Why Visual studio 2008 is automatically deleting the cookies on closing of Broswer?

View 5 Replies

Visual Studio :: Can Just Copy And Paste Files From Old Vwd 2005 Into New Solution In VS2008

Feb 16, 2010

I have a site that was created with VWD2005. I tried to open the solution with VS 2008. This prompted me to convert it which I did. Now when I look at the project in the Solution Explorer in VS 2008, I see all of the files but they are now with in a folder named "2" that's within a folder named "back up". I also see another folder with in the solution that's named _UpgradeReport_Files.

The files for my project that are with in the folder "2" that is with in the folder "back up" are actually in the back up folder for my project in the Visual Studio 2005 folder with in My Documents. I assume this is because I chose the "create back" up option when doing the conversion. I don't understand why these files and this project aren't in the project directory with in the VS2008 folder with in My Documents.

I want all of my files for this project to be in the projects folder with in the Visual Studio 2008 folder in My documents, the same as if I had created this project in Visual Studio 2008 originally. But the conversion doesn't seem to have done this. Instead I seem to be using a solution/project that references the original files with in the back up folder as mentioned above.

Can I just create a new project in VS 2008 and paste these files into it? Will this work? I'm not sure if it will because the original one was created in VWD 2005 which I think uses the .net framework 2.0. My Visual Studio 2008 uses version 3.5 Sp1 of the .NET framework.

View 1 Replies

Visual Studio :: Solution Saving Location - Save In The Same Folder As The Rest Of Files

Feb 6, 2010

So I would like my solution to save in the same folder as the rest of my files. I am a win forms developer so web is new to me.

1) Is there any reason why I shouldn't do that for web.

2) Second how do I do that. I know that I can change the solution's saving location by changing ToolsOptionProjects & SolutionsProject's Location. However, I just want it to use the location of the new website I create and not that specification.

View 1 Replies

Visual Studio :: Reassociating A Code Behind File With .aspx In 2008 Website Solution

Feb 12, 2010

I can't get my .aspx page to recognize control events in it's codebehind.

[Code]....

which is fine, but I don't want to use inline script.

[Code]....

View 6 Replies

Why Don't Files Show Up In The Solution Explorer

Feb 13, 2010

I have a solution that I pasted some files into. The files that were pasted into it won't show up in the solution explorer. These files are for a tutorial from MSDN. The files were pasted into the folder that contains the solution using the file system.I then refreshed the solution explorer to include the files. I've done this before with out issue. For some reason it won't work this time. When I did this before I pasted the files into the folder that holds the solution, refreshed the solution explorer and then had to include the files into the project and all was good.

View 4 Replies

Visual Studio :: Trying To Add A Class Library To A Solution In Vs2008 But Solution Icon Disappears?

Mar 20, 2010

I'm trying to create a .NET solution and add class libraries to it. First - in VS2008 I go to File > New > Project > Other Project Types > Visual Studio Solutions > Blank Solution. Then - after VS2008 creates the blank solution I right click on the solution and select Add > New Project > Visual C# > Class Library. However, when I add the Class Library to the solution, the solution icon disappears from Solution Explorer (although the solution name is still in the VS2008 title bar). Why does the solution icon disappear
from the Solution Explorer when I attempt to do this?

View 2 Replies

Visual Studio :: How To Recover The Code

Jul 13, 2010

I am really worried about this. I recently got hold on VS 2010. I had been working on a control when my VS 2010 crashed upon me. I terminated all of the applications that might be slowing down VS. To my horror when I restarted VS I had lost all of the coding and classes written within that control's code behind file which was SearchFilter.ascx.cs. IT shows the size of this file as 0KB. There nothing in it now. Does any one out there know how can I recover my file, it had almost over 700 lines of code. I would be really very grateful to you people out there.

View 5 Replies

How To Recover A Deleted Control In ToolBox

Dec 31, 2010

I delete a control(TextBox) from toolBox by accident, but not getting how to get it back at there please help me to recover.

View 1 Replies

Visual Studio 2008 - Finding Tools For Visual Studio 2008 Which Can Reformat ASPX Code

Jan 6, 2010

Is there any tool for Visual Studio 2008 which can reformat ASPX code to make it more presentable (eg insert line breaks, format the lines so they wrap when necessary, etc)?

View 5 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