473,394 Members | 1,699 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.

vs .net 2002/2003 browse problem

Hi,

Does anyone know why starting with VS.NET 2002 (and same with 2003) it is no
longer possible to browse to a directory that has "ept" as part of the path?
It worked fine in Vc 6.x. My initials and user name happen to be "ept", and
so I have directories with that name. It is no longer possible to browse to
any subfolder and therefore open any file under an "ept" directory. I can
browse to such a folder using explorer and then drag a project or plain file
into the IDE. Or, if I had already opened the file in such a directory and
it then appears in the recent file / project list, then I can open it from
there. I simply can not browse to it from the open file / open project
dialog.

I have found that "EPT:" was apparently some kind of special printer port in
very very early DOS days. So I guess at one time in the distant past it
made sense to not allow directories with this name (like I guess COM1 etc.
still are). As mentioned, the restriction did not exist in Vc6, and Windows
Explorer has no problem browsing to a directory called "ept" or a subdir of
it.

Or perhaps I am the only person to use "ept" as a directory name???? I find
that hard to believe....

-Eric P. Twietmeyer

Nov 16 '05 #1
5 1765
Thanks for verifying this. The thing is, it IS possible to create a folder
called "ept", while it isn't possible create a folder called "com1" or
"com2" or something that really is a reserved name.

So the question stands: Why, if Windows lets you create a folder / directory
called "ept" will the browse dialog thing not let you browse to it? Clearly
there is an inconsistency here.

Also, one was able to browse to folders called "ept" using the browse dialog
under Vc6. I have Vc6 and .NET 2003 installed on a W2K box and the former
lets me browse, the latter doesn't. So it isn't a change in the Win32 API
itself.

-Eric Twietmeyer

"Doug Forster" <doug_ZAPTHIS_AT_TONIQ_ZAPTHIS_co.nz> wrote in message
news:uq****************@TK2MSFTNGP10.phx.gbl...
Hi Eric,

So strange I had to try it and yes it did the same here. But when I tried it in MSWord I got the same result so its something deeper than VS. No idea why though. I also notice that if you try and name a folder COM2 Windows won't
let you.

Cheers

Doug Forster

"Eric Twietmeyer" <no******@noisp.com> wrote in message
news:uk**************@TK2MSFTNGP11.phx.gbl...
Hi,

Does anyone know why starting with VS.NET 2002 (and same with 2003) it is
no
longer possible to browse to a directory that has "ept" as part of the path?
It worked fine in Vc 6.x. My initials and user name happen to be "ept",

and
so I have directories with that name. It is no longer possible to

browse to
any subfolder and therefore open any file under an "ept" directory. I
can browse to such a folder using explorer and then drag a project or plain

file
into the IDE. Or, if I had already opened the file in such a directory

and
it then appears in the recent file / project list, then I can open it from there. I simply can not browse to it from the open file / open project
dialog.

I have found that "EPT:" was apparently some kind of special printer port in
very very early DOS days. So I guess at one time in the distant past it
made sense to not allow directories with this name (like I guess COM1

etc. still are). As mentioned, the restriction did not exist in Vc6, and

Windows
Explorer has no problem browsing to a directory called "ept" or a subdir

of
it.

Or perhaps I am the only person to use "ept" as a directory name???? I

find
that hard to believe....

-Eric P. Twietmeyer


Nov 16 '05 #2
>Does anyone know why starting with VS.NET 2002 (and same with 2003) it is no
longer possible to browse to a directory that has "ept" as part of the path?


Eric,

Presumably you see the error that I do:

The file name "...\ept\*.* is a reserved device name.

which seems pretty odd - I'm not aware that "ept" is a device name. I
wonder if it's a typo for "lpt" maybe?

I'll try to raise this with MS.

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
Nov 16 '05 #3
Hi David,

Thanks for raising this (or trying to) with MS. It is the case that "EPT:"
was a special port (like LPT:) or something in DOS / Windows 3.1 days. I
found some reference to it in the KB (KB88767 for instance). However, it is
possible to create directories with this name, so one should be able to
browse to it and subdirs of it using the browse dialog, as it is possible to
do in Explorer or from "My Computer".

-Eric Twietmeyer

"David Lowndes" <da****@mvps.org> wrote in message
news:2u********************************@4ax.com...
Does anyone know why starting with VS.NET 2002 (and same with 2003) it is nolonger possible to browse to a directory that has "ept" as part of the
path?
Eric,

Presumably you see the error that I do:

The file name "...\ept\*.* is a reserved device name.

which seems pretty odd - I'm not aware that "ept" is a device name. I
wonder if it's a typo for "lpt" maybe?

I'll try to raise this with MS.

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq

Nov 16 '05 #4
This is an interesting issue. You might want to post this over in one of the visual studio newsgroups (microsoft.public.vstudio.general, for example) but it looks like this is a bug in Office.

Why does this happen for VS? VS uses some of Office's UI components (Menu/toolbars, some standard dialogs) rather than implementing its own.

BTW, I checked this behavior on the new Office beta and it looks like it's fixed there.

Thanks,
--
Ron Pihlgren, Microsoft Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
From: "Eric Twietmeyer" <no******@noisp.com>
Subject: Re: vs .net 2002/2003 browse problem
Date: Mon, 21 Jul 2003 17:39:25 -0700

Thanks for verifying this. The thing is, it IS possible to create a folder
called "ept", while it isn't possible create a folder called "com1" or
"com2" or something that really is a reserved name.

So the question stands: Why, if Windows lets you create a folder / directory
called "ept" will the browse dialog thing not let you browse to it? Clearly
there is an inconsistency here.

Also, one was able to browse to folders called "ept" using the browse dialog
under Vc6. I have Vc6 and .NET 2003 installed on a W2K box and the former
lets me browse, the latter doesn't. So it isn't a change in the Win32 API
itself.

-Eric Twietmeyer

"Doug Forster" <doug_ZAPTHIS_AT_TONIQ_ZAPTHIS_co.nz> wrote in message
news:uq****************@TK2MSFTNGP10.phx.gbl...
Hi Eric,

So strange I had to try it and yes it did the same here. But when I tried

it
in MSWord I got the same result so its something deeper than VS. No idea

why
though. I also notice that if you try and name a folder COM2 Windows won't
let you.

Cheers

Doug Forster

"Eric Twietmeyer" <no******@noisp.com> wrote in message
news:uk**************@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Does anyone know why starting with VS.NET 2002 (and same with 2003) itis
no
> longer possible to browse to a directory that has "ept" as part of the

path?
> It worked fine in Vc 6.x. My initials and user name happen to be "ept",

and
> so I have directories with that name. It is no longer possible to

browse
to
> any subfolder and therefore open any file under an "ept" directory. I

can > browse to such a folder using explorer and then drag a project or plain

file
> into the IDE. Or, if I had already opened the file in such a directory

and
> it then appears in the recent file / project list, then I can open itfrom > there. I simply can not browse to it from the open file / open project
> dialog.
>
> I have found that "EPT:" was apparently some kind of special printerport
in
> very very early DOS days. So I guess at one time in the distant past it
> made sense to not allow directories with this name (like I guess COM1

etc. > still are). As mentioned, the restriction did not exist in Vc6, and

Windows
> Explorer has no problem browsing to a directory called "ept" or a subdir

of
> it.
>
> Or perhaps I am the only person to use "ept" as a directory name???? I

find
> that hard to believe....
>
> -Eric P. Twietmeyer
>

Nov 16 '05 #5
>>From: "Eric Twietmeyer" <no******@noisp.com>
Subject: Re: vs .net 2002/2003 browse problem
Date: Wed, 6 Aug 2003 12:32:00 -0700

Hi Ron,

Thanks for checking in to this and getting back to the group.

Does this mean I will have to buy and install the updated Office when
available in order for this problem to be fixed within VS? Or will there be
a service pack for VS that will incorporate the new Office components?
Obviously it seems a little much to expect people to upgrade Office in order
to fix problems with VS...

-Eric Twietmeyer


Actually, upgrading office may not help. The next version of VS may still continue to use components from the previous version of Office. I'll have to do some digging to find out what will really happen here. Stay
tuned...

Thanks,
-----
Ron Pihlgren, Microsoft Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm


I just wanted to let folks know that this will be fixed in the next version of the product (Whidbey). Sorry for the long delay on replying.

Thanks,

-Ron

--
Ron Pihlgren, Microsoft Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
Nov 16 '05 #6

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

Similar topics

0
by: Ming Zhu | last post by:
Hi, all, A strange problem. Don't know if anybody met it before or have a solution. I installed VS.NET 2002 before. Then I uninstalled VS.NET 2002 and install VS.NET 2003. The problem is...
1
by: Rafael Campana | last post by:
Hi, I posted the messsage below last week, but no replies, I've reproduced the problem with a VB macro, just create one and paste the following code. Let me know of any workarounds you can...
3
by: Larry Pits | last post by:
Hi All, Is there a backward compatability issue regarding to .Net 2002 and .Net 2003? I heard someone said that if you're developing in .Net 2003 and gave the entire project to someone who is...
13
by: Noesis Strategy | last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles. Recently, I have begun to design Access databases using an copy of Access 2002 from my previous laptop. It works fine,...
7
by: Wayne Aprato | last post by:
I have several Access 2003 mde databases. When I try to open them in Access 2002 I get the following error: "The Visual Basic for Applications project in the database is corrupt." ...
4
by: Jon S via DotNetMonster.com | last post by:
Hi all I've taught myself C# 2002 using VS.NET 2002. I've recently brought myself an ASP.NET 2003 book. I will work through this ASP.NET 2003 using VS.NET 2002 and C# 2002. I don't fully...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
2
by: Frav | last post by:
The Reps team have been experiencing that Access 2002 unexpectedly quits while working and also lots of Corruption Failures and "Record lock can not update" messages since the upgrade from...
0
by: Sebastian | last post by:
Hello I develop my applications in Access 2002. My development system is running Windows XP SP2 and I have Microsoft Office XP Developer. Microsoft Office XP is at SP3. I used Inno Setup (great...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.