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

Software Development Network >> Visual Studio

Visual Studio

New Question

database login pop up
SubMenus in XAML Context menu
DataContract issues - output doesnt match schema
Events
Missing Word Add-in template in VSTO 2005
Fixed Table Height
Cannot Open .sln (Solution File)
June CTP: generated wsdl does not have <xs:imports> for all types being used.
Streaming wmv file using rstp:// protocol fails with MediaElement
Non string name domain properties

Top Answerers

jermu
Robert D Misiak
Shawn Weitzel
David Sakhelashvili
dork
Tamizhan
Tovdb
Leedrick_
AndyL
BhuttCrackSpackle
sitemap
Only Title

Answer Questions

  • Dave Patricio Testing: LINQ/DLINQ and ADO.NET vNext - DLinq Error

    Hi, IDE:VS2005 Testing: LINQ/DLINQ and ADO.NET vNext When I throw a table on the design view and then do a build. I get this error. Error 1 Reference required to assembly 'System.Query, Version=1.0.2319.19041, Culture=neutral, PublicKeyToken=null' containing the implemented interface 'System.Query.IQueryable`1'. Add one to your project. D:\Mijn Documenten\Visual Studio 2005\Projects\XMLAdapter\XMLAdapter\Entiteiten.vb 19 20 XMLAdapter The code in that line: Public WOZs As System.Data.DLinq.Table( Of WOZ) How do I solve this Greetings, W. Burggraaf MCAD The Netherlands Found it, ofcource I forgot to set the refrence. Greetings, W. Burggraaf MCAD The Netherlands ...Show All

  • vua_rua Problems referencing an Excel project class from a Word project

    I'm tryng to call a method in an Excel project class, from a Word project, but when I call the call the class constructor, I recieve an Internal Error. // Starup method in the Word Project private void ThisDocument_Startup( object sender, System. EventArgs e) { // Reference to the Excel Project ExcelWorkbook1.Sheet1 sheet = new ExcelWorkbook1.Sheet1(); sheet.ExportarGraf1( "C:\\" ); } It says that Sheet1's constructor recieves another paramether, but I don't know what it means. Thanks a lot Hi Alex Yes, by automating Word's object model to create the embedded object, then accessing the Excel charting through that interface. Note that Excel will in ...Show All

  • sarika Studio 2003 on Vista

    Hi, I have recently upgraded to Vista business edition, from XP pro, because I am undertakeing a project to do with Windows cardSpace. My copy of Visual Studio 2003 standard edition won’t run at all, when I double click on the icon, the program seems to load up to the start page, but then immediately closes. I have tried downloading Visual C# Express Edition, but I have a very slow internet connection, so I tend to do most of my downloading at college were it is a lot faster. Visual C#, at least the one I’ve downloaded, requires files to be download whilst installing. Is there an all inclusive download Or perhaps there I can download an upgrade for my 2003 edition to 2005 I would like to sort ...Show All

  • Limehill PageFunction Base Class

    Hello, Recently, I put together a quick prototype for a wizard (with your help). Now I'm looking at it and it feels like that I copy pasted a lot of code. So now, I would like to create a class hierarchy for my wizard pages (developed using page functions). But whatever I try I get a compiler error :( Is it possible to have a concrete pure PageFunction class to act the base class for several other page functions. Something like this: Public Class BaseWizardPageFunction : System.Windows.Navigation.PageFunction<String> { public virtual void Method1(){...} } Then have a partial page function with accompanying XAML code such as: Public Partial Class WizardStartPage : BaseWizardPageFunction { .... } <PageFunction xm ...Show All

  • GTH Where do you set SOAP Encodings in WCF web service ...

    In standard ASMX Web Services you could set the SOAP Encodings to doc-literal, doc-literal wrapped, and others. Where do you set this SOAP Encoding in WCF Services I've not been successful in locating this in the documentation. Thanks. please check this sample http://windowssdk.msdn.microsoft.com/en-us/library/ms752219.aspx Hi Madhu, I checked out the sample. I'm trying to get the encoding to be doc-literal . It seems that setting the following attributes on the service should do the trick: [ ServiceContract (), XmlSerializerFormat (Style = OperationFormatStyle .Document, Use = OperationFormatUse .Literal)] However, the encoding of the message is still set to doc-literal wrap ...Show All

  • Jae Recommendations on displaying a list in a grid

    I have a column in a GridView that needs to display a number of items. I've placed a Listview and a listbox in the column and both workd fine. However, it is obviously a workaround since you can select the individual items (I know...I could disable it, but it looks cheap). Any Idead on a good approach for this Just use the ItemsControl (from which Listview and ListBox derive). Set the ItemsControl Template property to be a StackPanel with Vertical Orientation. The rest of your XAML will look the same as if you were using a ListView or ListBox. ...Show All

  • AdrianWoods disabling repainting while writing to many cells

    Hello, How do you disable and reenable repainting I have an AddIn that writes out alot of data to work sheets and I am experience a slow down because excel is repainting every time a cell changes. I am trying to disable repainting, write out all my infomation, enable and invalidate the sheet. Thanks The solution is to set ThisApplication.ScreenUpdating = false and when your finished writing, set ThisApplication.ScreenUpdating = true. ...Show All

  • Jackuline Custom Skins/Themes

    I want my users to be able to customize my program through xaml-files. I've seen that this is possible in WPF in some Login-example(found here[1]). I've tried to copy that code into a new project but nothing happens when i start the program. (The buttons size will remain 30x30 pixels)  [1] http://wpf.netfx3.com/files/folders/applications/entry3927.aspx This is my code: Main-window (XAML): < Window x:Class = " TestSkin.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " TestSkin " Height = " 600 " Width = " 800 " > < Canvas Width = " 800 " Height = " 600 " > < ...Show All

  • T.Vargek Setting foreground and background to be the same when a control is disabled

    Can someone suggest XAML code that would set the foreground and background of a control (say a TextBox) to be the same when it is disabled as it was when it was enabled. I mean if the Background was white and Foreground was Black when the TextBox was enabled, if the TextBox is disabled, the Background and Foreground should remain the same and not be grayed out. I am using the following XAML with XAMLpad and it gives me the above error <Page xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:sys="clr-namespace:System;assembly=mscorlib"  xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " >   <Grid> <Grid.Resources>  <Style x:Key="TextSt ...Show All

  • Evgeny Popov Reporting Project Differences with report

    Hi Frenz, I wanted to know if we can through command line find difference between two projects such that we can check whether contents of a file in the project (for eg a.txt) in $/pro1 has differences with file in the project (for eg a.txt) in $/pro2 in such a way that it generates reports betwwen the same files. For Eg 1)a.txt in $/por1 has the following contents abc abc1 2) a.txt in $/pro2 has the following contents abc bfe hjk now the command line code should be such that it should check whether contents of a.txt of $/pro1 is present in a.txt of $/pro2 but not vice versa. so it should mention in the report that abc1 is not present in a.txt of $/pro2. Please shed some light on how to do it. Thank you. Regards, Rajiv. ...Show All

  • robinjam Customizing ToolWindowPanes and Dialogs

    I am customizing VS2005 to get a 'simplified' environment by means of making invisible certain elements. For example to hide away 'Server Explorer' I would do: Window winServerExplorer; winServerExplorer = (Window)dte.Windows.Item(EnvDTE.Constants.vsWindowKindServerExplorer); winServerExplorer.Close(vsSaveChanges.vsSaveChangesNo); In this case it works but, if I try to close 'Output Window' or 'ToolBox' the IDE crashes. I also am not able to get a reference to 'Error List' ToolWindowPane. I would also like to customize the "New Project ..." dialog by inserting an image, adding some new project types and hinding some of the existing project types. Would anybody be so kind of lightening my way Best regards, Marcos Ruano ...Show All

  • CoDeR X Using "Indigo" from within Internet Explorer 7?

    Will the XMLHTTP object within Internet Explorer 7 be constructed to be able to use "Indigo" -using script- (and I mean things like security, confidentiality, RM, etc) without having to create custom components in .Net that the script interact with Yes, thank you very much; exactly what I meant. I would appreciate a post some time in the future (either here, in the IE blog, or anywhere :D ) about the findings on this. Thanks again, Rob One other detail, there is a MSDN doc about specifying channel credentials that you might find useful as well: http://windowssdk.msdn.microsoft.com/en-us/library/ms731961(VS.80).aspx ...Show All

  • RyGiL Prevent creation of report on Page_Load - render with button clik

    How can I prevent the reportviewer from rendering on Page_Load (or whereever it gets rendered ) When my page first loads, I'd like the report to not render, then after user selects date on calendar control and clicks button, render the report. Thanks thank you everyone If you set ReportViewer.ShowReportBody = false, the report will not render, even if all parameters are satisfied. I do a similar thing on a report page that has textboxes, check boxes, radio buttons, etc. for the user to select report criteria. The page comes up with no report and the user can select the desired criteria, then click on an Apply button which then ...Show All

  • Ultrawhack Creating word template with bookmarks. is this the soloution?

    I need to simulate a report sections in word document. report header section is implemented as word header and footer but how could i simulate detail and group sections. thanks in advance Can you explain why you'd use VSTO (and not automate Word) That might help me understand what kind of information you're looking for. Also, what version(s) of Word are you targeting, and in what time-frame OK, I think I understand what you're asking. You want something like Customer info Order item Order item Order item Customer info Order item Order item Order item 1. Word's Header / Footer is NOT the correct thing to use in this case. The information in the Header and Footer "Stories" repeats ...Show All

  • Inari How to control the dropdown items for built in controls

    Hi, I want to reduce the number of font items in the font dropdownlist . eg . I just want to show 12,16,18,20 size fonts and it should have the same effect on the text which the built in control gives. Also, for font color dropdown i just want to diplay only standard colors once i click it . Is it anyway I can control this Thanks in Advance. Abhishek Oh Sorry, May be I didnt expalined it clearly . I am creating a VSTO Excel Addin . I am having a highly customized ribbon with lots of custom controls as well as normal built in controls(idMso). If you click on font size dropdown you will see lots of font sizes . I want to restrict user to select only first 5 from there and show only first five. The problem is ...Show All

555657585960616263646566676869707172

©2008 Software Development Network

powered by phorum