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

Software Development Network >> Visual Studio

Visual Studio

New Question

What does this error mean: "A first chance exception of type 'System.ArgumentException' occurred in System.Configuration.dll"
I can't install orcas
How to use constructors or methods of data object with WCF service
Excel not refreshing http-deployed assembly
How can I disable [Minimize] or [Maximize] of title bar and system menu ?
Reordering the disc?
Hands-on-Lab 04
Sizing content to Parent StackPanel
Detected Dependencies
FlowDocument - headers, footers, and page numbers

Top Answerers

Euclidez
Prabagarane
Mateus1223
wuzzle
Radith
Will8754
Adam Stuart
Jo-Jo
Ntc
Marshaler
Portland Oregonian: Plodding Film Has Diesel but Not a Whole Lot Else
Only Title

Answer Questions

  • UnknownScripter May CTP install fails on Vista

    I'm trying to install the May CTP on Vista RTM running VS 2005 SP1. The install fails immediately with the following error message: "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738." If I run "msiexec /i "LINQ Preview (May 2006).msi" /log log.txt" and log the MSI install, here is the start of the log, with the errors: === Logging started: 1/13/2007 0:55:38 === Action 0:55:38: INSTALL. Action start 0:55:38: INSTALL. Action 0:55:38: ProgramMenuFolder.492C141007D74A398E35467AE6109B0C. Action start 0:55:38: ProgramMenuFolder.492C141007D74A398E35467AE6109B0C. Action ended 0:55:38: ProgramMenuFolder.492C141007D7 ...Show All

  • andyboy23 Com Add-in creating custom events for keyboard Shortcuts

    Hi, I have written a COM Add-in for Office 2003 using C#2005. I have sucessfully added custom events to most of the menu items and tool bar buttons, but, if the request is done via the short cut (F7-Spell check for example), then, my newly created event doesnt fire. I still want to access the shortcuts, but want my event to fire first. Is this possible Thanks in advance Office and VS use commands, from which buttons, menus are created and you can bind keyboard shorcuts to them. While VS gives you access to commands and you can capture events, AFAIK Office applications don't give you such access. Why do you want to set so many event handlers to buttons and menus I understand your re ...Show All

  • Jamie Thomson GAT Problem

    Hi Guys, Hope u r doin gud, well i hav a problem in registering the Guidance Package of Microsoft. I hav downloaded exploring the guidance automation toolkit doc file. I hav complied the Guidance Package solution. but whenever i try to register guidance package by right clicking on the solution, i dont find any Register Guidance Package.... U r right buddy, when i click on the tools i can find the guidance package manager, also i could see the enable/disable packages options, but when i try to check the guidance package development i get the error ... and the instance of the dot net 2005 dissappears ...thats the problem.... Thanks for all ur help... the problem is solved ... lookin forward to work on the same... ...Show All

  • Ohla Davio how to move ResourceDictionary into separate assembly?

    In a windows app I got a custom control. This custom control has its own style which resides in a separate ResourceDictionary. This does work like it should! Now when I move this control and it's style into a separate assembly, it does not work anymore. The control is still found (using the right namespace in xaml), but the Style is not (and without the style the control does not show anything). I wonder what I need to do to move a ResourceDictionary to a separate assembly. Does it need to be loaded manually Thanks, Sam Woa, I never understood how this works, but again, just after posting my question the answer found me: I needed to add a Luna.NormalColor.xaml file to my separate assemb ...Show All

  • Keren S Reading Excel From C#

    You can read data from Excel using the JET OLEDB provider. See the URL below for the necessary connection string, and a link to a KB article with further information ... http://www.carlprothman.net/Default.aspx tabid=87#OLEDBProviderForMicrosoftJetExcel -- Brendan Reynolds wrote in message news:9226766e-a1d5-400c-8d3c-8ffc566bec50@discussions.microsoft.com... > Hi > > Can anyone help me how to read values in Excel in C# . So that Once I > read I can send them to DataBase. My excel file Test.xls in ("C:\") > > Thanks > Doss > I have the same problem, and I'm not using code. I insert one line, and it does fine. When I insert a second line, I get the same message you listed i ...Show All

  • briendjf VS 2005 SP1 Beta doesn`t want to install

    I`m not commenting the decision to use windows installer patching system right now (long story short: 1GB of memory wasn`t enough), but after an hour or so the installer doing who knows what atm just died with a very informative message: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2908. The number was different the first time I think, when I ran out of free space. And as I click OK it just keeps poping again and again. Oh, wait... it`s stopped after 40- or 50-something clicks. Now, after some time, we have this: Error 1935.An error occurred during the installation of assembly 'CppCodeProvider,Version="8.0.0.0",PublicKeyToken="b03f5f7f11 ...Show All

  • Tom Lake - MSFT Enabling port sharing with mexTcpBinding via config ?

    I am trying to enable a MEX endpoint that uses port sharing, but I cant seem to get it working properly via a config file, I keep getting the following error "The binding at system.serviceModel/bindings/mexTcpBinding does not have a configured binding named 'mexBinding'. This is an invalid value for bindingConfiguration" My config file looks like this: < services > < service name = " EchoService.EchoServiceImpl " behaviorConfiguration = " MexBehavior " > < host > < baseAddresses > < add baseAddress = " net.tcp://localhost:886/echo/ " /> </ baseAddresses > </ host > < endp ...Show All

  • furjaw <acksTo> set to anonymous even though <replyTo> is not

    Hi We're running a Request-Reply scenario using reliable messaging, but seem to have some problems with WCF setting the <acksTo> header in the CreateSequence message to anonymous. We've tried setting replyTo explicitly, and even though replyTo is not anonymous the acksTo keeps being set to anonymous. Does anyone have an idea of how to make WCF use the replyTo address (or any other address for that matter) in acksTo Thanks, Pat Hi, we're trying to get WCF to interop with Axis 2 (and Sandesha). Axis seems to want AcksTo set to something other than anonymous, so unfortunately it might be hard to get around the problem unless AcksTo can be set. Thanks for the answer! Pat ...Show All

  • Jademobile Centering WPF Window over a Win32 owner

    Hello all, I'm attempting to center a WPF window over an HWND. I figure this would be fairly straight forward. Using XAML I set WindowStartupLocation="CenterOwner". Then using WindowInteropHelper I set the WPF window owner to my hwnd (obtained by AfxGetMainWnd()->m_hWnd) then launch the window using ShowDialog. This does not achieve the desired result. The window is not centered over my main app window, however it is displayed on the correct screen (dual display environment) where prior it was not. Any ideas why this behavior If I cannot get this method to work then I'll simply pass in the center of my main app window in screen coordinates and work from there. Thanks, Jamie We understand ...Show All

  • knikki98 Who can tell me the detail limitations with Crystal reports for vs2005?

    Hi,all I got the message "Integrate Reporting into Server or Web Applications What's included within Visual Studio .NET, C#Builder and Delphi 2005 A Crystal Reports .NET reporting component is built into Visual Studio .NET, C#Builder and Delphi 2005. This bundled component is designed to let you develop and test server or web applications. Although you may deploy your applications using the component, it is best suited for an internal pilot within a workgroup. If you exceed the throughput limitations, the component will throw an exception error (this case does not apply to Visual Studio 2005 users). Learn more about how to scale your application ." from http://www.businessobjects.com/products/reporting/cr ...Show All

  • kypdash01 VSS Project Size

    Hi, Are there any commands which can give the size of each project in VSS If it can be done programatically can someone please direct me. Thanks The object that represents a project in VSS is IVSSItem. However, the Size property just returns the size of the file that represents the project, not the size of the entire project. You'd have to add up the size of each child VSSItem recursively. Trial and error (backup the DB, destroy a project, compare DB sizes, restore) would probably be faster. ...Show All

  • Jon Stroh DateTime display format in GridView

    Does anyone know how to format the DateTime text and display it in my grid view. Right now the format is rather arbitrary. try removing the column alltogether and see if you still get errors, if that doesnt work Can you paste the XAML from window/page declare <local:DateTimeConverter x:Key="myConverter"/> in the resources section and then use Converter={StaticResource myConverter} Ok, It works using the Resources method, thanks lee The parsing exception is due to the markup in the column as shown above Implement IValueConverter and set an instance of your class on the Converter property of the Bi ...Show All

  • Matthew Wiggins CustomPaperSource resets and gives a nullreferece

    Hi When printing a CrystalReport CustomPaperSource is sometimes reset to null. the problem only occures after RawKind has been set to giro (which contains "261", the code for a paper source on my printer), and only once in a while. Sample code: System.Drawing.Printing.PaperSource source = new System.Drawing.Printing.PaperSource(); int farge = 259, giro = 260, vanlig = 261; rdReport.PrintOptions.CustomPaperSource = source; if (printoptions == "farge") rdReport.PrintOptions.CustomPaperSource.RawKind = farge; else if (printoptions == "giro") rdReport.PrintOptions.CustomPaperSource.RawKind = giro; else rdReport.PrintOptions.CustomPaperSource.RawKind = vanlig; if (null == rdReport.PrintOptions.Cu ...Show All

  • Wil Burton How to combine two ranges?

    Hi All Do you know any method that can combine two ranges Using following code I can't achieve this because COMException is raised with HRESULT 0x800A03EC: using Microsoft.Office.Interop.Excel; Range r = sht.get_Range( "B2,C3" , missing ); // faires COMException with HRESULT = 0x800A03EC: See my message of July 27, that supercedes the one you're quoting. I use the technique described in the article for which I provide a link. This technique is not providing the environment Excel seems to require... Dmitriy Ovdienko wrote: Cindy Meister wrote: Hi Steve 2. I certainly did test get_Range("B2,E3", missing) on a works ...Show All

  • Shailendra Kumar CrossCompile.CSharp.targets

    I just installed Visual Studio 2003 and 2005 (we have projects in both version) and when im trying to open a solution, i get this error: ...The imported project C:/Program files/.../CrossCompile.CSharp.targets was not found... Why this file was not installed at the installation, and what can I do to get this file Thanks Sounds like this a customization to the VS 2005 project file to support building 1.1 projects. Have a look at: http://blogs.msdn.com/jomo_fisher/archive/2005/04/22/410903.aspx . This is not a part of Visual Studio or MSBuild out of the box. On another note, there is a toolset, MSBee , that is available that can be used to build 1.1 projects using VS 2005. Sayed Ibrahim Hashi ...Show All

171819202122232425262728293031323334

©2008 Software Development Network

powered by phorum