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

Software Development Network >> Visual Studio

Visual Studio

New Question

Web Configuration Problems
How to receive command event from data templated menu items?
Creating a sideways tab control
How to "Load data once" in Pagebased Application?
Authentication - Winforms
Error : The default entity container name 'HRISBusinessModel.HRISBusiness' is invalid.
WCF Proxies different depending on binding
Custom Control - Generic.baml file not generated
Cannot access assembly from end user computer
Build and Debug Times Increased Significantly after Migrating to VS2005

Top Answerers

Nilavu
pinoyz
DouglasL
Michael J Brown
jimmy_t
NoEgo
Blkbird
Frank Uray
allpdoff
ElliotHC
/n software inc.
Only Title

Answer Questions

  • Will Rau Organizing additional content

    Asside from interrupting the processing and using a external script or executable, how does one go about organizing additional content within the help file Thanks! Rory It's on my To Do list and I've written out some ideas on how to make it work. It'll probably be a week or two before its ready. I'm about ready to release a new version that has the ability to explicitly specify which additional content item is the default page and whether to put the additional content above or below the namespaces in the table of content among other things. Eric Thanks! I'd love to see it. I'm going to release an update shortly so you'll probably have some code merging to do too. Eric ...Show All

  • Bernaridho Enable/Disable based on Listview

    We're all run into this...you have a listview/Listbox, etc and a related button.  you only want the button to be enabled if the List has a selected Item. So...you create a SelectionChanged event handler say button.IsEnabled=TheList.SelectedIndex>=0; no big deal... Is there a way to do this only with XAML I know I could mess with an animation and hook that into the selectionChanged event...but that seems like a bit of overkill.  I tried just Binding Button.IsEnabled to the Listview, but I couldn't find an appropriate property and I couldn't say Button.IsEnabled=(listview.selectedIndex>=0) ...at least I don't think I can.  I Also though about Creating an IValueConverter that would convert a SelectionInde ...Show All

  • ArnieSacnewsome Schema Crawling Question

    Hey there team, If I wanted to get the names of fields that comprise a key, what's the preferred way of doing that :) I've been crawling around in the MetadataWorkspace, and boy there's a lot there. Might be beneficial to have some sort of post that outlines the big concepts with this namespace... Thanks! Mike Sigh... I obviously cannot read. Let me try CSpace. :) (I tried deleting that post but it wanted to delete the whole thread weird). Awesome!  Very cool.  Thank you for your time and help... much appreciated. :) It looks like that the Type that GetType sends back is not an EntityType.  It's a ClrNonScalarType .  Here is my code.  Can you see what I'm doing wrong SchemaKey key = ...Show All

  • pcompassion Receive timeout

    Hi! I can create a simple WCF application. In service I write: [ ServiceContract ] public interface IPhotoGet { [ OperationContract ] Image GetPhoto( string name); } ServiceHost svcHost = new ServiceHost ( typeof ( PhotoImplement )); svcHost.AddServiceEndpoint( typeof ( IPhotoGet ), tcpBinding, @"net.tcp://localhost/photo" ); svcHost.Open(); And in client I write: IPhotoGet photoGet = ChannelFactory < IPhotoGet >.CreateChannel(tcpBinding, new EndpointAddress ( String .Format( @"net.tcp://{0}/photo" , tbAddress.Text))); Image result = photoGet.GetPhoto(tbPhotoName.Text); pbResult.Image = result; When I try to execute method GetPhoto, which m ...Show All

  • CorneVR Document Activate Event, and TextSelection (ActiveDocument Text)

    I am writing an addin for Javascript files - a dropdown similar to what you see when you open up a .cs file - with a list of all member variables and functions. I have a solution that works, but its got a couple hacks that I would like to know if there is a better way to solve: 1) To get the text of the currently active document, I do this: int currentLine = textSelection.CurrentLine; textSelection.SelectAll(); _Code = textSelection.Text; textSelection.GotoLine(currentLine, false ); while this works great, it causes the screen to flicker on the select all, and the scroll is lost when I go back to the line I was on . Is there a better way to get the text of the active document 2) Is there a way for me to know that ...Show All

  • rWarrior Change Source of Frame to display different web pages?

    Hi, I trying to display different web pages in a frame using timer to change its source but it keeps displaying the same page even when its source is changed.. I am writting following code: string[] webAddressQue ={ "http://gmail.com" , "http://yahoo.com","http://bellset.com"}; public void window_loaded(object sender,RoutedEventArgs args) { dtTimer = new DispatcherTimer(); dtTimer.Interval = new TimeSpan(0, 0, 10); dtTimer.Tick += new EventHandler(dtTimer_Tick); index = 0; dtTimer.Start(); } void dtTimer_Tick(object sender, EventArgs e) { if (index == webAddressQue.Length) { index = 0; } myWebBrowser.Source = null; myWebBrowser ...Show All

  • Hosma293 Word crashes when using VSTO documents

    Hi all We have encountered a problem in our company - I'll try to explain it, and hopefully somebody can help answering the "but why" question. :-) We have implemented a VSTO enabled Word solution for a Word template. The dll's for this solution is placed on the internal fileserver (network share) The actual documents reside on the internal fileserver (network share) The template for the document also reside on the internal fileserver (network share) The security settings in the .Net framework works. So people are allowed to use this template and it will execute correct. (most of the times) The document uses xml tags and schemas to locate specific information that are entered into the document and saves this xml fo ...Show All

  • search and deploy crystal reports 9.x compatibilty with Windows Vista

    Unable to gauge out whether Crystal Report 9.x is reqd as minimum or absolute in Windows Vista if not then which version is required as minimum and/or absolute in Vista Thanks and Regards Luv Walia As I said in my two previous posts, CRXI works on Vista (both standalone app and report designer component). CR9 works, but not the report designer component (only the standalone app). so far no version of Crystal Reports is officially supported on Windows Vista. I forgot to add that Crystal Reports XI works fine. Do you mean to say Crystal Reports XI works fine with vista what about Crystal Reports 9 ...Show All

  • Manmeet Panigrahi Web project deployment options

    Hi. We have a coulple of web projects that we've been building and deploying using team build & web deployment projects. We now want to switch gears and deploy these websites uncompiled so that some changes can be more easily updated. My question is how do we do this I've tried modifying the team build to copy the source directory for the website to the deployment location. The copy works, but the site now gives the error ' The directory '/App_GlobalResources/' is not allowed because the application is precompiled. ' I'm a bit of a .net newb and don't understand what constitues a precompiled vs. uncompiled site. I've considered using the 'Publish Web Site' feature, but that appears to publish from my local workstation instead ...Show All

  • dowhatnow Project/Folder structure wromg in VSS

    Ok new to VSS but have been using Visual Studio 2005 pro with no source control since it came out. Don't understand the folder structure when I add solutiions to source control. From developer box A I added 2 projects. First one goes in as Program Manager.root. Under that I have a Program Manger and a Deploy folder, just like on my local drive. Second one goes in as Preventative Maintenace.root. Under that I have a documents and settings folder and a program files folder. Under the docs and settings I have to tunnel down through to get to the actual project structure that matches the local one. It's like it adding the path that my /$ root is set to, but not on every solution I add to VSS. I have tried adding projects from a second develope ...Show All

  • Abelard How can I install crystal reports XI R2 into visual studio 2005?

    How can I install crystal reports XI R2 into visual studio 2005 After I installed crystal reports XI R2 on my machine, where visual studio 2005 is installed. It seems nothing has changed, the report are still in bundled version. Should I config anywhere to make it replace the bundled version Joseph Nope, won't work with any express edition. Need at least the standard edition for it to work. Thanks Mr. MVP. As you said, I logged as administrator on my windows server 2003. and maintained my visual studio 2005, removed the crystal reports bundled version. and reinstalled the crystal reports XI R2 version. Now I got nothing in my visual studio 2005, Neither XI R2 or b ...Show All

  • abhas I am so fed up with WPF and .Net 3.0 !!!!

    I have dutifully followed the development cycle of Vista WPF and .Net 3.0 through over a years CTP's and although it all sounds great, the delivery from MS is very poor. It's strange how a xbap application will work, then suddenly not work and then I have start a new application with the code from the old one and it works. The documentation provided by the SDK is so technical and incomplete it's virtually impossible to decipher and errors fly thick and fast through the Extensions to VS2005. I have a entire book shelf of now obsolete .NET 1.1 Framework ... volumes and volumes of it which was outdated before I even got it and was over $600. Now .Net 2.0, and .Net 3.0 Come on MS, where the hell are you going and how the hell do you thi ...Show All

  • Lionel Johnson Getting XAML from FlowDocument at run time

    Hello, I'm wondering what the best way is to extract a string representation of a FlowDocument's XAML at run time. The document belongs to a richtextbox. I saw the example in the documentation where you use a TextRange object to extract the text. I'm thinking of using the TextRange's Save method to send the XAML to a memory stream, and then reading the contents. But is there a more efficient way Something like the XAML equivalent of the Rtf property of the Windows.Forms rich text, were you get a string representation of the text and formatting. thanks, Jake Michel If you want just the string representation (without any formatting), you can use TextRange.Text property. It is the most performant. ...Show All

  • elmira Reflection effect scale problem ...

    Hello, I've a problem with a reflection effect and may be you can help with it. I'm trying the reflect effect. The problem is when I resize my window to small value, the reflect (scroll bars, etc) begin to grow, and the effect is not a reflect. I think the problem is in the Height = " 400 " of the Rectangle that make the reflect effect, because this value change and may be I've to databind that value. Any idea of what can I do to solve this This is the code. Thanks a lot people !!! < Window xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " xml:lang = " en-US " x:Class = " UntitledProj ...Show All

  • Rambalac checkout reminder

    We are working on .net 2.0 projects which are connected to visual source safe 6. So when we get the latest files from source safe there are locks on the files. As soon as I type something in a file, the file becomes unlocked. i.e. a check mark appears instread of the lock for that file. My question is: why doesn'r source safe ask for this to be checked out rather than checking it out straight away. Thanks You should be able to change the setting by going to Tools>Options Source Control>Environment and can set the checked-in item behaviour in your Visual Studio settings. hope this helps you!!!! ...Show All

676869707172737475767778798081828384

©2008 Software Development Network

powered by phorum