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

Software Development Network >> Visual Studio

Visual Studio

New Question

AddIn problem
Object Moved
Problem building
Binding error messages on LayoutTransform
Pet peeve of the day
Excel 2007 Beta Charting Problem/Question
Lots of temp files left by reportviewer?
How do you force an item template to be created in a specific project folder?
Can you model Aggregations in Class Designer?
PeerNet support for server OSs?

Top Answerers

pasand
Andre A
Coleby
Chuck McD
JonathanPerret
cpaesano
polachan
MichaelBrianBentley
Dylan Ngo
Owen Evans
Topix: David Letterman
Only Title

Answer Questions

  • zoomkat ASP.NET Remote Debugging problem

    Hi there, We have a local server running Windows 2000 server. We've set up ASP.Net project on it using Visual Studio 2003. Whenever we try to launch and debug from our workstations (which are windows xp sp2) we get the following error : "Error while trying to run project: Unable to start debugging on the web server. The debugger component on the server failed to connect to the local machine. Click help for more information." I've ...Show All

  • sweetnlowe Difficulty setting ReportParameter

    I am running into issues with setting the ReportParameter method. I am dynamcially setting an ObjectDataSource that is connected to a class object, and dynamically setting a ReportViewer Object. I am running into issues setting the parameters for the report dynamicallly. Here is my code: ------------------------------------------------------------------------ public partial class ProductReport : System.Web.UI. Page { protected Repo ...Show All

  • Nicoleta Cristache MSFT Sorting within a sub report

    I have added a subreport to another report. The subreport has a sortable column. This works fine to sort with when running the report by itself but when run as a subreport and clicking on the sorting I get this error. Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: An unexpected error occ ...Show All

  • tyrone_dude Creating Contacts in Outlook

    Howdy 1st, please let me apologise for this being a PIA post, not a VSTO post. If it's inapropriate being here, please just let me know. Our CEO wants to see all the addresses from the GAL in his Outlook Contacts, principally so he can sync his phone to it. V Long story short - we already have a process that extracts user details from AD and loads them into a Sql Server db. So we now want to write a process to load that data into his Co ...Show All

  • SteBirk VS 2005 RC compatibility

    Does it work with the Release Candidate or only with Beta 2 The VB one that is online is for the RC candidate. Ok after downlaoding the kit and reading what was called a ReadMe, I figured it out. It is explicitly mentionned it will not work with RC0. Shame on me :) ...Show All

  • Paulus Lau Debugger not stepping into my program

    Hi, I have Visual Studio 2005, and I'm trying to debug a native c++ program. When I try to step into the main function, the debugger runs and the first function that the next statement arrow points to is some function called __security_init_cookie() in the file crt0.c. The only thing referring to my program on the call stack is the following line: > GameDatabase.exe!mainCRTStartup() Line 184 C I don't see any reference to simply main like I ...Show All

  • Shridhark Callback at the end of an animation

    Is there any way to callback code at the end of an animation myAnimation.CurrentStateInvalidated += delegate(object sender, EventArgs e) { Clock clock = (Clock)sender; if (clock.CurrentState == ClockState.Stopped) { // the animation has ended .... } }; You can use it on any timelines (animations or storyboards). depending on ho ...Show All

  • Art Hill MS Access opening exclusivly

    Hi, I am opening an Access DB from my VB.NET application to print a report. The problem is that it opens exclusivly and when then remains locked. How can I open the DB with out locking it or how do I unlock th db when finished. The DB is on a server and I am using VBA code OpenCurrentDatabase(Filename:=DB Path, Exclusive:=False). Any Ideas Thanks Mike Thanks for the help Mike. I solved the problem by adding a ...Show All

  • kvkris Problem while executing my Add-In

    Hai.....,     I have build an Add-In for VS.NET IDE. I 'm storing the information required for my Add-in to a file. The method i used to store is as follows; BufferedStream bs = new BufferedStream( new FileStream(fileName, FileMode.Create, FileAccess.Write, FileShare.Write)); BinaryFormatter bf = new BinaryFormatter(); bf.Serialize(bs, hashShortcuts); //<--hashShortcuts here is a Hashtable bs.Close(); bs = null; b ...Show All

  • perjorgen setup project vb.net 2005 beta2 + Crystal report 11

    Hi all, I have a problem, i have to create a setup project to install a windows application wich use some crystal reports. I have no problem on the computer where i have installed the visual studio development software (obviously). After a lot of searches a discovered the existence of .msm files!!.. But i can't understand wich one i have ti include in my setup project and where i can find them. Can someone help me Thanx a lot _d12 ...Show All

  • Dekagon Set the cursor's position

    How to set the cursor's position using VSTO in WORD Thanks very much! Yuhang You don't give us a lot of context to go on... Basically, you use the Select method of the object you want to select. Often, this will be a range. You can use Range.Find, for example, to search for something, then Range.Select to show that to the user. Note that you usually only want to move the cursor in order to po ...Show All

  • BrianD65 "No topics could be located that were relevant to F1 request"

      How can I use the MSDN library to get a help within the code of the C# project. (e.g., using F1 key). when I am using F1 key over a word like bool I get the message : "Information not found " instead of getting the discription of bool keyword I am installing the MSDN libraray 2005 , but I can't get a connection to it from the project code directly. I must open it in a separate window and search it. I am installing ...Show All

  • Cosgram Debug ASP page with .NET COM obj using VS2005??

    I have classical ASP pages using .NET object through COM interop. I used to be able to debug these .NET ojects by navigating to the page in IE, opening the solution of the objecst in VS2003, attaching to the process, and setting break points. I have now installed VS2005 and would like to accomplish the same thing, but the "dllhost" process of IIS does not show as running .NET/managed code anymore and I am not able to attach to it ...Show All

  • mayurkotlikar Problem when installing August CTP Professional Edition

    In installing the August CTP professional edition, I receive, on "Change or Remove Visual Studio 2005" an error message box at the end of "Setup is loading installed components: 'There was an error processing setup data files. Please contact product support if this problem persists." The setup continues on when I dismiss the message box. You need to install any previous VS CTPs or VS Betas (including the .NE ...Show All

  • Tim Mercer Styling Issues - Designer Errors

    Sometimes, when I try to write styling xaml code, I get an error from the designer on TargetType attribute: < Style x:Key = " {x:Type ListBoxItem} " TargetType = " {x:Type ListBoxItem} " > which says that the value is not of a desired type: Error 1 Object of type 'System.Windows.Markup.TypeExtension' cannot be converted to type 'System.Type'. And one more question: When creating a gradient background in ...Show All

666768697071727374757677787980818283

©2008 Software Development Network

powered by phorum