| Thread | Last Post | Replies |
|
| CodeProperties2 on CSharp | 27 May 2007 11:37 GMT | 4 |
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 class | 26 May 2007 13:10 GMT | 2 |
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 gone | 21 May 2007 21:36 GMT | 4 |
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: DiscoCodeGenerator | 20 May 2007 14:34 GMT | 3 |
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 differs | 19 May 2007 08:09 GMT | 1 |
"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 file | 18 May 2007 13:25 GMT | 1 |
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 Edition | 17 May 2007 01:07 GMT | 3 |
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 Orcas | 16 May 2007 15:45 GMT | 1 |
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/rebuild | 15 May 2007 19:18 GMT | 3 |
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 Toys | 14 May 2007 03:11 GMT | 1 |
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 reference | 12 May 2007 20:50 GMT | 4 |
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 fil | 10 May 2007 18:15 GMT | 1 |
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 GMT | 1 |
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 ShiftReduceParser | 08 May 2007 16:44 GMT | 7 |
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 projects | 08 May 2007 13:25 GMT | 1 |
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.
|