Questions tagged [objectbrowser]
38 questions
2
votes
1 answer
Cannot see in Object Browser a Referenced DLL?
I have an application to which I've added references to Microsoft.Xrm.Sdk and Microsoft.Xrm.Sdk.Workflow...but when I view Object Browser they don't appear anywhere in the Object Browser. They used to, but now they don't. Any ideas on why?

Dave Mackey
- 4,306
- 21
- 78
- 136
2
votes
0 answers
C++ ansi namespaces in object browser
I'm wondering if it is possible to view what's "inside" the C++ ansi/iso namespaces just like visual basic or c# using the visual studio's object browser. Like view what functions are in the namespace "std", or what's in the iostream or cstring (are…

Cobold
- 2,563
- 6
- 34
- 51
1
vote
2 answers
How to enable Object Browser Search in Visual Studio 2010 Possessional
I'm using VS2010 and can't seem to find how to enable the search bar in the Object Browser.
I've searched for quite some time and all I've been able to find are instructions on how to enable it in VS2010 Express. Namely to enable expert mode via…

emmersive
- 11
- 1
- 4
1
vote
1 answer
Get BaseTypes of an Assembly by Reflection
im trying to develop an app. like vs ObjectBrowser and flow was something like this:
stackoverflow.com/questions/6939400/create-a-application-like-visual-studio-object-browser
now my problem was i cant find the method for calling all basetypes…

Elegiac
- 361
- 2
- 15
1
vote
1 answer
replacing vs object browser with reflector?
Has anyone tried to build or seen a plugin for visual studio that replaces the object browser of with Reflector? It would be really cool if I do "Go to Definition" I would end up in Reflector at the correct place instead of in the VS object browser.

bitbonk
- 48,890
- 37
- 186
- 278
1
vote
1 answer
Why can't I browse dll to figure what's in it?: "Some components could not be browsed"
I'm looking for a missing COM interface X which I suspect is defined in Y.dll. I can peek at this presumptive interface using
grep X Y.dll
which says "matches". Hurrah, suspicion confirmed!
Alas, when I use the Object Browser in Visual Studio…

S Imphead
- 33
- 4
0
votes
2 answers
Finding a typoscript code on big pages
There's a meta tag with charset ISO and I need to change it to utf8. I browsed through templates and configs, and cannot find the meta tag where it is set. Also I tried to override it with:
config.metaCharset = utf-8
and other config settings on…

ggzone
- 3,661
- 8
- 36
- 59
0
votes
0 answers
How can I change the display language in Object Browser in VS?
In the object browser in Visual Studio, language elements are displayed in VB.
Can I change the display language to C#?

Georg
- 1,946
- 26
- 18
0
votes
1 answer
Refresh button not updating database in SSMS although query is successfully completed :(
I'm running different queries in SSMS it shows "command completed successfully" but when I refresh the database, can't see the updates in databse.
Though you can see in image that I have created two database as students and students1. I have deleted…

Known Silhouette
- 3
- 1
0
votes
1 answer
Unload Assembly or AppDomain after Use (like in Object Browser)
I am trying to load external Assembly to list out all Types, Methods and Properties during run time, just like Object Browser in Visual Studio. My requirement is, I want to Load external Assembly list out its Members in a treeview and Unload the…

coding_cs
- 77
- 9
0
votes
1 answer
How to view .net/mono framework class hierarchy?
The two basic views in Visual Studio's ObjectBrowser and Monodevelop's Assembly browsers are Namespaces and Assembly based. How to get to a class hierarchy based view of the frameworks ?

explorer
- 11,710
- 5
- 32
- 39
0
votes
1 answer
Visual Studio SDK get type modifier information - is type abstract or internal?
I use the IVsObjectList2.GetCategoryField2 method to retrieve different information of a type.
Now I wonder how I can retrieve C# specific information like abstract or internal modifier of a type?
The Object Browser can displays this…

Snowcrack
- 549
- 1
- 5
- 13
0
votes
1 answer
How do you clear Visual Studio's object browser cache?
We have a library project that we are working on, and in a different project I have the feature branch installed as a Nuget package. Changes are being made on the branch, but version number isn't being updated, so the Nuget package is getting…

TJ Rockefeller
- 3,178
- 17
- 43
0
votes
1 answer
ComboBox Enter event disappeared from Object Browser
I have a class module where I am extending the functionality of the MSForms ComboBox in my Excel VBA project.
I added the combo box reference to my class:
Private WithEvents cBox As ComboBox
I added a bunch of event handlers for this combo box…

Tomasz
- 343
- 2
- 9
0
votes
1 answer
How to know if program is COM and can be browsed in Visual Studio?
I am using VS2005 to develop VBScript tool, I want to use VS2005 Object Browser to browse all objects, I added cscript.exe and excel.exe, but I couldn't find any COMs else, when I tried to add notes.exe, it is said that is not a COM but a FILE!
How…

mikezang
- 2,291
- 7
- 32
- 56