VS.NET 2003 GUI Start Page Bug

G

Gerry Viator

Hi all,

Using VS.NET 2003 and VB.NET

Why does the Modified Date on the Start Page not Update the Date correctly? A Bug?
Also seams under the name column on the Start Page also doesn't Update correctly?

Anyone else notice this problem? Are they going to fix it?

There should also be some options to Move \Save\ the project to another location from the Start Page.
Under Options for Project and Solutions for the Visual Studio Project Locations Path, this should
be able to show other locations for Projects for organization.

I like to keep Working projects in a separate directory then Example projects or Test projects. As far as I can see
you can only have one location listed for all.

Thanks
Gerry
 
T

Tian Min Huang

Hello Gerry,

Thanks for your post.
correctly?
This is a design change made by our developers in Visual Studio .NET 2003.
The last modified date for the solution now comes from the SLN file. Our
Developer Team has awared this issue and they are working on this issue.

To work around this problem in Visual Studio .NET 2003, I suggested that
you can create an Add-In which could handle events and force a save of the
SLN. In the Addi-In, it should catch the OnBuildDone event and save the SLN
file. Please refer to MSDN documentation on "Creating an Add-In" at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/ht
ml/vxconCreatingAddIn.asp.

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
T

Tian Min Huang

Hi Gerry,

I look forward to your result.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top