473,804 Members | 2,117 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Bookmark All in entire solution gives errror - can you verify by running this simple test?

Try this:
1) In the code editor, double click some word.
2) Type control-F to bring up the search window.
3) Set the "Look in" drop down box to be "Entire Solution"
4) Click the "Bookmark All" button.
5) Get error message.

What we (two different systems) observe is an error message saying
"Visual Studio has encountered an unexpected error." I can click OK
and then all's well again - Visual Studio does not shutdown.

It works for other "Look in" selections, such as "Current Document",
just not the "Entire Solution."

I am running Visual Studio 2005, Service Pack 1, and have a VB.Net
solution open.

Does anyone else get this error? Is there a fix for it?
Thanks,
ImageAnalyst

Feb 22 '07 #1
6 3354
"ImageAnaly st" <im**********@m ailinator.comsc hrieb
Try this:
1) In the code editor, double click some word.
2) Type control-F to bring up the search window.
3) Set the "Look in" drop down box to be "Entire Solution"
4) Click the "Bookmark All" button.
5) Get error message.

What we (two different systems) observe is an error message saying
"Visual Studio has encountered an unexpected error." I can click OK
and then all's well again - Visual Studio does not shutdown.

It works for other "Look in" selections, such as "Current Document",
just not the "Entire Solution."

I am running Visual Studio 2005, Service Pack 1, and have a VB.Net
solution open.

Does anyone else get this error? Is there a fix for it?

IN VB 2005 Express without SP1, the "Bookmark" button is not enabled if
"entire solution" is selected, thus I can't get an error message. The
"Bookmark" button is only enabled if I select one of the other options in
the "look in" combo.
Armin

Feb 22 '07 #2
On Feb 22, 11:58 am, "Armin Zingler" <az.nos...@free net.dewrote:
"ImageAnaly st" <imageanal...@m ailinator.comsc hrieb


Try this:
1) In the code editor, double click some word.
2) Type control-F to bring up the search window.
3) Set the "Look in" drop down box to be "Entire Solution"
4) Click the "Bookmark All" button.
5) Get error message.
What we (two different systems) observe is an error message saying
"Visual Studio has encountered an unexpected error." I can click OK
and then all's well again - Visual Studio does not shutdown.
It works for other "Look in" selections, such as "Current Document",
just not the "Entire Solution."
I am running Visual Studio 2005, Service Pack 1, and have a VB.Net
solution open.
Does anyone else get this error? Is there a fix for it?

IN VB 2005 Express without SP1, the "Bookmark" button is not enabled if
"entire solution" is selected, thus I can't get an error message. The
"Bookmark" button is only enabled if I select one of the other options in
the "look in" combo.

Armin- Hide quoted text -

- Show quoted text -
Armin:
Well thanks anyway for trying. I guess my coworker and I are the only
ones that this happens for. Strange. Very strange.
Thanks,
ImageAnalyst

Feb 24 '07 #3
You are not alone. I also get this error. I am still unable to find a fix.

From http://www.developmentnow.com/g/38_2...imple-test.htm

Posted via DevelopmentNow. com Groups
http://www.developmentnow.com
May 23 '07 #4
Me too get the same error. Is there anything in MSDN Knowledge Base
about this?
On May 23, 11:52 am, bethdoc<nos...@ developmentnow. comwrote:
You are not alone. I also get this error. I am still unable to find a fix.

Fromhttp://www.development now.com/g/38_2007_2_0_0_9 35931/Bookmark-All-in-...

Posted via DevelopmentNow. com Groupshttp://www.development now.com

Jun 1 '07 #5
PPMLDeveloper <ra********@gma il.comwrote in
news:11******** **************@ q66g2000hsg.goo glegroups.com:
Me too get the same error. Is there anything in MSDN Knowledge Base
about this?
I've been getting the Bookmark All "Visual Studio Has Encountered an
Unexpected Error" as well.
Jul 5 '07 #6
I also recieve this error. A work around I found was to use the "Find
in Files" instead of the "Quick Find". This type of find also gives a
list of search results.

Hope that helps.

*** Sent via Developersdex http://www.developersdex.com ***
Jul 11 '07 #7

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

Similar topics

0
9029
by: David Moore | last post by:
Hello I posted a thread about this a while back, but I can't actually find it again so I can reply to it with the solution I found, so I'm making a new thread and hoping it goes to the top of the Google search results for the error like the previous thread. This is actually a solution to a problem, not a call for help, so you can stop reading now unless you're actually interested in the solution :)
17
4234
by: Danny J. Lesandrini | last post by:
The following code works with a standard MDB to navigate to a particluar record (with a DAO recordset, of course) but it's giving me problems in an ADP I'm working on. Dim rs As ADODB.Recordset Set rs = Me.RecordsetClone rs.Find "=" & lngContractID If Not rs.EOF Then Me.Bookmark = rs.Bookmark I must site the Heisenberb Uncertainty Principal here, as it
6
2043
by: Chris | last post by:
I have been learning C and want to write a program and need someone to point me in the write direction. I want to write a program to store all my webpage bookmarks in possibly one file. I want it to be a GUI. The webpage addresses will be viewed in a tree-like structure eg. Search Engines - Google - Yahoo News - BBC
0
840
by: goinoutwest | last post by:
On July 3 I started noticing some page errors in my application. All clients where using Windows XP - MSIE 6.0. It seems these clients were passing the bookmark (fragment identifier) portion of the URI to the server. For example, with the following URL: http://testsite.com/page.aspx?myquery=test#bookmark The browser should send a request for: http://testsite.com/page.aspx?myquery=test
1
1370
by: TheMaxx | last post by:
When i use Ctrik+K, K i put bookmark. Ctrl+K, N - Next bookmark
1
2211
by: paii, Ron | last post by:
Over the years I had a problem where me.Bookmark in an open form was undefined until I closed and reopened the form. The problem was caused by an old dialog form that set an object variable to the current database then on form close, used the Close method on that variable. The following code was used during form open Set WS = DBEngine.Workspaces(0) Set DB1 = WS.Databases(0)
5
5342
by: Pipp | last post by:
Hi, this simple code works well to add a bookmark on IE, but it doesn't work on Firefox <a href="javascript:window.external.AddFavorite('http:// www.mysite.com','My site is cool');"> Can someone suggest me something ?
0
4076
by: JosAH | last post by:
Greetings, Introduction At this moment we have a TextProcessor, a LibraryBuilder as well as the Library itself. As you read last week a Library is capable of producing pieces of text in a simple way. We also briefly mentioned the BookMark which represents a single paragraph of text. We haven't seen it's implementation yet. This is the topic of this week's article part.
5
6449
by: TC | last post by:
I use Visual Studio 2005 v8.0 on two different computers. On one, the "Find and Replace" dialog gives me the option to look in the "Entire Solution". On the other computer, the "Find and Replace" dialog does not have that option. I would really like to be able to search the entire solution on the second computer, but I can't figure out how to enable that option. Does anyone have any suggestions? -TC
0
9595
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10604
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10354
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10359
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10101
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9177
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6870
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4314
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.