|
-
Jul 18th, 2012, 12:07 PM
#1
Thread Starter
Lively Member
VS 2010 Fragile References (when making a template)
Hi all,
Windows 7, IDE set up for x86 32 bit development.
the IDE is losing it's mind a little... the path to a needed library seems to break when saving a project as a template.
The problem is seen when creating a new project from the template. The project throws an error, unable to find the library.
When trying to reestablish the path (which works prior to creating the template), I used the add path and reference paths tools on the references tab to navigate the path to the library.
Part way down the path, one of the directories simply was not there.
I went to file explorer, and sure enough... it was there, and I navigated it easily... but not in the VS2010 express.
As I continued to struggle with it, I did something to correct it, but I'm not sure what did the trick. Suddenly the directory was there... and done.
The problem is, the template still has this problem...
Has anyone ever seen this kind of fragility in a path like this?
Suggestions?
Thanks so much.
Last edited by RyderS; Jul 18th, 2012 at 12:24 PM.
Reason: OS specs
-
Jul 18th, 2012, 12:34 PM
#2
Re: VS 2010 Fragile References (when making a template)
Ahhh... the appearing/disappearing directories...
By default projects only show files & directories that are actually included in the project. In the Solution/Project explorer, select the Project node... then in the tool bar of the explorer (not the IDE itself) ... there is a button marked "Show All Files" ... click... it will then show all files and directories that are fouind in the folder, whether they are included in the project or not.
-tg
-
Jul 18th, 2012, 01:37 PM
#3
Thread Starter
Lively Member
Re: VS 2010 Fragile References (when making a template)
Ahh, thank you... though it didn't seem to affect the issue.
But the good news is... I *think* I am starting to see what's happening. When the original project was exported as a template, it seems to have forgotten the Active Solution Platform!
Is this a normal behavior?
How do I force the template to remember the platform?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|