Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / IDE / November 2006

Tip: Looking for answers? Try searching our database.

Built-in Icon Editor no longer available in VS2005

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JJT - 14 Nov 2006 15:02 GMT
Somehow I lost the Icon Editor built into VS2005.  How can I get it back.  If
I right-click and Icon file in the solution explorer and select view designer
I get the common "No application for this file type" message.
Signature

JT

Jeff Johnson - 21 Nov 2006 21:34 GMT
> Somehow I lost the Icon Editor built into VS2005.  How can I get it back.
> If
> I right-click and Icon file in the solution explorer and select view
> designer
> I get the common "No application for this file type" message.

I do not have "View Designer" on my context (right-click) menu in the VS
2005 IDE Solution Explorer. What happens when you simply choose "Open"?
JJT - 27 Nov 2006 10:58 GMT
There are (were) several ways of bringing up the designer including Open and
double-clicking on the .ico file in the solution explorer, all with the same
results.  
Signature

JT

> > Somehow I lost the Icon Editor built into VS2005.  How can I get it back.
> > If
[quoted text clipped - 4 lines]
> I do not have "View Designer" on my context (right-click) menu in the VS
> 2005 IDE Solution Explorer. What happens when you simply choose "Open"?
Jeff Johnson - 27 Nov 2006 18:25 GMT
>> > Somehow I lost the Icon Editor built into VS2005.  How can I get it
>> > back.
[quoted text clipped - 5 lines]
>> I do not have "View Designer" on my context (right-click) menu in the VS
>> 2005 IDE Solution Explorer. What happens when you simply choose "Open"?

> There are (were) several ways of bringing up the designer including Open
> and
> double-clicking on the .ico file in the solution explorer, all with the
> same
> results.

??? Was that an answer to my question? Are you saying that Open doesn't
work?
JJT - 27 Nov 2006 19:04 GMT
Yes the is correct.  Open does not work and neither does double-Clicking.
Signature

JT

> >> > Somehow I lost the Icon Editor built into VS2005.  How can I get it
> >> > back.
[quoted text clipped - 14 lines]
> ??? Was that an answer to my question? Are you saying that Open doesn't
> work?
Jeff Johnson - 27 Nov 2006 19:39 GMT
> Yes the is correct.  Open does not work and neither does double-Clicking.

Here's what my Registry keys look like for icons:

[HKEY_CLASSES_ROOT\.ico]
@=""
"PerceivedType"="image"
"Content Type"="image/x-icon"

[HKEY_CLASSES_ROOT\.ico\OpenWithList]

[HKEY_CLASSES_ROOT\.ico\OpenWithList\devenv.exe]
@=""

[HKEY_CLASSES_ROOT\.ico\OpenWithProgids]
"VisualStudio.ico.8.0"=""

[HKEY_CLASSES_ROOT\.ico\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"

[HKEY_CLASSES_ROOT\VisualStudio.ico.8.0]
@="Icon File"

[HKEY_CLASSES_ROOT\VisualStudio.ico.8.0\DefaultIcon]
@="%1"

[HKEY_CLASSES_ROOT\VisualStudio.ico.8.0\shell]

[HKEY_CLASSES_ROOT\VisualStudio.ico.8.0\shell\Open]

[HKEY_CLASSES_ROOT\VisualStudio.ico.8.0\shell\Open\Command]
@="\"R:\\Program Files\\Microsoft Visual Studio
8\\Common7\\IDE\\devenv.exe\" /dde"

[HKEY_CLASSES_ROOT\VisualStudio.ico.8.0\shell\Open\ddeexec]
@="Open(\"%1\")"

[HKEY_CLASSES_ROOT\VisualStudio.ico.8.0\shell\Open\ddeexec\Application]
@="VisualStudio.8.0"

[HKEY_CLASSES_ROOT\VisualStudio.ico.8.0\shell\Open\ddeexec\Topic]
@="system"

(Note: you probably don't have VS installed on drive R:, so be sure to
change that if you try to make a .REG file out of this.)
JJT - 28 Nov 2006 11:37 GMT
I checked my registry settings against yours and they are the same.  Thanks
for taking the time to help.
Signature

JT

> > Yes the is correct.  Open does not work and neither does double-Clicking.
>
[quoted text clipped - 41 lines]
> (Note: you probably don't have VS installed on drive R:, so be sure to
> change that if you try to make a .REG file out of this.)
Jeff Johnson - 28 Nov 2006 14:09 GMT
>I checked my registry settings against yours and they are the same.

Well, that may have been the problem! I noticed that I too was having icon
trouble on my machine. Changing the (Default) value of
HKEY_CLASSES_ROOT\.ico to "icofile" (instead of the current empty string)
fixed it for me.

Just out of curiosity, have you recently installed IE7? That's the only big
change I've made to my box.
JJT - 28 Nov 2006 15:49 GMT
Unfortunately that did not work for me.  It is possible we may not have the
same problem.  I have not installed IE 7 yet.  Since I am in a corporate
environment it is possible our IT department has pushed something that
"broke" my .ico file association.  My problem is that I see no application
which the VS 2005 IDE uses to handle .ico files.  If I knew what application
VS uses for .ico files I could make the association manually.
Signature

JT

> > Yes the is correct.  Open does not work and neither does double-Clicking.
>
[quoted text clipped - 41 lines]
> (Note: you probably don't have VS installed on drive R:, so be sure to
> change that if you try to make a .REG file out of this.)
Jeff Johnson - 28 Nov 2006 18:55 GMT
> Unfortunately that did not work for me.  It is possible we may not have
> the
[quoted text clipped - 4 lines]
> application
> VS uses for .ico files I could make the association manually.

It doesn't "use" a program, it has an icon editor built-in. If you have VS
open, can you drag an .ico file directly into it? What happens?
JJT - 28 Nov 2006 19:59 GMT
Initially I tried to create a icon in VS 2005 by using "Add Item" under the
"Project Menu"  then selecting "Icon File".   I did as you suggested and just
dragged an existing .ico file into the solution explorer and tried to open it
in VS 2005 and the "Paint" application came up!  I have no idea how that
happened.
Signature

JT

> > Unfortunately that did not work for me.  It is possible we may not have
> > the
[quoted text clipped - 7 lines]
> It doesn't "use" a program, it has an icon editor built-in. If you have VS
> open, can you drag an .ico file directly into it? What happens?
Jeff Johnson - 28 Nov 2006 22:02 GMT
> Initially I tried to create a icon in VS 2005 by using "Add Item" under
> the
[quoted text clipped - 4 lines]
> in VS 2005 and the "Paint" application came up!  I have no idea how that
> happened.

I didn't mean to drag it into the Solution Explorer, I meant to drag it
right into the working area of Visual Studio, or better yet, the title bar.
I just did that and it opened the icon in its own editor. Regardless, this
Paint thing is...weird. Especially when you consider that Paint doesn't know
how to handle icons!

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.