473,748 Members | 3,585 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

solution file modified date never changes

Using VS.NET 2003 I have one asp.net application where the modified date
never changes. I have other solutions (asp.net/desktop) where the modified
date does change. This has been going on for several weeks - it claims it
wasn't modified for the past month which is certainly false.

Any ideas how to get VS.NET to update the last modified date of the
solution?

Thanks!

Mark
Nov 15 '05 #1
6 2981
See if the date changes if you use the Build Solution command under the
Build menu.
"Mark" <fi************ **@umn.edu> wrote in message
news:en******** ******@tk2msftn gp13.phx.gbl...
Using VS.NET 2003 I have one asp.net application where the modified date
never changes. I have other solutions (asp.net/desktop) where the modified date does change. This has been going on for several weeks - it claims it
wasn't modified for the past month which is certainly false.

Any ideas how to get VS.NET to update the last modified date of the
solution?

Thanks!

Mark

Nov 15 '05 #2
Nope. We do that daily. Any other ideas?

Thanks!

Mark

"Peter Rilling" <pe***@nospam.r illing.net> wrote in message
news:eh******** ********@TK2MSF TNGP11.phx.gbl. ..
See if the date changes if you use the Build Solution command under the
Build menu.
"Mark" <fi************ **@umn.edu> wrote in message
news:en******** ******@tk2msftn gp13.phx.gbl...
Using VS.NET 2003 I have one asp.net application where the modified date
never changes. I have other solutions (asp.net/desktop) where the

modified
date does change. This has been going on for several weeks - it claims it wasn't modified for the past month which is certainly false.

Any ideas how to get VS.NET to update the last modified date of the
solution?

Thanks!

Mark


Nov 15 '05 #3
Are you changing the hosting (main) solution at all, or just
files/sub-projects?

I've noticed the same behavior on my solutions. My thoughts were that the date
was updated when making actual changes to the main solution (i.e. adding new
sub projects).

I've found the start page to be pretty hokey --

Mark wrote:

Using VS.NET 2003 I have one asp.net application where the modified date
never changes. I have other solutions (asp.net/desktop) where the modified
date does change. This has been going on for several weeks - it claims it
wasn't modified for the past month which is certainly false.

Any ideas how to get VS.NET to update the last modified date of the
solution?

Thanks!

Mark

Nov 15 '05 #4
Julie J. wrote:
Are you changing the hosting (main) solution at all, or just
files/sub-projects?

I've noticed the same behavior on my solutions. My thoughts were that the date
was updated when making actual changes to the main solution (i.e. adding new
sub projects).

I've found the start page to be pretty hokey --


Same here -- it's very annoying.

The project I work on every day is at the bottom of a long list, with a
project I made ages ago at the top.
Nov 15 '05 #5
Right! And no easy way to manage that mess either.

It can be done by fiddling w/ the MRU list in the registry or (temporarily)
moving/renaming the project (or folder), launching VS.NET (so that it no longer
finds the solution and removes it from the MRU list), and then
restoring/renaming the project.

Real mess. Would it be asking too much to right-click on the start-page link
and select "remove from list"???

C# Learner wrote:

Julie J. wrote:
Are you changing the hosting (main) solution at all, or just
files/sub-projects?

I've noticed the same behavior on my solutions. My thoughts were that the date
was updated when making actual changes to the main solution (i.e. adding new
sub projects).

I've found the start page to be pretty hokey --


Same here -- it's very annoying.

The project I work on every day is at the bottom of a long list, with a
project I made ages ago at the top.

Nov 15 '05 #6
Julie J. wrote:
Right! And no easy way to manage that mess either.

It can be done by fiddling w/ the MRU list in the registry or (temporarily)
moving/renaming the project (or folder), launching VS.NET (so that it no longer
finds the solution and removes it from the MRU list), and then
restoring/renaming the project.

Real mess. Would it be asking too much to right-click on the start-page link
and select "remove from list"???


Indeed. :)
Nov 15 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
5467
by: Dave Smithz | last post by:
Hi There, I have a PHP script that sends an email with attachment and works great when provided the path to the file to send. However this file needs to be on the same server as the script. I want to develop a webpage where people can send attachments that are stored on their local PC.
3
2708
by: Abhas | last post by:
> > Hi, this is Abhas, > > I had made a video library program in C++, but was facing a problem. > > After entering 12 movies, i cannot enter any more movies. > > Something gibberish comes instead. > > Can somebody please tell whats wrong?? > > This is the code : : #include<fstream.h> #include<conio.h>
9
10602
by: AP | last post by:
Is there anyway to determine what the modified or create date is for a file? In my example I am uploading a text file using the following to select the filename: GetOpenFileName Lib "COMDLG32.DLL". Is there anyway to point to that file and return the information about the file properties? Size, date modified, created, etc? Thanks
1
5398
by: Roy | last post by:
Hi, I have a problem that I have been working with for a while. I need to be able from server side (asp.net) to detect that the file i'm streaming down to the client is saved completely/succsessfully on the client's computer before updating some metadata on the server (file downloaded date for instance) However, All examples i have tried, and all examples I have found that other people says works - doesn't work for me :-(
3
4502
by: ton | last post by:
How can I detect that the user has modified the data on the page where several textboxes, checkboxes and dropdownlist exist. Ton
3
5055
by: musosdev | last post by:
Hi guys Okay, I've setup my projects to open and compile fine in VS2005 using FPSE and remote web, but it's *really* slow. So I thought I'd have a go at doing it the normal way, by loading from the network share. It loads in VS2005 fine, and I can edit and save code changes etc, but when I try and Build the solution, I get the following error... An error occured loading a configuration file: Failed to start monitoring
7
1986
by: multicherry | last post by:
Hi, Having searched for a way to fetch a window object by name, all I came across were answers along the line of... "All you have to do is say windowObj = window.open("blah", "name");" which isn't very useful if you want to fetch information from an existing document in the window. One solution I came up with was quite simple; open the "new" window, giving you a reference to the object, then use window.history.back() to
3
7178
by: RAMohrmann | last post by:
Greetings, I am attempting to view all files in a directory and if those files have not been modified within the last couple days I will remove them. In order to do this I need to look at the file date modied and check the date. I know how to look at each file name and I know how to remove the file. I just can't figure out how to get access to the date last modifed filed. Below is how I intend to access the file names in the directory.
3
2286
by: Bouzy | last post by:
I am trying to make a script to check files in a folder, then see later if the files have been changed at all.. I have this working to make the original file (data log with files,file_sizes, and dates). log_file = open('log_file.txt', 'w') for root,dirs,files in os.walk(cwd): for folder in glob.glob(root): for file in glob.glob(folder + '/*.**'): file_path = os.path.split(file)
0
8984
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
9312
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9238
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8237
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6793
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4593
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4864
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2206
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.