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

Software Development Network >> Visual Studio

Visual Studio

New Question

Middle Tier Server using WCF
Add a control to PowerPoint slides
Object doesn't support this property or method
LINQ for compiling cool... but what about dynamic queries at runtime?
ado.net 2.0 debbuging poor performance
IPropertySetStorage::Open() fails for some MS Word documents
Crystal reports XI R2 and Visual Studio 2005 issues
Crystal report runtime for VB 6
Custom text markers in VS2005 beta 2
Suppress report regions

Top Answerers

Daenris
Chris60451
Ben3.14159
Stefan Prodan
H_H_2006
Keith Willis
Emadkb
MMV2007
Urubu715
PhillS
Digital Commerce
Only Title

Answer Questions

  • Alexander M. Santos Problem Installing WinFX Components Beta2 on Compaq TC1000 TabletPC

    When running winfxsetup on my TC1000 (Transmeta Processor), it starts normal, but then the extraction-progress-dialog stop at 75%, the setup-process is running and consuming cpu-time, but nothing happens (I waited 6 hours, before giving up). What am I to do Thanks for your reply, Heiko It's not an MSI file but you can try to force the create of a log file using this: msiexec /i Package.msi /l* ...Show All

  • Praveen Raj VSS 2005 can not show history.

    I'm using VSS 2005 and VS2005, both version are 8.0.50727.42. I'm using VSS Explorer. The "Show History..." does not work. No any results when I choose a long period. I tried to empty "From" and "To" fiels, the result is same. Any idea Thanks in advance. You are reading my thoughts. I have just done it :). Check your mail. Computer Comfigurations: Windows 2000 Advanced Server sp4 English Dual Monitors ...Show All

  • Christopher J. Cooper Many problems are Beta problems

    Hi everybody, I'm developiing since 2 months now on a VSTO solution for word, and excel is still to come. I started with the Beta 2.0 Version. I realy had some trouble with a few things I just could not explain. Yesterday the microsoft deliverypackage woth all the new software on CD arrived in our company. I installed the final version 2.0 of VS and Framework. And 50% of my problems were just gone. Thats just great. So if you are still working ...Show All

  • cuski How to change the Name property when a Shape is droped into the diagram

    Hello, i have written an AddRule to change the Name of a NamedElement when it is created, but the name property is not modified. What I am doing wrong Thank you! /// <summary> /// Assign the Aspect Protocol to the Initial State Protocol when a Initial State Shape is dropped inner an Aspect Shape /// </summary> [ RuleOn ( typeof (DSIC.ISSI.PrismaDSL.Designer. InitialStateShape ), FireT ...Show All

  • ngc Select a Range by a Cell

    Hi, Imagine I have a Excel.Range (A1:C5) named "Test1" and now, my activecell is located at B2, I'd like to know how I can select and retrieve the whole range "Test1" by a cell This is not work: Range["B2", missing].CurrentRegion... What's the correct property Thanks. Hi Rufus, I think I have to clarify more initially. What I wnat to do is to select a range (such as 3 x 7) but m ...Show All

  • Belgarion2 WCF SoapExtensionReflector

    How do I apply a SoapExtensionReflector at runtime to a WCF selfhosted service without config files. Do I use ServiceHost. Extensions.Add or one of the AddServiceEndpoint params I don't see anyway to do this.. SoapExtensionReflector is ASMX's way of manipulating the WSDL description of a service. It's a part of the ASMX programming model, not the WCF programming model. The WCF equivalent is IWsdlImporter/IWsd ...Show All

  • Sandhya7 Namespace URI URN - what shall I use?

    Hi, I have just developed my first .NET application for Word with an action pane and everything works well. I have also deployed my solution to a test environment and it works well. Previously I have worked a lot with VBA and COM Addins for Office in VB6. Now I want to make smart templates and publish them on a network share for a company to use or on lap tops to use off line. Coding in VS2005 is no problem. But I do not understand how ...Show All

  • Gregfig Memory Consumption while debugging

    Hello, I am using .NET version 1.1 and I am experiencing an issue with memory consumption while debugging. If I have 3-4 watch variables (one of them is a simple string and the others are member variables of an object) as I step my code memory is consumed at a very high rate. At times 7 megs are consumed with each F11 or F10. If I remove these variables from the watch window the issue goes away. I can not image 3-4 variables consuming this mu ...Show All

  • madhusrp Automation executable consumes 100% CPU

    Hello!!! I have developed and automation executable to druve Excel and I'm poretty happy with it apart from the fact that it consumes 100% of the CPU while it's running - even when the app should really be idling. The problem is caused by this piece of code while (close == false ) System.Windows.Forms. Application .DoEvents(); I got this pattern from my VSTO book ( )and it's abviously going to cause the CPU hogging that I'm expe ...Show All

  • newvbee Class Designer & Project References Error

    When a Solution contains many projects and a projects contains reference to another project in same solution, then if I try to open Class Designer File, its throws error which says "Cannot Load '[Class Designer File Path]' Object reference not set to an instance of an object; but if I remove all project reference from that project, class designer files open normally, but then project won't compile. I reinstall Visual Studio, even reinstall ...Show All

  • WS_progger_starter Item->Property processing

    I have an item like this: <ItemGroup>   <MyItem Include="...">     <Metadata1>...</Metadata1>     <Metadata2>...</Metadata1>   </MyItem> </ItemGroup> And a property like this: <PropertyGroup>   <Arguments>myprog.exe /something</Arguments>   <Arguments>$(Arguments) /more_something</Arguments>   <Arguments>$(Ar ...Show All

  • Ravel Outlook add-in: setup package & deployment manifest

    I have done an O utlook VSTO 2005 RTM addin with a setup package with customized prerequisites and a project to grant trust to the addin assembly. So far, for a local deployment, it works well. But I'd like an autoupdate assembly from a network share and I'm facing an issue, everything talking about deployment manifest seems to be related to the publish wizard. Has anyone some hints about how to have a deployment manifest within a setup pr ...Show All

  • Gravyboy Textwrapping in a textblock

    Hi, The problem is the following. I've created a textblock with textwrapping property. The text itself wraps, but I can't see see overflow. Scrollbars don't work and scrolling doesn't work either. Here is my code: <TextBlock x:Name="txtblGPSUnitProperties" TextWrapping="Wrap/WrapWithOverflow" ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollV ...Show All

  • IanSJ Error HRESULT E_FAIL has been returned from a call to a COM component.

    And back to the error with no meanings: I’ve created a document, published it on an IIS, and opened it from the IIS, resolved the security problems, and now facing this error message: Error HRESULT E_FAIL has been returned from a call to a COM component. ************** Exception Text ************** System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a CO ...Show All

  • dgrothe export to pdf bug?

    hey ;] if i use special characters like korean,japanese or lithuanian in my report and try to export to pdf i got this error: A call to PInvoke function 'Microsoft.ReportViewer.Common !Microsoft.ReportingServices .Rendering.ImageRenderer .CompositionPDF+WindowsGDIWrapp er::GetGlyphIndicesW' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the ca ...Show All

303132333435363738394041424344454647

©2008 Software Development Network

powered by phorum