Software Development Network Logo
  • Game Technologies
  • Visual C#
  • Visual J#
  • Smart Device
  • Architecture
  • VS Express Editions
  • Windows Vista
  • .NET Development
  • Windows Forms
  • Visual C++
  • Visual Studio
  • SQL Server
  • Visual FoxPro
  • Microsoft ISV
  • VS Team System

Software Development Network >> Visual Studio

Visual Studio

New Question

Batching on multiple items?
How to add custom control to Visual Studio 2005 Toolbox?
XMI and Design Patterns
Loading Project items from MSBuild project file
Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:system.serviceM
Outlook 2003 VSTO plugin doesn't run
Assembly attribute missing
Open Website from Source Control takes long time
EventWatcher sample does not run correctly under VS 2005.
Username credential without windows account

Top Answerers

akks
Raghavendra Prabhu
Dud
Micah_
msx86
BENHILL
Michael Weed
ggpnetwork
Jehan Badshah
VincGoh
SpeedSite
Only Title

Answer Questions

  • tjk_2 Exception, but not enough info to pinpoint the exact source!?

    Hello all... I have a WinForms solution consisting of 5 projects. It is a plugin-type little app... I sometimes make the app execute code from the plugins on its GUI thread... this looks like this: public void InvokeOnGuiThread(InvokeOnGuiHandler method, object data)         {             mainForm.Invoke(method, data); //###         ...Show All

  • Rickyman45 Cannot download Expression Graphic Designer

    If this is the wrong place to ask, I appologize. I am trying to download the Expression Graphic Designer from this location http://www.microsoft.com/downloads/details.aspx familyid=565CAFC7-343F-4927-ABD1-8BBF6E7E01DE&displaylang=en and when I try to register for downloading, the Microsoft Passport Network issues an error: We're unable to complete your request The Passport Network is experiencing technical difficulties. Pl ...Show All

  • nw How to get IErrorHandler to work

    I am trying to get IErrorHandler to work. I never hit the break point I set on HandleError or ProvideFault using the code below. Any help is appreciated. Dave Hi Dave. I believe that from the Feb CTP on you cannot implement IErrorHandler on the service and have it invoked. You must add it to the ChannelDispatcher.ErrorHandlers property. If you do: foreach(ChannelDispatcher chDisp in host.ChannelDispatchers) { chDisp.Er ...Show All

  • Don Shaw This Storyboard timeline tree could not be frozen

    Hello. J   I’ve built a custom control based on the Control type. It’s an analog clock with a hand for the seconds.   I wanted to set an animation for each elapsed second. The animation would simply take the seconds hand from wherever it is to the next second position (angle).   When I try to set the animation, I get the following error:   This Storyboard timeline tree could not be frozen. &n ...Show All

  • SGray FindUnderPath not working

    I have a strange thing going on. I am using FindUnderPath to make sure my files exist before I do anything with them in deployment. The problem is, FindUnderPath says the files exist and gives locations in "InPath" but the files are missing. How is it finding a file that isn't there < PropertyGroup > < ReleaseRoot > \\build\BuildSuppository\Duck\$(BuildNum)\Release </ ReleaseRoot > </ PropertyGro ...Show All

  • xChardx Why can't MSBuild create XML documentation for a VJ# project?

    I asked how to make MSBuild create the XML documentation file for my Visual J# project, and the answer I got in the VJ# forum was... You can't do that.  I'm finding that answer a little hard to swallow, so I thought I'd come here for an explanation. Basically, the situation I have is... I have a Visual J# project/solution.  When I build that solution in VS.NET 2005, it generates an XML documentation file for me.  But when I build ...Show All

  • Bryan.Edwards Setup project for VS.2003 AN CR XI

    I installed CR XI Developer Edition and created a Windows Project. The next step is creating Setup Project. The primary output from project was added and crystal_11_net_embeddedreporting.msm appeared in detected Dependencies. After building Setup project I have a error in the Task List: "Property 'keycode' is non-nullable".  The project file vbproj  has only one link for 'keycode' in a section: "8:Keycode". The error wasn't d ...Show All

  • Vitor Hervatin Display selected data on crystal report

    Hi everybody, I like to display start date and end date selected on the crystal report. How would I do that, declare what type of field, and how would I transfer the value from code to the crystal report Related to link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=322645&SiteID=1&mode=1 den2005 Hi Manish, Unfortunately no data is being displayed to either the startdate or end date text o ...Show All

  • JasMR Problem using DTE80a.olb

    Hi, I have migrated my code from .NET2003 to .NET2005. I used DTE.tlb, it gave me build error. However i got sudgestion from VSIP developer to use DTE.olb. But now I can see that this file is not present in VS2005. I used DTE80a.olb as I read in forums that this is just renamed form of DTE.olb. The build is successful but at run time, I get error CreatCustomeProject error at the time of clicking finish of Application settings page and project is ...Show All

  • Gerhard Zehetbauer Databind from ListView

    Hi, how do I bind a Text value from a DataTemplated ListView <DataTemplate x:Key="dtlvWords">   <StackPanel Orientation="Horizontal">    <TextBlock Text="{Binding XPath=@English}" Width="125" />    <TextBlock Text="{Binding XPath=@German}" />   </StackPanel>  </DataTemplate> ....... <TextBox Text="{Binding ElementName=dtlvWords, P ...Show All

  • Fred Yang WPF apps slow for some reason

    Everything is slow for some reason. I tried Max, and that ran decently (aside some weirdness I'll explain below), but I try running some of the sample code and other stuff I compile on Visual Studio, and it's unbelievably slow. I tried the samples here  on XamlPad... I can click on a button at a rate of about 2-3 times a second, and my CPU usage will jolt up to 100%. Most other sample applications run just as slow. Max runs okay, except tha ...Show All

  • janko HtmlBody problem's

    Scenario : VS2005 OUTLOOK 2003 inside a MailItem I have a commandbar with a button. this button have the following code on click event : Private Sub _mailButton_Click(ByVal Ctrl As Microsoft.Office.Core.CommandBarButton, ByRef CancelDefault As Boolean) Handles _mailButton.Click Dim posizioneBody As Integer = m_olMailItem.HTMLBody.IndexOf("<body") Dim posizioneChiusuraBody As Integer = m_olMailItem.HTMLBody.IndexOf(">", posizioneBody) m_olM ...Show All

  • mpco Give me the Folder Structure

    Hi all plz give me the folder organization structure in Visual Studio 2005 and give me the details about how to deploy the application in Share point portal server. Visual Studio installs a samples macro project by default. One macro, ListProj, demonstrates walking through the solution and finding information about the projects and files within that solution. Craig Can you describe which folder structure you are looking for Do y ...Show All

  • Eric Knox MSFT November release Designers compile errors

    When compiling designers, directly created from the templates the error "Can't start preprocessor" occurs. The beta2 releases (on a different machine) worked fine. Any sugestions Jacques, I haven't seen this error, but I'd guess it's an install problem, so let's check some fundamentals: DSL Tools now runs on full released version of Visual Studio (not a pre-release beta) You need Team or Professional Editio ...Show All

  • Col3456345 NumericUpDown equivalent in WPF

    Is there any WPF equivalent of Winforms NumericUpDown control Maybe anybody has already developed it Yes, but there are issues. Buttons for Up-Down controls are very small and RepeatButtons have an inherent margin and padding (even with Margin and Padding set to 0) that restricts the content area for arrows etc. This is probably due to its internal control elements. Further, if one bypasses these issues with ...Show All

34567891011121314151617181920

©2008 Software Development Network

powered by phorum