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

Software Development Network >> Visual Studio

Visual Studio

New Question

QueryStatus() isn't called until running a command for the first time
Setting IbuildEngine.BuildProjectFile.targetOutputs
Offline binding
Stability of Modeling API
Deployment of Package in MS Dev 2003
Checkbox in the table control
C# with Excel -- How to select a sheet?
get range from excel sheet of separate columns using c#
msbuild for all Visual Studio Projects
VS IDE crashes when debugging in managed or mixed mode

Top Answerers

hindi_tlc
BrianJones-Adroit
keffordl
cjweis
Narayan12345
nikonek
rsm1235
oimtiaz
Nagaraj K
Mircea Marghidanu
Modularization of XHTML in
Only Title

Answer Questions

  • Joel C url access rs 2005

    I have an intermittent problem trying to access reports in reporting services 2005 via url. I receive the following exception Exception of type "System.Web.HttpUnhandledException" was thrown. Viewer control object is in a read only state. This is thrown for all reports on the server and access via report manager is fine. I have not found a way back from this error that does not require reinstalling reporting services. Any light you can ...Show All

  • TMX When are the 2.0 language packs going to be available?

    I can only find .NET 2.0 language packs for German and Japanese - when are the rest going to be available   Andrew They are being released on a staggered schedule. All of them will be available in the next two months.   ...Show All

  • michaelss Expander control

    I have a couple of questions about the Expander control. 1 - Is it just me or does the expand button on the header seem backwards to anyone else The arrow pointing up is when the panel is expanded and the arrow pointing down is when the panel is collapsed. 2- Is there a way to actually have the content panel expand and collapse It seems to me that the control should behave that way out of the box. Is this a known issue or the designed b ...Show All

  • mettu Crosstab query error that uses a parameter

    Currently using CR bundled with VS 2005. I'm trying to create a report off an access crosstab query that uses one parameter. In the field explorer for the report, when I select the query and it asks me to enter in a value for the parameter, I encounter the following error: 'Query Engine Error '07002 [ODBC MIcrosoft Access DRiver] Too Few Parameters. Expected l.' The query runs fine in access and it will also run in crystal reports if I ...Show All

  • tyrus Indent Style

    How do I temporarily change the active document's indent style within a macro Is this even possible Here is one way to do this.  Change "CSharp" to the language you want.  You can find what the language name should be by looking under the registry key HKLM\Software\Microsoft\VisualStudio\%VerNum%\AutomationProperties\TextEditor.  This code sets the indent styl ...Show All

  • brenzy Using Properties and Call like NAnt

    NAnt has a nice feature where you can use a combination of properties and the call task to repeat operations. For example: <target name="target_one"> <property name="A" value="Value1" /> <property name="B" value="Value2" /> <property name="C" value="Value3" /> <call target="ALongProcessWithManySteps" /> </target> <target name="target_two"> <property name="A" value="Value4" /> <proper ...Show All

  • Mike Chen Generate many files from one template?

    I have a DSL now taking shape, including generating code that executes properly, and I must say I am pleased with how quickly it has come together. Now I have a secondary goal to fill: producing static documentation from the diagram. I'd like to produce a set of HTML files (one for each instance of the primary classes in the DSL). I don't see how I can do that with the current structure, which allows me to generate exactly one file from each tem ...Show All

  • Ata Giray certmgr tool is not working, wher can i find it

    hi, i am trying to create some certificates my certmgr.exe is not working so can some body point me wher i can download it. thanks prasanth Hi Prasanth, Try the following: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin or C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\Bin   Good Luck!   Guy Burstein http://blogs.microsoft.co.il/blogs/bursteg   ...Show All

  • Tran Van Thang Vb6 on Vista

    I hope not to be primitive, but I still use Vb6. I Installed BEta version of Windows Vista (beta2), but I cannot install Vb6 on in it. I know, it is still Beta, but i want to ask of Vb6 will be workable in Windows Vista in the future Error: NTVDM encountered a hard error Thanks for listening.   Forgive my 'dutch english'. Hi Brendan, Your response is all well and good, but in my particular case I have a VB6 applica ...Show All

  • NeedingHelp Where can I find SvcUtil.exe

    I am unable to find svcutil.exe even after intstalling WinFx Runtime components. Looking at other posts, it should be in Program Files/Microsoft Sdks/Windows.... folder but there is no folder of this type. I have written a service, I am stuck at the step of generating the Proxy. Thanks, Akhil Every beta carries some risk, but all the complaints I read here dealt only with problems developing WinFX, I ...Show All

  • faustoferreira I need to web development

    When I viewed this page: http://msdn.microsoft.com/vstudio/products/compare/ I was under the impression that I would have the web development environment similar to the professional version. I was using the 90 day trial copy of the professional version. But after installation there appears to be no web support. Help! (I wonder if there is any way to switch versions ) Jeanne Thanks for taking the ti ...Show All

  • seeker55 Are WCF services ready for primetime??

    I'm curious to get the opinion of you on this forum. I'm in the very early stages of an SOA, enterprise application for a large company. We will not be ready to roll out a production quality application for at least a year. However, with WCF getting release w/ Vista, and scheduled to go out sometime early next year, do you think it makes sense to be building WCF services in Beta 2, or does it make more sense to build traditional ASMX web ser ...Show All

  • Tom Hallmark SecurityNegotiationException: A call to SSPI failed / Win32Exception (0x80004005): The target principal name is incorrect

    Has anyone go any idea why the following exception should be thrown on a client connecting cross-machine to a WCF service: [Win32Exception (0x80004005): The target principal name is incorrect] [AuthenticationException: A call to SSPI failed, see inner exception.]    System.Net.Security.NegoState.ProcessAuthentication(LazyAsyncResult lazyResult) +109    System.Net.Security.NegotiateStream.AuthenticateAsClient(NetworkCredent ...Show All

  • Ranya Why MSSCCI checkout function not work?

    Hi, all. I'm using SCC API to implement one SCC provider. When I do check out operation, and set file status in SccQueryInfo() function to SCC_STATUS_CONTROLLED  | SCC_STATUS_CHECKEDOUT, the file icon still locks, not checkout. But if I use SCC_STATUS_CONTROLLED  | SCC_STATUS_OUTOTHER, the icon is a user, it works. I'm using VS2005 and VSSDK2006.04. Here is my code: SCCEXTERNC SCCRTN EXTFUN __cdecl SccQueryInfo(  LPVOID pContex ...Show All

  • Kevin Mullican Add menu button in multi-lingual environment

    Hello, I would like to add a sub-.menu in the "Tools" menu, for example. The problem is this menu has different captions in different languages ("Outils" in French, etc.) and I cannot be sure that it's index is the same in the list of Controls. There is any way to identify a specific standard Outlook menu, no matter what language is used Thanks! Hi, You should be able to get a quicker resp ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum