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

Software Development Network >> Visual Studio

Visual Studio

New Question

How do I sync topic with Contents?
ShowDialog question
VSS Internet option issue
Available fields when Charting
Local Report in Winforms returns the followin error "The report definition for report 'xxx' has not been specified.Object Refere
silent install
msbuild build errors
Ink Over Video
Help Integration Wizard broken
Loading Project items from MSBuild project file

Top Answerers

AL-Wakeel Adnan
Richard Polunsky
Whizman
Carroll Barrett
fsoehnge
Pete Sral (BSC)
Anand Kumar S.R
someonewhoknows
fastzap
kuvve
KDOC
Only Title

Answer Questions

  • AlanKlein Visual Source Safe Questions

    Hey everyone, My company is looking to implement a version control tool for Excel/Access files that may contain VBA code.  Can VSS 2005 run the diffs in Excell/Access   Does it also compare cell to cell changes (Excel) Form/table/query changes (Access) What about Word documents, etc. Thanks a lot for all of your help! Hi, VSS does not contain diff-merge engines/viewers for any of the doc/xls/mdb f ...Show All

  • Abs777 WinFX CTP install issue

    Cheers, I am posting to this group because I have not found any groupe dedicated to general WinFX issues. I am having problem installing WinFX January CTP. When I launch the install, the window with progress bar saying "Setup is loading installation components. This may take a minute or two." shows up, advances to 80 percent, and CPU usage jumps to 100%. It is impossible to kill the process. Task manager doesn't kill it, taskkill ...Show All

  • ok_woei 3D backmaterial question

    I have a question about using the GeometryModel3D.BackMaterial element, no matter what color I use it always shows when animated in EID on the Y axis as black. Any clues Andy Are your light sources correctly lighting the object on that axis If not, I think that could be the source of your problems. ...Show All

  • jxc222 Visual Studio Beta 2 fails with error

    Hi I had earlier tried to install VS 2005 Beta 2 and it had failed due to some unknown reason. While trying to repair the VS 2005 Beta 2 Architect Edition, i can successfully install the .NET Framework 2.0 and restart. However, while installing MSXML 6.0 Parser in the next step, the setup stops and asks for locating the CD that contains runmsi.exe. The DVD doesn't seem to have the file and hence I have to abort the installation. A search on my ...Show All

  • melvin77 VSTO C# AddNamedRange to Active Sheet.

    Hi, maybe someone has experienced the following issue   I can add programmatically a NamedRanges to Sheet1 in my VSTO project using the following code:   Globals .Sheet1.Controls.AddNamedRange(rng, rangeName);   Yet when I use the same code:   Globals .Sheet2.Controls.AddNamedRange(rng, rangeName);   to add a Named Range to Sheet2 I get an error (the ones that make you want to beat-up someone ...Show All

  • eburke56 Page Margins are jacked up

    I have created a simple report with just a title and some lines in the header. I set the page margins to .5 inch all around. Centered the title and drew lines on either side all the way to the margins like: ------------------------------- Title ------------------------------- It looks great on the screen, but when it prints the left margin is quite noticeably wider than the right margin.  Is this a known bug or am I missing something ...Show All

  • Christian Niehaves The report definition for report 'xxx' has not been specified

    Hello, I have to confess that I never did anything with reporting services, reports, or whatsoever. For a rather huge database application (based on sql express) I thought it might be best to do the printing with local reports, which I planed to bind to the objects, I already used as data layer in my project. I created a simple report (just a table, with two fields), bound the report to the ReportViewer-Control, set the bindingsource-proper ...Show All

  • TRan1101 Add VSTORuntime and PIA to the bootstrapper packages directory

    I try to create a WordApplicaton setup file, based on the following whitepages: http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerOverview.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerWalkthrough.asp Currently I want to add the prerequisites .NET Framework 2.0, Office 2003 primary interop assemblies an ...Show All

  • mehmet bey msbuild build errors

    I recently migrated my projects from vs2003 to vs2005. I was using nant to build projects in vs2003 so now I have to switch to MSbuild. The projects are retrieved from sourcesafe to get the latest version. We are using cruisecontrol for integration. I have msbuild specified as a task in cruise control. The project has a .sln and 12 projects. 11 of the projects are built successfully and one continues to fail. The error I am getting is e ...Show All

  • rkdayan WBA vs Java Applet

    Hi All, Are WBA's that run under IE's sandbox, or that run under partial trust, can be compared to Java applets's Do they behave same How about the performance for WBA Are they better than Java Applets Do WBAs run in all browsers and across all platforms like UNIX as long as .NET framework 3 runtime is present So, the bottom line is WBA is not a new technolgy, but a MS ve ...Show All

  • James Minns Great, VS2005 is released! when will we see VS SDK released?

    Subject says it all. just wondering when we will see the VS SDK release now that Visual Studio 2005 is released. Bill FYI: ANN: VS 2005 SDK RTM bits now available I think it's just showed up on VSIP Downloads. "October 2005 RTM This is the final release version of the Visual Studio 2005 SDK for use with the RTM versions of Visual Studio 2005." Wasn't that going to be listed as November 2005 release ...Show All

  • Vipul Modi - MSFT Transaction not aborted...

    Hi all, I have a service with netTcpBinding with a single operation that is decorated: [OperationBehavior(TransactionScopeRequired = true, TransactionAutoComplete = true)]. The operation perform inserts 3 new records to the DB, and then throws an exception. I expect that the records will not be written to the DB in the above scenario, but found out that they were indeed. Did I miss something Thanks in advance, Guy ...Show All

  • Rogerio Sobreira Fatal Error HXC2064: Unable to initialize the full-text index engine. Reason code 205.

    Hi, I cannot compile Help 2.0 files anymore. Whether I use NDoc or HelpStudio, I got the following message : Fatal Error HXC2064 : Unable to initialize the full-text index engine. Reason code 205. I have found this FAQ http://helpware.net/mshelp2/h2faq.htm#HXC2064 and tried to register the listed dlls without success. The targeted assembly is small and do not contain tons of comments. Any ideas Gildas Hello Gildas ...Show All

  • Trebormac key schemes and output window nagivation

    In VS2003 using the default key binding scheme, F8 is mapped to Edit.GotoNextLocation. Edit.GotoNextLocation works in the Find Results windows. Edit.GoToOutputWindowNextLocation is used for navigating the Output Window and in the default key binding scheme, nothing shows up as bound to that command. However, in practice it appears to be bound to F8 (as if it is sharing the Edit.GotoNextLocation command binding). And F8 works whether or not the o ...Show All

  • OldjohnK AdvancedSearchComplete return multiple results in Outlook Addin...

    Using VSTO in VS2005 Beta 2, I built an Outlook Addin that, among other things, creates a HashTable of unique topics from chosen folders. I've added handles to AdvancedSearchComplete and AdvancedSearchStopped to my Button_Click. On Button_Click, with every folder chosen, I iterate through the hash and, if the key matches the folder I'm looking for, I create a new search for each unique topic in that folder. Everything works well a ...Show All

383940414243444546474849505152535455

©2008 Software Development Network

powered by phorum