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

Software Development Network >> Visual Studio

Visual Studio

New Question

The remote server did not satisfy the mutual authentication requirement
Creating ADO.NET DataSet definition files, C#
embedding relationship
Binding DateTime - formatting issue
Subreports
Populating ComboBox IFeedManager(RSS) Help Please..Thxs
DocumentEvents.DocumentOpened
Cannot Open .sln (Solution File)
How to search for GlobalAppointmentID?
DLinq in WCF

Top Answerers

yogamnandhu
Help Me out Please
say_2000
j_o_h_a_n_n_e_s
ThBeer
Learning VB
spectrablue
Vijay Chegu
riemerg
Solar9
sitemap
Only Title

Answer Questions

  • DragonC# VS2005, office projects do NOT appear, even after installing VSTO

    hiya, I installed the VSTO on a fully up to date win XP pro machine. The install was successfull (well, I received a message saying so) I re-booted my machine. The office projects do not appear in the project templates list. Any idea why cheers, yogi hiya, No I don not see theVSTO option listed. All I see is: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Professional Microsoft Visual Basic 2005 77626-009-0000007-41315 Microsoft Visual Basic 2005 Microsoft Visual C# 2005 77626-009-0000007-41315 Microsoft Visual C# 2005 Microsoft Visual Web Developer 2005 77626-009-0000007-41315 ...Show All

  • Tryin2Bgood Getting an error for setting UserNamePassword Token setting for WCF Service on IIS usin basicHTTPBinding.

    I am getting the following error when I browse the Service.SVC file: Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]. I have done following step, can you please tell me what am I missing 1. I created a seperate website on IIS with port 90. 2. I ran the following command to install the SSL certificate. C:\Program Files\Support Tools>httpcfg set ssl -I 0.0.0.0:90 -h a586fc83bd30d288 d2c08067c03ca51258c94e32 HttpSetServiceConfiguration completed with 0. C:\Program Files\Support Tools>httpcfg query ssl localhost:80 IP : 0.0.0.0:90 Hash : a586fc83bd30d288d2c08067c03ca51258c94e32 ...Show All

  • xlordt Override properties set manualy with resourcedictionary.

    Look at this code: mediaplayer.Height = 500; mediaplayer.Width = 500; Stream s = File .Open( "myskin.xaml" , FileMode .Open); ResourceDictionary rd = ( ResourceDictionary ) XamlReader .Load(s); s.Close(); this .Resources = rd; Skin.xaml contains this: < Style x:Key = " mediaplayer " TargetType = " {x:Type Grid} " > < Setter Property = " Width " Value = " 200 " /> < Setter Property = " Height " Value = " 200 " /> </ Style > Why will the mediaplayer get the height/width 500 and not 200 I want the last assigned value to have priority over the old one, regardles ...Show All

  • gripusa Cannot set data breakpoint.

    I met a problem that I cannot set data breakpoint in Visual Studio 2005. The new data breakpoint button is disabled. I tested the program on another machine but everything seems to be OK. I can set data breakpoint and it can be triggered. I reinstalled my Visual Studio but that didn't help. Can anyone tell me what the problem is I solved the problem. The project is under release mode. After I changed to debug mode I can set the breakpoint. ...Show All

  • kjak Bug in ItemsControl?

    Hi there, The ItemsControl seems to have problems with item selection whenever the items in it override Equals(object) such that the behavior is not reference equality. For example, if you a bunch of Int32s to a ListBox and some of the ints have the same value, selection is broken. Here is some XAML to demonstrate the problem: < Window x:Class = " ItemsControlBugRepro.Window1 " xmlns = http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x = http://schemas.microsoft.com/winfx/2006/xaml xmlns:col = " clr-namespace:System.Collections;assembly=mscorlib " xmlns:sys = " clr-namespace:System;assembly=mscorlib " Title = " ItemsControlBugRepro " > < Windo ...Show All

  • Selcux how to Archive VSS Database

    Hi Mates, I want to ask about archiving and restoring the VSS database. when we archive a database it saves the database with ssa extension. When we restore it it restores the database not with the original name and also adds the extension ssa after the name. When restoring the database it also gives warning "Destination database is not the same as original. some links may not be restored". What does it mean Also by using archive utility of VSS we have to archive the database every time we make a change in our sourc code or files. this is not feasible. Is there any technique by which we can update only the changes not the complete database. Is there any integrated tool which accomplishes automatic backups Regards, Mu ...Show All

  • Baok How do I implement WSE 3.0 style certificate policy authorization in WCF?

    In WSE 3.0 I used X509 to authorize users of a service.  I need to do the same thing in WCF. The policyCache.config file I used in WSE 3.0 was: < policies xmlns = " http://schemas.microsoft.com/wse/2005/06/policy " > < extensions > < extension name = " authorization " type = " Microsoft.Web.Services3.Design.AuthorizationAssertion, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " /> < extension name = " mutualCertificate11Security " type = " Microsoft.Web.Services3.Design.MutualCertificate11Assertion, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " /> < extension name = " x509 " type = " Microsoft.W ...Show All

  • polska2180 Change rectangle property from code

    Hi guys, i've got a rectangle i've drawn in a grid, how can i change its propertys from code, i think i need to build once or something, should i be using X:name or something...FindName, i'm a bit lost, thanks guys si Ok, i've added the keydown event handler and its working now, but i still don't know why its flagging the Xpad1 in code, it says it can't resolve the symbols, like its not linking the .g.cs files or something. you can give it a name using x:Name or Name('rect1') and then you can use rect1.someproperty="..." < Window x:Class = " WPF_Pong.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentati ...Show All

  • palmqvist Visual Studio 2005 Professional Edition Fails to launch after showing splash screen.

    Hi Am facing a problem with Visual Studio 2005 Professional Edition. When i try to launch it, the splash screen appears, but then the application fails to start, even it dosen't shows any error. i have tried reinstalling the whole product 5 times and even tried to uninstall it then rebooted then installed, still this problem is continuing. am having windows XP Prof Edit SP2 with latest updates as my operating system , IE7 etc (you can ask me any other details too). Please, can anyone tell me how to rectify this problem. Thanks n Regards Isaiyavan Babu Karan thank you very much, i found out there was 2 addons which were not enabling visual studio to start, so i tried to remove but failed to uninstal those ad ...Show All

  • ramesh_1031 Panel that can repeat items

    Hi, I'm trying to create a custom panel or control that can repeat items (horizontally and/or vertically). I'm thinking of deriving my control from itemscontrol class but don't know how to make it repeat items i.e. when you hit the next button when you are at the bottom of the list, it should display the first item again. Any ideas Thanks. Unfortunately the CLR doesn't provide a circular collection implementation (just like it doesn't currently provide a Set...although I did read that there will be one in the next release). If you were to provide an IEnumerator<T> implementation that used a circular linked list, you should get what you want for free from a StackPanel because it uses IEnumera ...Show All

  • JonathanAramburo coding in VS 2005 for infopath

    Somebody I need realyl need help this is first time I am ever using Infopath inmy life. I need to do coding in Visual Studio 2005.I create a form in infopath 2003 and imported that form to do coding in the Studio 2005 But what I should make the form to do is on euser will enter data when they submit save then it needs to be saved in the sharepoint library and then another user gets the E-Mail. If that user clicks a button all the data needs to be save din the database. I dont know how o write code in .net to store the dat in the sql database. I dont know how to establish the connection to sql , write vb code to store the data in sql, Any help is appreciated, Thanks for your time Check out this article I wro ...Show All

  • jduartedj two configurations, two target conditions

    Hi, In my application I have two configurations: Release PRODUCTIV Release TEST Now I want to be able to run different targets for for the two configurations. My csproj-file looks like that: < Target Name = " BeforeBuild " Condition = " '$(Configuration)'=='Release PRODUCTIV' " > < Exec Command = " cvs update web.config " /> < Exec Command = " cvs update web.config.customer.prod " /> < Exec Command = " xcopy web.config.customer.prod web.config /Y " /> </ Target > < Target Name = " BeforeBuild " Condition = " '$(Configuration)'=='Release TEST' " > < Exec Command = " cvs update web.config " /&g ...Show All

  • Shahid Mahmood warnings in Code Snippets Output for snippets in My Snippets folder

    Hi Everybody, I've got a strange problem with Code snippets I've created for C# (I'm using VS2005 for Developers). I've created the snippets xml files (using snippy) And put them in Visual Studio 2005\CodeSnippets\Visual c#\My Code Snippets The snippets I've created work OK, I can add them from the Intelisense menu, or by writing the snippet shortcut and pressing TAB. The problem is that I keep getting these warning in the Code Snippets Output window C:\Documents and Settings\<myUser>\My Documents\Visual Studio 2005\Code Snippets\Visual C#\My Code Snippets\events.snippet: Missing or unspecified Language attribute C:\Documents and Settings\<myUser>\My Documents\Visual Studio 2005\Code Snippets\Visual C#\My Code ...Show All

  • erikj No Font Selection in sterter edition

    no solution for that I am not sure I understand exactly what your question is, could you please rephrase that ...Show All

  • BrandyQ bugs in .Filesearch and .FileName properties

    I'm using Visual Basic 6.3 built into MS Word 2003 and MS Access 2003 with all the latest updates. I found two bugs that affect at least MsAccess and Word 2003 Visual Basic Macros. Possible all Microsoft Visual Basic applications are affected. I am using Office 2003 with all the last updates. The problem revolves around the Application.Filesarch and .FileName properties. Problem 1) According to the help documentation this should be allowed .FileName = "99*.*" but in actuality, the system does not accept any characters to the left of the dot. It will only accept the asterisk to the left of the dot. i.e. It will accept these *.*, *.txt, etc. It will not accept w*.*, *w.*, or cmd*.* (note cmd*.* is the example gi ...Show All

676869707172737475767778798081828384

©2008 Software Development Network

powered by phorum