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

Software Development Network >> Visual Studio

Visual Studio

New Question

Language Service and IVsEditorFactory?
Platform SDK problems
ASP.NET Session has expired, why ?
Microsoft Document Explorer
Editing an existing connectionstring with the DataConnectionDialog at runtime
How to call IVsSccProject2.GetSccFiles()
GetEvaluatedMetaData Problem
Serialization of Bindings
Installing Studio on XP-Home
Building dbgmetric.ilb with wchar_t native on?

Top Answerers

Jeroen94704
mvinod
Peter Kranenburg
esamsalah
Zhen
Compact
WAttenberger
xcv
Sreejith K
Dennes Magayanes
Landscape Irrigation and Lawn Sprinklers Tips
Only Title

Answer Questions

  • SarikaPK Thoughts on MVC pattern and anonymous types ?

    what is the recomendations for presentation of data using linq/dlinq I love the anonymous type system where I can easily create a view for presentation. however , since "var" is only allowed for local variables , not as return types of methods etc. it is impossible to have a method that returns a list of anonymous type objects. so in short , i cant have a controller that has a "GetOrdersForDisplay" kind of method unless t ...Show All

  • Big_Al how can i display HTML string In Crystal report

    Hi All, I need ur help for problem described below, i have a html string (In <TR> <TD> format contain HTML tags) now i want to display it in Crystal report i tried with simple string but it displaying me the whole string instead of formated output i.e. if <b>test</b> then it would be bold in crystle report display. but it showing the whole string as it is. i want formated output. like in above example it should be bold te ...Show All

  • Ygor Goldberg Deploy crystal report VS2005 on windows 2003 server

    Can you plz tell me how to deploy crystal report of VS2005 on windows 2003 server Check the Deployment For Visual Studio 2005 section of the documentation. Hopefuly it'll help you out. MSI Deployment is recomended for VS2005 projects. If you would rather use merge modules for deployment you can download the merge modules from the Business Objects support site . If this doesn't help, please post back with ...Show All

  • Yicheng How to check ASPX page language in 2005

    I want to check for what programming language the current document in Visual Studio is in. I can get the currently running DTE (or technically the EnvDTE._DTE) but then cannot the language. I tried something like this: // works in Windows Forms 2005, not Web Forms 2005 EnvDTE._DTE dte = GetCurrentlyRunningDTE(); // function to retrieve current DTE from VS string programmingLanguage = dte.ActiveWindow.Project.CodeModel.Language; switch (progr ...Show All

  • CamCam VSS 2005 & SQL Server

    Call me crazy, but i thought there was a feature that mentioned the new VSS being able to use a SQL Server Database as it's datastore instead of the old file system structure. Did this disappear or what You are probably thinking about Visual Studio Team Foundation, which is a complete suite of lifecycle management tools that does include a Source Control solution based on SQL Server. You can find out more abou ...Show All

  • Andy Kerr TSQL issues

    I want in incorporate quereis in my VB.Net app to populate word documents..i am getting the data from a sql server database... Do i need to just write regular t-sql statements or do i need to begin with some type of reporting Hi, I have moved this thread to the "Visual Studio Tools for Office" forum because your question is not really focused on TSQL.  You question is more of a Word/VB issue. Thanks Well, i thought of that but ...Show All

  • Scott Sargent msbuild vs visual build pro

    Are you using Visual Studio 2005 Professional If you are, and you're building managed code (C# or VB), there is no difference between the two. Visual Studio calls MSBuild to do the managed code build. Neil So they are not any difference, the only difference is one is msbuild is xml base with litmited build in task while visual build pro is more graphical with many build in task. If i am currently using viusual build pro, why should i use m ...Show All

  • svashchenko 3D samples in Windows SDK not modified for feb CTP

    The 3d samples in the Windows SDK are not modified to work with the lastest feb CTP. Just so you know... Sorry...my bad...was just posting a few posts with issues that popped in my head...forgot I was in the wrong forum. Yes, sorry. They will be updated with next release. A better forum to post this kind of feedback (about general WPF issues) is: http://forums.microsoft ...Show All

  • MikD454 How to protect company systems source code?

    Hi all, Is there a way to protect the company systems from the development teem to copy the company developed systems source code Is MS-VSS is the right way We are using VS 2003 Simple: don't give the developers access to the VSS database share if they don't need it. For developers who need to have access, it will be hard to prevent them from copying the sources (e.g. you can't strip ...Show All

  • Guto my vs.net version

    i have Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Microsoft Visual C# 2005 77626-009-0000007-41370 Microsoft Visual C# 2005 and I run Install Visual Studio IDE Support.cmd from \Program Files\LINQ Preview\Bin and completed successfully but my Visual Studio IDE still does not suuport so please help me I know that I am a disturber man I am sorry Please help! ...Show All

  • Dave.H Querying endpoint where client is connected

    Hi This might be a dummy question, but i can't find how to do it.. In the service side, i want to know in which available endpoint the client is connected. I want something like OperationContext.Current.CurrentEndpoint :) Is there any chance of getting this data txs in advance Here is a possible solution: http://dotmad.spaces.msn.com/blog/cns!C80755B282552DEE!111.entry _c11_blogpart_blogpart=blogview&_c=blogpart#perma ...Show All

  • Paulustrious How can I run a SVC based service with a trusted account

    How can I configure (convince) a SVC based service (i.e. hosted in IIS) to run with a trusted service account In ASMX I would use the <! --identity impersonate="true" userName="neptune" password="password"-- > configuration, however, it has no effect with SVC hosted services and I have not yet found a way of simulating the impersonate option in WCF. Thanks for your feedback. Please keep us posted o ...Show All

  • wjholtjr Deploying Outlook Add-In (after following tutorial Part 2) - fixed!

    First off, it's worth saying that VSTO 2005 is excellent both as a product and as supported by all of the great articles and samples. Office has become a very important Hosting environment for enterprise applications and VSTO (and the community) is exactly what we need. I just finally got my Outlook Add-In to work with one-click deployment, but I needed to customize the SetSecurity project referenced in the Part 2 Walk-thru. I added a &quo ...Show All

  • Smafuda Change to MSMQ URIs

    Hope someone can help with this.  There appears to have been a change in the URIs required for MSMQ binding in the most recent WinFX release.  I used to use   "net.msmq://bleuchamp/batchjobconfirmation" in my app, but now this produces an exception "The provided URI scheme 'net.msmq' is invalid; expected 'msmq.formatname'. Parameter name: baseAddress Anyone know what the correct new format is   This is a public queu ...Show All

  • figuerres Range & Selection

    Hi everybody, New year and new problems I use the range & selection objects in my word solution. The user can add text from a DB into the word document. Everything worked fine, but... after inserting a text into the document, the InsertPoint should be at the end of the added text so you can add some more text. But the IP after inserting the InerstPoint is always at the very begining of the added text. So I did this: &n ...Show All

2345678910111213141516171819

©2008 Software Development Network

powered by phorum