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

Software Development Network >> Visual Studio

Visual Studio

New Question

June to July Breaking List
Cannot Debug in VS2005
How to make CompleteWord feature to be called by CTRL+Space?
Can the debugger be used to step through a guidance package?
Forcing Update of UI before my function exits
Can anyone help to explain How to implement page transition like Newyork Times?
Class as Local Report-DataSource
Invalid Object Name in simple LINQ query
How can I create a command bar Popup in word?
Can't view CString values in debugger

Top Answerers

Little_Dice
saruna
Tomas Petricek
Bluehunter
Chimme
Apollo13
vtortola
aDarren
ksona
Lorry Craig
sitemap
Only Title

Answer Questions

  • xna3der UDDI Sample Questions

    1) Does the uddi sample work with only basicHttpBinding only Or can you use wsHttpBinding also 2) I noticed that UDDI related code is not coming from .net framework but appeared to have been generated with some internal schema or published uddi wsdl. Does this mean this code will look like this until WS-Discovery support is in place Thanks. Why can not you use Microsoft.Uddi.dll that ships with WCF I have been using it without any problems. Your welcome. Do check out the SDK documentation at http://msdn.microsoft.com/library/default.asp url=/library/en-us/uddi/uddi/portal.asp so that you know your way around. The UDDI SDK will happily serve up discovered endpoints that you can easily use from WCF clients. Andy. ...Show All

  • Jamie Thomson screen to world coordinates

    hi, I want to know if there exists methods to convert a point (captured by the mouse in a viewport) from screen coordinates to world coordinates in wpf. If not, how can I do the conversion thanks, pascal. Not sure how you would do it via a nice WPF funtion call, i haven't looked much into the 3D aspects of WPF. Although i would have thought WPF would already encorporate hit testing. Without WPF u could create a vector from your camera position to the screen co-ordinates on your near plane, in world space. Using this vector you can shoot/cast a ray and perform collision detection on your scene's object bounding volumes. Theres plenty of resources on the net for this type of stuff. A brief s ...Show All

  • Ritesh Mehta306937 web service client to indigo service communication

    How can I create an indigo service, and call it from an application through web-services, without using indigo on the client side Anybody knows an example where this is done A hello world example would be greatly appreciated. please check following SDK samples http://windowssdk.msdn.microsoft.com/en-us/library/ms751433(VS.80).aspx http://windowssdk.msdn.microsoft.com/en-us/library/ms751529(VS.80).aspx ...Show All

  • SPDOTNET BAML stream has version number '0.80' but parser can read only version '0.96'.

    Hey Guys, Im just trying to build a WPF application and i'm getting the following error. Any suggestions "Error 1 Version mismatch. BAML stream has version number '0.80' but parser can read only version '0.96'." Thanks in advance for any help! Hi Lester, thanks for the reply. I reinstalled everything on the list that applys to my setup and im still getting BAML errors: For the following code, im getting the error: The component 'System.Windows.ResourceDictionary' does not have a resource identified by the URI 'PresentationDesignDeveloper;component\themes/generic.baml'. My application is as follows: (fairly straight forward) using System; using System.Collections.Generic; using System.Tex ...Show All

  • soWillingToLearn Viewing created instances of classes/objects?

    This may be an easy one, but since I'm rather new to the VS2003 and 2005 (in general), I'm not sure how exactly to refer to it, so it makes searching for it difficult. Anyways, while debugging a solution, I'd like to pause (breakpoint) the code at some point, and obtain a list and structure detail of any created classes or objects. (Or, a specific one at some point in the code.) You know, to verify that it was built correctly and contains proper initialization data and such. Using VS2005, mostly in VB, the app is a standard Windows Application (Form), with custom class files for such. Many thanks! Cheers, Mike. This is not possible in the current Visual Studio Debugger - Sorry John ...Show All

  • Dan Vallejo - RampGroup Dual Monitors .. slow

    This is sort of a follow-up to my previous post about EID running slow on dual monitors. If you move a fairly simple WPF application so it spans the two monitors and then try to drag it in a small circle (still spanning both monitors) it is slow to respond. It also takes a second or so to become un-slow after you completely drag the window to another monitor. Two Questions: What causes this behavior Is the WPF team looking to solve this issue in V1 My concern is, our customers often spread our application across multiple monitors to gain more screen space. It would be nice to know how much consideration we have to give this scenario as we work on our new framework. thanks You seem t ...Show All

  • meighlough Web Browser in J#

    I built a working web browser with J# though I have two problems I cannot figure out yet. 1. I have a comboBox setup to accept URL's, but if it is not part of the Item Collection, it will not go out to the URL and display it. Instead it will display a null error message. What do I need to do so I can enter a URL and have it go to that site 2. I have a toolStripProgressBar setup to display the progress of the page loading. What class can I use to display the progress of the page loading Thanks... I removed the comboBox from the window and replaced it with a normal textbox. I also decided to abandon the status bar. The main problem I am trying to solve is a filtering browser that can remove certain parts of the ...Show All

  • WN3335 Determine the tcp ports the client use

    Hi How can I determine the outgoing / incoming ports of the client when using NetTcp binding The client is behind a firewall. How can I make sure the ports used will be consistent with the firewall policy Thanks manu If you just want the port after adding an endpoint to your client (for example using svcutil.exe) just check the app.config of your client. Else read this post: http://bloggingabout.net/blogs/dennis/archive/2006/11/14/Finding-available-callback-tcp-port-for-a-WCF-chat-client.aspx You manually setup the ports on the address, using either explicitly the address in your endpoint, or via baseAddress. With duplex channels, you have a callback channel which you can s ...Show All

  • InquiringMinds Word 2007 Interop problem

    Hi, I've upgraded to Office 2007 from Office 2003 and am having some trouble getting some software I made that uses the Word Interop to do search and replace working. I changed the reference to the new Interop assembly I got from the Primary Interop Assemblies . I tried converting my template documents to Office 2007 format, but that didn't seem to help. Everything else seems to be OK but I get an error at sel.Find.Text... Dim sel As Selection = app.Selection For Each objRep As ReplaceWord In DirectCast(arrReplaceWords.ToArray(GetType(ReplaceWord)), ReplaceWord()) sel.Find.ClearFormatting() sel.Find.Text = objRep.OldValue sel.Find.Replacement.ClearFormatting() The error I get is... Sys ...Show All

  • Dietz high FPS animation in WPF

    I am porting an application from managed directx to WPF one of the things I did was render tidal data by sampling that data across spacial coordinates at discrete time intervals. So ending up with a list of a list of objects (the object describing the spacial coordinates of the sample and the direction and magnitude of the tide of that sample). In the dx app the current time to render the tidal samples at was set using a slider which mapped to the index of the list for that time. In render method of the dx app it was looping thru all the samples for that time index and rendering them, it was very smooth. For the WPF implementation of this i am thinking of using a canvas with an itemscontrol bound to a DP of the same type as the ti ...Show All

  • bslim J# redist won't install

    Here is install.log - any idea what's wrong The following properties have been set: Property: [AdminUser] = true {boolean} Property: [ProcessorArchitecture] = Intel {string} Property: [VersionNT] = 5.1.2 {version} Running checks for package '.NET Framework 2.0', phase BuildList Running external check with command line "C:\DOCUME~1\dave\LOCALS~1\Temp\VSD11D.tmp\dotnetfx\dotnetchk.exe" Process exited with code 1 Setting value '1 {int}' for property 'DotNetInstalled' Reading value 'Version' of registry key 'HKLM\Software\Microsoft\Internet Explorer' Read string value '7.0.5730.11' Setting value '7.0.5730.11 {string}' for property 'IEVersion' The following properties have been set for package '.NET Framework 2.0': Property: [DotNe ...Show All

  • Delusion7 Using SccPopulateList to get the list of subprojects from VSS or other source control provider

    Hello Does anyone know how you can get a recursive list of projects (subfolders) from source control provider using SccPopulateList If you use spec 1.3 of MSSCCI, it is easily done using SccPopulateDirList which is recursive. In v. 1.2 (VSS 6.0, SourceGear Vault), SccPopulateDirList is unavailable and the SccPopulateDirList only returns one folder. If you have no prior knowledge of contents of source control folder, how can you get subfolders under the given folder Thank you I don't know what dialogs are you referring to... To support source control, you can implement either: - a VS package, taking complete control of UI and scc functionality in the IDE (this is what TeamFoundationCli ...Show All

  • Aleniko29139 WCF Channels

    Hi, I have the following scenario: IDmmyContract dummy = ChannelFactory<IDmmyContract>.CreateChannel("binding") i would like to know whether i can cache dummy for sometime and use it from more than one thread, so does the contract instance holds context information that are not thread-safe What;s the cost of creating a new contract instance per method call Thanks Thank you Kenny, Should I expect the Faulted event to fire as soon as the channel times out from being idle Or, will the event only fire if I try to make a call after the timeout I really want to avoid having try/catch blocks that are only there in case of idle timeouts. -A ...Show All

  • BilalShouman Unable to retrieve properties of IPictureDisp loaded by Microsoft Office Document Imaging (MODI)

    Steps to reproduce:   Create MDI document by printing with Microsoft Document Image Writer printer (installed as part of MS Office 2003 setup) Create new Visual Studio C# project (Windows or Console application) Add reference to Microsoft Office Document Imaging (MODI) Add reference to stdole Run following code: MODI.Document document = new MODI.Document(); document.Create("Document.mdi"); foreach(MODI.Image image in document.Images) {    stdole.IPictureDisp picture = image.Picture;    short type = picture.Type; // FAILS Exception thrown: "Element not found. (Exception from HRESULT: 0x8002802B (TYPE_E_ELEMENTNOTFOUND))" Note that in same environment stdole.IPictureDisp created by other ...Show All

  • SamuelS Disconnect a control

    Hello! I am buiding a popup with the items of a Menu Control in a C# method that has the Menu Control as a parameter. public void AddAllMenuItems(System.Windows.Controls. Menu menu) { //Popup items StackPanel stackItems = new StackPanel (); stackItems.Background = BackgroundBrush; stackItems.HorizontalAlignment = HorizontalAlignment .Center; //set border Border popupBorder1 = new Border (); popupBorder1.BorderBrush = BorderBrush; popupBorder1.Background = BackgroundBrush; popupBorder1.BorderThickness = new Thickness (1d); //add the main header foreach ( MenuItem menuItem in menu.Items) { //one item is a grid Grid sItem = new Grid (); ColumnDefinition c ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum