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 / Extensibility / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
CodeProperties2 on CSharp27 May 2007 11:37 GMT4
Yes, that's right. I just examined the same.
There is a difference between VisualBasic and CSharp: where
VisualBasic will deliver any CodeProperties as CodeProperties2 CSharp
did not.
VS2005 addin creating regions with in a class26 May 2007 13:10 GMT2
here is the code of the class I just created.
string classTemplate = solution2.GetProjectItemTemplate("Class", "csharp");
ProjectItem projectItemClass2 =
projectItem.ProjectItems.AddFromTemplate(classTemplate, table.Name + ".cs");
Upgraded to VStudio 2005 - Boundschecker gone21 May 2007 21:36 GMT4
I've just upgraded from Visual Studio 2003 to 2005 and my previously
integrated BoundsChecker 7.2 does not appear in 2005.
The license manager still shows that 7.2 is valid and my understanding is
that 7.2 is compatible with VS 2005.
Debugging Web Services: DiscoCodeGenerator20 May 2007 14:34 GMT3
I'm just getting into C# and Visual Studio C#  Express Edition.  I'm looking
to consume a SOAP web service, but have run up against an issue.  After
adding a new web reference, and then trying to instantiate it, I'm getting an
error about the DiscoCodeGenerator:
Dynamic visibility of menus and buttons differs19 May 2007 08:09 GMT1
"Once your VSPackage is loaded, the IDE relies on your commands to  
determine their visibility instead of the static visibility defined in the  
VISIBILITY_SECTION - VISIBILITY_END section." This is a quote from  
http://msdn2.microsoft.com/en-us/library/bb165743(VS.80).aspx.
Replacing ctc with vsct file18 May 2007 13:25 GMT1
I'd like to play around with vsct files to get rid of ctc files. Can I  
simply remove the entire CtcComponents folder as the ctc files and header  
files are all replaced by one vsct file? And if I add then this one vsct  
file to the solution - can I tell VS2005 somehow to use the ...
How to access automation in Visual Csharp Express Edition17 May 2007 01:07 GMT3
I'm using this code to launch an instance of VisualStudio 2005 + open a
specific solution :
EnvDTE80.DTE2 myDTE;
object obj = null;
Add-in doesn't show up in Orcas16 May 2007 15:45 GMT1
I installed Orcas Beta 1 and my Add-in for VS 2005. But the Add-in doesn't
show up in the Add-in Manager.
My Add-in installs it's .AddIn file in the folder
c:\Documents and Settings\All Users\Application
Building assembly dynamically during build/rebuild15 May 2007 19:18 GMT3
I am attempting to build an assembly from a C# project in such a way
that I build the assembly directly using codedom which relies on my
xml files that are in the project.
To put it more clearly.
VS 2005 Power Toys14 May 2007 03:11 GMT1
Can someone please tell me what the event toaster icon in the system tray is
for when VS is running?
Signature

Regards,

Could not get dependencies for project reference12 May 2007 20:50 GMT4
I am working on a Visual Studio Integration Package and I have created
a custom language service and project type. I have been looking at the
IronPython examples and using the base classes from the "ProjectBase"
code. I have a web project that references my custom project and my
How to edit *and persist* changes to a form's default resource fil10 May 2007 18:15 GMT1
I am in the process of writing a tool to automate much of the localization
of a large project. Part of this process has involved localizing message that
are displayed to the user in messageboxes, etc. These messages are stored in
resource files, and they are working for languages ...
Getting the System.Type of a CodeType or CodeTypeRef?09 May 2007 17:48 GMT1
I am writing a code generator in which I need get various information about
pre-existing types referenced in the current code body.  As long as the
types are defined in the current solution, that's not too hard.  I can find
a CodeElement for that type and go from there.  However, ...
bug in babel ShiftReduceParser08 May 2007 16:44 GMT7
I have come across what I beleive is a bug in the VsSdk babel support code
for MPPG .
Below is a description of the bug a fix for it - so far this fix hasn't
caused any ill side-effects.
DTE and MSI projects08 May 2007 13:25 GMT1
Dear NG,
ich have a problem since our upgrade for VS2003 to VS2005: In our
automated nightly build process we build some MSIs - in this process
we set the productcode and the version of the setup projects via DTE.
Pages: 1 2 April, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New 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.