Software Development Network Logo
  • SharePoint Products
  • Visual C#
  • Game Technologies
  • Smart Devicet
  • Visual Studio
  • Windows Vista
  • SQL Server
  • Windows Forms
  • IE Development
  • Microsoft ISV
  • Visual Basic
  • VS Team System
  • Visual C++
  • Visual FoxPro
  • .NET Development

Software Development Network >> Visual Studio

Visual Studio

New Question

How to migrate word template from vsto 2005 to vsto 2005 se ?
TreeViewItem: hide item when it is the last node in the tree level
Crystal reports is displaying messed up report
Alternating the BackColor for Detail Rows in a Report
Sandcastle - F1 context help
Very odd excel list object issue
Feature Request: Please support nested Master Pages in the designer!!
DataSet Serialization errpr with nettcp Binding
Styling Brushes
My 'Visual Studio 2005 Professional Disc 2' not working

Top Answerers

Jive Dadson
Matrix818181
Luis Esteban Valencia Muñoz
Ather.
notacoder75455
Wil Burton
John E Katich
tronix
ItsMe!!!
Lewis Horowitz
Expression 3D Toolkit
Only Title

Answer Questions

  • just david AssemblyInfoTask crash

    AssemblyInfoTask is crashing if an input file doesn't have an AssemblyVersion or AssemblyFileVersion property set. Is this by design It'd be nice if it could automatically add a default version, or a version based on the information given to the task, to the input file. Brad, Is it really "crashing" in the missing case, or giving an error It should be giving an error saying the stubbed out entry needs to be in the file. I agree that it would be nice to have it automatically insert it if it's missing, but I didn't have the time to get that implemented. Same goes for the asterisk case. Thankfully you only have to make that change once, and then the task will work going forward. If it really ...Show All

  • Maheswar How Can I generate the Help file for Dependency DLLs. ?

    I have all the assemblies in one bin folder. now I want to generate the common .chm files for all the assemblies as well as thier dependencies. I got lot of reference which generates the standalone .chm file and I am able to do so successfully but not found any source which helps to generate help file for dependencies and link it to common .chm files and give us only one .chm file. Regards, alok Alok, Could you email me a screen shot so that I can understand the differences Anand.. Hey Anand, Good news. I am able to generate the .Chm file for all my assemblies with all dependencies. Now please let me know that is there any differences in the way ///<summary> tags are written. As my build program was ...Show All

  • Selectis Compose a Transform3DGroup with another Transform3DGroup in XAML?

    I have a Transform3DGroup for one model which is composed of a rotation followed by a translation. I want to define a Transform3DGroup for another model which should be transformed relative to the first model, ie it is composed of a rotation followed by a translation followed by the composite transform from the first model's Transform3DGroup. Initially I want to do with using XAML resources, eg:   <Viewport3D.Resources>     <Transform3DGroup x:Key="transform1">         <RotateTransform3D>             <RotateTransform3D.Rotation>             &n ...Show All

  • Liam404 Printing from Word Query

    We are producing an application which in the fullness of time will be producing and outputting large numbers of Word documents. I have heard that Microsoft recommend you don't instantaite copys of word for printing purposes from a scalability point of view. What is the recommended way of printing large numbers of documents without requiring Word itself to be installed and instatiated Regards Jer Hi Jer Note that this forum is specific to VSTO technology questions, although you can get some help related to the application object models. The more appropriate place to ask general questions would be http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.automation&lang=en&cr=US Th ...Show All

  • Martin Moe RegMon helps

    Hi, I just installed Visual Studio 2005 on Windows x64 and when I open it up it keeps coming up with the error: Class not Registered. Looking for object with CLSID: {00BB2763-6A77-11D0-A535-00C04FD7D062} I've tried doing some searching and it seems thats the AutoComplete class but I'm not sure and I dont know what to do so I'm posting here. Thanks for any help. Create a .reg file and copy paste the following and double-click it in the Windows Explorer: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{00BB2763-6A77-11D0-A535-00C04FD7D062}] @="Microsoft AutoComplete" [HKEY_CLASSES_ROOT\CLSID\{00BB2763-6A77-11D0-A535-00C04FD7D062}\InProcServer32] @=hex(2):25,00,53,00,79, ...Show All

  • den2005 Moving images but no redraw

    I have 5 images (image controls) on a canvas and I want to move them from one side of the screen to the other. As if they were sliding in. This is done by changing the Margin in a For..Next loop x times. The problem I have is that they are not drawn as they move across the screen. In old VB a Doevents would solve this problem but I can see from other posts that that is no longer an option. Some have suggested using the Dispatcher but I can’t quite figure out if Microsoft thinks this is a good idea or not. What else is there. Maybe moving the For...Next loop into a new Thread. Surely not... Any ideas All code bits in VB please. rune Hmm, This is a bit different in VB. Here I ...Show All

  • KarthikNarasimhan Help! 0x800a16c1 - Object has been deleted

    Hi I'm working with VSTO 2005, Word Document, C#. I've done a word document where you can add lists with items inside a table. So everytime i want to a add a new list,, the C# code gets the range of a bookmark where i want to work, then it insert a row in the table, then add the xmlnodes and then add the info written by the user in an Actions Pane. the document works fine when i build it from VSTO. so i created the installer and the security policies and all that stuff. When i open the document for the first time, it works great! i create new lists with the actions pane, and everything is ok. So i save the document with another name. Then i open the new document, and when i try to insert a new list through the actions ...Show All

  • xplosiv_1 How to get an assembly version in XBAP without security exception?

    Hi, in my code that does some licensing checks, I need to retrieve the version of a specific library assembly and compare that to the license. In XBAP, when I try to call Assembly.GetName().Version to retrieve this data, it blows up for me with a file I/O security exception: System.Security.Permissions.FileIOPermission at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.Reflection.Assembly.VerifyCodeBaseDiscovery(String codeBase) at System.Reflection.Assembly.GetName(Boolean copiedName) at System.Reflection.Assembly.GetName() Is there any way that the assembly version can be checked from within an XBAP ...Show All

  • pigi76 Getting Error on one node of cluster: Object reference not set to an instance of an object.

    We have a SQL 2005 SP1 cluster that is also hosting Reporting Services. On one of the nodes when accessing reporting services we get a " Object reference not set to an instance of an object." error when running a report, the Export and Search tool bar options also show. We get this entry in the ReportServerWebApp log: at Microsoft.Reporting.WebForms.WebRequestHelper.ExceptionFromWebResponse(Exception e) at Microsoft.Reporting.WebForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension) at Microsoft.Reporting.WebForms.ServerReport.GetStyleSheet(String styleSheetName) at Microsoft.Reporting.WebForms.ReportServerStyleSheetOperation.Perform ...Show All

  • Lotek Deviant How do I restart an animation?

    I have a ListBox which i'm scrolling horizontally to the left by a fixed amount, when the animation state changes, I adjust the contents of the listbox, and want to start up the storyboard again which should translate it back to zero immediately, then begin scrolling left again... The callback works, i manipulate the datasource for the listbox, but can't seem to find the handle on where i should be "restarting" the animation. I got it to "start" again using BeginAnimation on the ListBox, but that didn't reset the current value of the clock... e.g. it stays as the "To" value the whole time. Here's a xaml fragment showing how I have the animation coded, as a templated item on the itemsPanel. < L ...Show All

  • RemcoJVG Loop Project Files

    Hi Is there a way to to gather all filename(full path) in any given project I succeeded in get a CS project code to parse using ProjectItem.Properties, but this method fails when run agains a CPP project. Any Ideas Thanks Alistair Have you tried the Project.FullName property Then see my article: HOWTO: Navigate the files of a solution from a Visual Studio .NET macro or add-in. http://www.mztools.com/resources_vsnet_addins.htm I was already using the Property.FullName Value, I was looking more for a way to loop the all files in a given project . Thanks Alistair ...Show All

  • jens_essen Visual Studio 2005 Freezes

    okay, the reason why i posed it here instead of a "Visual Studio" forum is because it only seems to freeze when i am working in the WPF environment.  When i load a project and switch to design view it takes at least 20 - 30 seconed until the design is loads and it hogs up cpu usage.  I don't think it would be an issue with my pc because i can work in a Windows Forms environment fine but just in case:  I have 512 mb ram Pentium(R) 4 cpu 3.33ghz.  Below is the installed products that i have for VS.  Microsoft Visual Studio 2005 Version 8.0.50727.363  (SP.050727-3600) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Professional Microsoft Visual Basic 2005   77626-009-0000007-41495 ...Show All

  • Clinton Chau BitmapDecoder Metadata via HTTP URI

    I am trying to read MetaData (i.e. Camera used in a photo) from an image sitting on my website. I know the metadata is in the photo, and I know the web server is transferring it by watching a HexDump of the data after a direct request to the server. Also, when I transfer the photo to my local harddrive, I can read the MetaData with the following code: Uri uri = new Uri (" file://c:\\temp\\testimage.jpg " ); BitmapDecoder decoder = BitmapDecoder .Create(uri, BitmapCreateOptions .None, BitmapCacheOption .None); BitmapFrame frame = decoder.Frames[0]; BitmapMetadata m = frame.Metadata as BitmapMetadata ; However, whenever I change the uri to use an HTTP style and pull the image directly from my website without ...Show All

  • Mehmet Metin Altuntas Save instance of model in menu command

    Hi, If you hit the 'transform all templates' button in the instance of your DSL then your model is saved first before it's going to generate code for that model. Which makes sense, because otherwise code will be generated for the last saved model but normaly you want the code for the current model. But I'm doing my own code generation on a Custom Menu Command (because of the 1 file per template limitation). Of course I also want the model to be saved before I'm going the generate code. I found the following solution which works, but I don't know what it's exactly doing: " this .CurrentData.Save( this .CurrentData.FileName, 1, 0); " The function header is: int DocData.Save(string fileName, int remember, uint formatIndex); Dunno ...Show All

  • M a t i a s MinHeight on Scrollbar Thumb?

    Is there a way to set the minimum height of the thumb on a vertical scrollbar Similar to windows, when a scrolling area contains a significant amount of content, the thumb or 'floater' becomes very short. I am trying to prevent this using templated styles for a scrollbar, but have not been able to customize the dimensions of the thumb. Thanks a lot Neil, it works!!   I would like to have an answer on that question too! Our designer made a fancy image to use as a thumb, but when the number of items becomes too much the image is cut. And he doesn't like that! So anybody has any idea how to solve this Haven't tried it, but this looks like it should work. YourScrollb ...Show All

636465666768697071727374757677787980

©2008 Software Development Network

powered by phorum