473,394 Members | 1,902 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

IDE Anomaly: Project Modifed Date incorrect.

Not a showstopper (but annoying nevertheless):

On the Start page of VS.NET 2003, the list of projects from which I can
choose shows the Modified date of each project listed. The date actually
displayed on my list is the date the project was created (not modified). I
can open and close the project, save changes, etc, and the date listed does
not change.

On another computer with VS.NET 2003, the ModifiedDate gets updated to the
current date if I even open and immediately close a project.

I've Repaired the installation of VS.NET 2003 on the machine that doesn't
show the true Modified Date (Control Panel | Add/Remove Programs... Repair
Installation).

Any suggestions?

The box is running XP Pro/SP1. There is no other version of VS.NET on the
box (never has been).

Thanks

Jeff
Nov 20 '05 #1
3 1528
Hello,

"Jeff S" <Je*******@Yahoo.com> schrieb:
Not a showstopper (but annoying nevertheless):

On the Start page of VS.NET 2003, the list of projects
from which I can choose shows the Modified date of
each project listed. The date actually displayed on my
list is the date the project was created (not modified). I
can open and close the project, save changes, etc, and
the date listed does not change.


That's a "known" problem. I feel sorry, I am not able to provide a
solution.

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet
Nov 20 '05 #2
BJS
"Jeff S" <Je*******@Yahoo.com> wrote in message news:<eV**************@tk2msftngp13.phx.gbl>...
Not a showstopper (but annoying nevertheless):

On the Start page of VS.NET 2003, the list of projects from which I can
choose shows the Modified date of each project listed. The date actually
displayed on my list is the date the project was created (not modified). I
can open and close the project, save changes, etc, and the date listed does
not change.

On another computer with VS.NET 2003, the ModifiedDate gets updated to the
current date if I even open and immediately close a project.

I've Repaired the installation of VS.NET 2003 on the machine that doesn't
show the true Modified Date (Control Panel | Add/Remove Programs... Repair
Installation).

Any suggestions?

The box is running XP Pro/SP1. There is no other version of VS.NET on the
box (never has been).

Thanks

Jeff


Thanks to the hints in this post:

http://groups.google.com/groups?hl=e...ngxa06.phx.gbl

I created a VS.NET add-in solution that resolves this problem.

I'd be happy to send the solution files to anyone who wants it.

In essence, I just created a VS.NET add-in project as described in:

http://msdn.microsoft.com/library/de...atingAddIn.asp

And then I added a few lines of code:

In the Connect Class, I instantiate the following:

Dim WithEvents bldEvents As BuildEvents

And then I add the following Sub to the Connect Class:

Private Sub bldEvents_OnBuildDone(ByVal Scope As EnvDTE.vsBuildScope,
ByVal Action As EnvDTE.vsBuildAction) Handles bldEvents.OnBuildDone

applicationObject.Solution.SaveAs(applicationObjec t.Solution.FullName)

End Sub

Seems to work pretty well.

Thanks,
Brian Saville
Nov 20 '05 #3
Yes i come to the same problem. Is there already a solution?

On Thu, 28 Aug 2003 13:53:30 -0500, "Kenneth P. Graci"
<kp*****@mindspring.com> wrote:
Great! - but it never gets to the OnBuildDone event (for me)

I followed the simple instructions, it loads on startup and the other
(default) other events
in the addin are trapped but not this one!?

any ideas?


Nov 20 '05 #4

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

Similar topics

226
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type...
5
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been...
17
by: clintonG | last post by:
When the following code is run on Sat Dec 25 2004 19:54:18 GMT-0600 (Central Standard Time) var today = new Date(); var GMTDate = today.toGMTString(); document.write("GMTDate: " + GMTDate); ...
2
by: William Barnes | last post by:
Using VS .NET 2003 on an up-to-date XP Pro machine: I'm getting bizarre results in a VB Windows app trying to implement the OnKeyUp event handler. I have a form with a label control and code...
10
by: indigodfw | last post by:
Hi experts Consider this piece of code unsigned long data = 124; /* Data is actually part of a big struct but to simplify */ printf(" %-5llu ", (unsigned long long)(data*1000)); <memory...
3
by: Titan | last post by:
When I run my project (F5), it runs an older version of my project. However, when I build or rebuild the solution, it builds flawlessly... so shouldn't this overwrite the older version of my...
1
by: mai | last post by:
Hi everyone, i'm trying to exhibit FIFO anomaly(page replacement algorithm),, I searched over 2000 random strings but i couldnt find any anomaly,, am i I doing it right?,, Please help,,,The...
10
by: =?Utf-8?B?TUNN?= | last post by:
When creating a new VB Web Application Project with VS2008, there are several settings (compiler settings, option strict, etc) that appear both in the web.config file and "My Project". I'm...
4
by: OzNet | last post by:
I have some functions to calculate the working days in a given period. This includes a table that is queried to calculate the number of public holidays that don’t occur on a weekend. If I test...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.