Search the web
Sign In
New User? Sign Up
win_tech_off_topic · Windows Technical: Off Topic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Replacing .NET project file guids after an 'xcopy'   Message List  
Reply | Forward Message #37596 of 59870 |
When not using project references...

Hi,

When using a common output folder, instead of using project
references, there is a known Microsoft "file locking" bug:

http://support.microsoft.com/default.aspx?kbid=313512

If your DLL is bigger than 64 KB, you have to bring down VS and
delete the file manually in order to build. Every time.

This bug has been known for at least a year. Does anyone at
Microsoft care about this and is it being worked on? Is it already
fixed somewhere but not announced? Can anyone suggest work-arounds?

Thanks,
Mike



Thu Feb 17, 2005 3:43 pm

csharpmike
Offline Offline
Send Email Send Email

Forward
Message #37596 of 59870 |
Expand Messages Author Sort by Date

Did someone post a little script here recently that replaced the project GUIDs in .csproj files with new ones..? Because I vaguely remember seeing something...
John Elliot
jj5v1
Offline Send Email
Feb 17, 2005
1:55 am

Hey all, Is there an easy way to copy resources (dialog, bitmaps, menus, etc) from one project to another? VC++ project that is? Using vs.net 2003... Regards, ...
Robert MacFadyen
robmacfadyen
Offline Send Email
Feb 17, 2005
3:09 am

Rob, I have not tried this with Visual Studio 2003. I seem to remember that in Visual Studio 6 you simply opened the second project's resource file, using the...
Richard Howells
loopylozzysdad
Offline Send Email
Feb 17, 2005
9:36 am

... The RC editor in VS.NET is a major step backward from VC6.0. VS.NET support for this is so bad that I sometimes open the .rc files in VC6 to copy/paste...
Kyle Alons
kalons
Offline Send Email
Feb 18, 2005
1:35 pm

Hi, When using a common output folder, instead of using project references, there is a known Microsoft "file locking" bug: ...
Mike
csharpmike
Offline Send Email
Feb 17, 2005
3:43 pm

... The "fix" is going to be to upgrade to VS2005. As for workarounds, perhaps someone knows of one, but I don't. I gave up fighting it and stopped building to...
Craig Andera
craigandera
Offline Send Email
Feb 17, 2005
3:49 pm

Thanks Craig. I'm curious why they never fixed that, one would think it would be trivial. Project references just don't make sense on big projects. I guess...
Mike
ocean_west_2005
Offline Send Email
Feb 19, 2005
4:19 am

... Maybe there's something subtle we're not aware of, and fixing it isn't trivial. Hard to say. ... I doubt that has anything to do with it - there are lots...
Craig Andera
craigandera
Offline Send Email
Feb 19, 2005
12:47 pm

... I disagree. The general issue of being responsive to and aware of big development needs is extremely important. Visual Studio locking DLLs ... Of course,...
Mike
ocean_west_2005
Offline Send Email
Feb 19, 2005
1:12 pm

Come on, everybody knows that last great IDE from Microsoft was Visual C++ 4.2. :)...
Brad Wilson
bradw_64
Offline Send Email
Feb 19, 2005
4:08 pm

BTW, I solved the problem easily by refactoring some code out into another DLL. It was a neutral refactoring, made some logical sense, but at the same time...
Mike
ocean_west_2005
Offline Send Email
Feb 19, 2005
4:25 pm

I wonder if there is a Win32 hack to forcable remove file locks? That might be a quick-n-dirty fix. Maybe reference your dll's via the network redirector and ...
David A. Ferguson
fergusondavid
Offline Send Email
Feb 19, 2005
4:40 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help