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

Software Development Network >> Visual Studio

Visual Studio

New Question

Update UI Thread from Background Thread - Control.Dispatcher
virtual directories
Help! The socket connection was aborted.
Animating a canvas?
Reporting in asp.net 2.0
naming a uielement within a custom usercontrol
Setting Up VS 2003 and VSS 2005 for web projects
Exception from HRESULT: 0x800A03EC when trying to access Range properties
Activation of Multiple Services in IIS
Sandcastle December CTP - BuildAssembler throws XML exception.

Top Answerers

jsdratm
Mike Martin24365
Johnny2006
imj
Josh Holmes
Philip Jaques
kanna215
ZombieCron
Binary
magicalclick
sitemap
Only Title

Answer Questions

  • Anand Raman - MSFT Error: Internet Explorer cannot download ...ed.ReportViewerWebControl.axd from site

    I have created a local report and used ReportViewer Web control. The Export to Excel and PDF functionality is working fine on developer machine. But I am getting the above error in test environment. I have installed .Net 2.0 and ran Reportviewer.exe on test machine. Any one can know the solution for this Thanks, Jitendra ...Show All

  • IdoMC How to determine if my datatable is caching in the document.

    All, I have a word document that I've modified with an xml schema. I have set the document up to allow a datatable to populate the xml nodes. I can run the code to generate the dataset in the ThisDocument_Startup method of the document. So the word code works. But I am wanting to cache the data into the dataset via a certain call from a web page. I have a method on an aspx page that calls a class that uses the ServerDocument object and takes the same code as I mentioned above (in the word document) and creates a datatable from a database. Then I'm caching the datatable by using: hostItem.CachedData[datasetName] Then I'm saving the file back to the stream, and then writing the stream document with sd.Document. So the resulting file s ...Show All

  • xLogicTalentedx Framework 1.1 in Vista

    I have an application developed using Framework 1.1 and I want to install n my windows vista RC1 but I am getting compatibility problem.. what's the solution if I only have the setup files what problem are you having Windows Vista has .NET 3.0 (currently .NET 2.0 I believe until the final release of Vista). The application should work. ...Show All

  • My Name is Adam URL Escaping.

    Hi, I know this isn't a WCF question per say - but related. I'm calling a WS from a .NET WCF client. The endpoint is formated like this: http://IP/wsgwsoaphttp1/soaphttpengine/http%3A%2F%2Fblah.dk%23ACTION Now this is a URL-encoded string for: http://IP/wsgwsoaphttp1/soaphttpengine/http://blah.dk/ACTION When the endpoint is opened a Uri is created behind the scenes. This URI escapes the string into: http://IP/wsgwsoaphttp1/soaphttpengine/http:/blah.dk/ACTION (Notice missing "/"). This is done in the canonicalize function of the URI : http://msdn2.microsoft.com/en-us/library/system.uri.aspx "Canonicalizes the path for hierarchical URIs by compacting sequences such as /./, /../, //, including escaped representations." ...Show All

  • BhuttCrackSpackle Applying a style to the child items of a control

    I need to customize the look&feel of ListBoxItems of a specific ListBox. If I use the TargetType attribute on a Style block to ListBoxItem, I can get this to work well. But this means any other ListBox with ListBoxItems would also get affected. If I specify an x:Key for the Style, I can then use it, but I'd need to specify it for "each" ListBoxItem. That's over-kill. I could derive a dummy class from ListBoxItem, and use TargetType on that class - but that seems like a hack. Is there anyway I can specify a style on the ListBox that affects its child ListBoxItem items Thanks in advance. You can use ItemContainerStyle Thanks man, that was it. Can't believe I missed it as I had gone through the MSDN doc ...Show All

  • IgorB Relationship from CompartmentItem and port shapes

    Hi all! I want to be able to create RelationShip from a CompartmentItem to a ModelElement. Since this is (as I understand it) not supported "out.of-the-box". I have hope that Port Shapes can help me in this task. I do however have some difficulty in finding information on the port shapes concept. So I would appreciate if someone could shed some light over this concept or maybe guide on where to read about it Kind regards, Diego Hi Alan! You understood my question/problem perfectly and your alternative suggestion was exactly what I was looking for. Thanks a lot. Diego Hi Diego, If I understand you correcly, you want to dr ...Show All

  • JohnK1 ReportVeiwer and cookieless sessions

    Does anyone have viable workaround for using web reportviewer in cookieless mode Thanks, Ben. > 2.  When trying to export to excel or pdf, I get the following error (which is what I got before SP1 if I tried to view the reports at all): Yes, there is an issue with report exports. Here is my solution (actually, it's a filthy hack). The report window is activated by this JS function (I took it from Reserved.ReportViewerWebControl.axd): function HandleClientSideExport() {     // Some stuff ...     // Perform the export     var fullExportUrl = this.m_exportUrlBase + escape(selectedFormat);     window.open(ful ...Show All

  • itowlson Filling out word template using VSTO and C#

    Hello I'm pretty new to VSTO and working with office documents from the programming side of things. What is the best way to fill out an existing word template, eg. with customer and product information using C# The whole process need to run in the background of a larger applikcation creating different documents containing different information. Can someone point me in the direction of samples or walktroughs explaining how to do this. I have searched a bit, but not really found what I was looking for. -- Sparre Hi Sparre Which version(s) of Office do you need to support Office 2003 for the time beeing... The simplest way is with the VSTO Bookmark, which allows ...Show All

  • airwalker2000 how to create a line chart in crystal reports with access database

    hellow, I wants to create a line chart in crystal report,can anybody give me the details. hi all, Now i wants to show stations and their respective distance on Y-axis ,on X-axis timing of the train,so in all there are 4 fields 1.stations 2.the distance between the stations, 3.train name, 4.the timing of the train. help me to solve this problem. hi...create a blank report on crystal reports...select your database...then click on Insert on the MenuBar then click Charts...you can find Line Chart in there...the wizard will guide you on selecting what to display on your line chart ...Show All

  • Duncan_ Running WCF client without installing WinFX by just copying the WCF DLLs

    Can I run WCF client without installing WinFX by just copying the WCF DLLs I copied the WCF DLL files to a test machine with .net 2.0 installed, when I run a WCF client, I got the exception as the following. Looks like the answer is no. Just want to verify with the expert. Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.ServiceModel.DiagnosticUtility' threw an exception. ---> System.Config uration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: Unrecognized configurati on section system.serviceModel. (C:\interop\WCFClient\bin\client.exe.config line 3)    at System.Configuration.ConfigurationS ...Show All

  • NozFx Peer Channel Chat Sample - Not working for me

    Hey guys, I've been searching the forums but haven't found any answer. Here's the deal, I have .NET 3.0 on my laptop, and I installed the WCF samples. I can successfully build and run the Peer Channel Chat application, however, when I send a message, it does not send to the other clients. :( So it's not working... what do I have to do to get it to work I did not change any of the code. What are the necessary steps needed to take before I can get this specific sample to run I noticed the links to the "One time setup for WCF samples", but all those steps were for IIS hosted services over http. This app is tcp only, if I have read the code correctly. So what is needed to get just this sample to run I installed it on my wo ...Show All

  • soconne Filling combo boxes with DB data

    Hi, I am new in J# although I know a little bit of java and this is my first big problem I have a table in a data base with Id , Column1 , Column2 and Colums3 columns. And in a form I have three combo boxes that I want to fill with the data in Column1 Colum2 and Colum3 respectively but the values can't be repeated. Then I want to rescue the Id of the values selected by the user. I think that may be solved doing a SQL query for each combo box doing something like this: SELECT DISTINCT ColumnX FROM Table and then, to take the corresponding Id, something like this: SELECT Id FROM Table WHERE (Column1=ComboBox1.get_SelectedValue()) AND (Column2=ComboBox2.get_SelectedValue()) AND (Column3=ComboBox3.get_SelectedVa ...Show All

  • excheq Why strongly DataTable can't retrieve data in client in WCF?

    Hi, I have a method which will return a strongly DataTable in service, in service side it will retrieve 10 records from DB but there is no any data from service to client. Anyone know the issue and how to resolve it Thanks, Zhihao I didn't decorated with the DataContract attribute in TestDataSet, //Service public TestDataSet Method1() { TestDataSet ds = new TestDataSet(); for (int i = 0; i < 5; i++) { TestDataSet.TestDataTableRow row = ds.TestDataTable.NewTestDataTableRow(); row.Name = i.ToString(); ds.TestDataTable.AddTestDataTableRow(row); } return ds } public TestDataSet.TestDataTableDataTable Method2() { TestDataSet ds = Method1(); return ds.TestDataTable ...Show All

  • stlaural Access to Template Controls

    Hello, here some xaml: < ResourceDictionary xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " xmlns:c = " clr-namespace:myTest " > < ResourceDictionary.MergedDictionaries > < ResourceDictionary Source = " Common.xaml " /> </ ResourceDictionary.MergedDictionaries > < Style x:Key = " DefaultLayout " TargetType = " {x:Type Page} " > < Style.Resources > < ObjectDataProvider x:Key = " LayoutData " ObjectType = " {x:Type c:DefaultLayoutData} " /> < ScaleTransform x:Key = " ScaleTransfo ...Show All

  • CommonMan53 GridSplitter -- is it dead in the current version?

    Is GridSplitter broken in the latest beta It doesn't seem to even show up at all. It doesn't work in the samples nor anywhere else. If it's just not working for this beta, will I expect to see it working again in the next version, or will there be some breaking changes Thanks, Rei Yes there are breaking changes in June CTP: http://www.charlespetzold.com/blog/2006/06/271246.html http://notstatic.com/archives/44 If you want to see your gridsplitter you should specify it's size (e.g. Width="3"). Making it fill (HorizontalAlignment="Stretch") dedicated grid column that has size specified(something other than auto) does trick too. HTH. P.S. I believe that in Mike Greenwa ...Show All

464748495051525354555657585960616263

©2008 Software Development Network

powered by phorum