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

Software Development Network >> Visual Studio

Visual Studio

New Question

Debugger Starts then Stops....no errors or warnings
Serious Error with VSTO 2005
How to apply WordML.xslt to DataOnly.xml programmatically?
Binary serialization
Visual Studio 2005 Beta 2 setup fails immediately
Deployment crystal report
Excel Interop from VS2005
How do you replace the Project Icon?
IDE facility to suppress some debug notification messages missing in B2?
VS IDE crashes when debugging in managed or mixed mode

Top Answerers

imate_bluetooth
Allways Open Shopper
Kishore M N
Mr Brewdude
Ben Fidge
vitich
AussieRS
Ed Francis
tamilsel
Berni1
Bellanca, Salvatore
Only Title

Answer Questions

  • UseCode 3d performance - bleargh!

    So Im coming around to the conclusion that WPF 3D performance sucks dead dogs balls. (Note that times are measured using Stopwatch.ElapsedTicks, with 3.6e6 ticks per second, that means that 3600 ticks is a millisecond; there will also be some overhead from using stopwatch itself). A simple example, and Im going to annotate each line with how many ticks it takes to execute. List<Point3D> posistions = new List<Point3D>(3000); // T ...Show All

  • Ebey Meadows Extension Methods: Static Electricity?

    As Anders pointed out in his Channel9 demo, Extension Methods in C# 3.0 really make Linq possible. After drilling into Extension Methods and wanting to not like them, I must ask: what were the alternatives The example that Ian Griffith's gives of some 3rd party developer quietly including something like: namespace System {     public static class Evil    {         public static vo ...Show All

  • Ducbian Need How to add columns dynamically to crystal report in .net

    Hi, im working on CR.NET. i have a problem where in i need to display subject names(ex- english,science ....) of student as columns in report and under each subject their respective marks . i query a database and get these values as rows in dataset not as columns and Crystal report requires initially to specify the columns so that design can be done. and as subject 's r not fixed they may change depending on inputs for subjects in database ...Show All

  • Nokx Error installing GAT on VS 2005 (German)

    Hi, after installing GAX/GAT on VS 2005 Professional (German) the Microsoft Recipe Framework and the Guidance Package Manager are available but not the Project Templates or any Project Items. Any idea Thanks Oliver Hi all, you can find new information here: http://guidanceautomation.net/cs/forums/117/ShowPost.aspx Oliver have you got DSL tools / VsSDK insta ...Show All

  • M Witlox Outlook Add-In hand-on lab???

     Hi I was playing around the VSTO Beta 2 and the Outlook Hand-On lab. I have a problem that cannot load the assembly. I am using a clean machine windows 2003 server with exchange 2003 and outlook 2003 with all latest patches.... I also repeat the test with w2k prof, and XP prof... get the same exception... I am not even able to run the outlook add-in from VS2005 template... same error as the hand-on lab... Any suggestion Thank KC Her ...Show All

  • ammarie permcalc.exe fails the installation each and every single time.

    ok, I have been banging my head against the wall here on Beta 2 installation Opening day beta 2 tried downloading from msdn subscription. Downloaded SQL server 2005 and VS. While downloading I built up a brand spanking new XP VPC SP2 all patches up to date. Well for some reason the first download of VS didn't take it was only 900 meg but I got SQL server. So I went ahead and installed SQL server. Started redownloading VS standard. I got the VS i ...Show All

  • Zoey Co Unable to create Excel Workbook Project

    I just installed Visual Studio 2005 June CTP on a machine with no previous version of VS 2005. However, I get the following error when I attempt to create an Excel Workbook Project: The project cannot be created. I tried uninstalling and reinstalling both VSTO and VSNET. Then, I tried formatting and reinstalling Windows 2003. Next, I tried it on a Windows XP machine. However, all gave the same result. Note: I can create a Wor ...Show All

  • Glider Guider Peer 2 Peer problems

    Hi, I am trying to use Kevin Ransom's PeerChannel example in order to build an advanced chat app. My problem is when I try to move to the MultiChannel example the networking stops working. The basic example works fine but make any changes to it and the machines stop talking to each other. Also is their any way to get ahold of the passed string everything I have tried (external singleton, delegate, static object, etc.) causes the system to s ...Show All

  • Robert Caruso Running all the tasks on each item

    Hi, Is there a way to execute all the tasks of a target sequentially on each item instead of running the first task on all items, and next the second one and so on Thank you Nico Thanks for the link. Really helpful I would like to set the inputs/outputs of a target to enable the incremental build feature of msbuild. I actually create msbuild project files using the Microsoft.Build.Engine assembly and call Bu ...Show All

  • KombatNT Can You send me this Lab material?Solution Name is Reliablity, For Vista Demo in WCF.

    In Vista Demo, I have received the old version WCF demo,demo description is below: The demonstration you are about to see is designed to show two of the key features of that technology.   The first feature is that the Windows Communication Foundation completely separates they way in which applications communicate from the business logic of the application.   So, you’ll see that with the Windows Communication Foundation, we simply ...Show All

  • Big_Al Scroll performance (Avalon and Office 12)

    I'm trying to create a custom grid in an Avalon (a custom control, not a custom panel) able to handle at least 10000 fields. I'm hosting some panels (with some TextBlocks inside) in an ItemsControl (each panel represents a row) using databinding to take advantage of UI virtualization. This is my best approach, but still I can't reach the Excel 12 scroll performance. I suspect that Office 12 don't uses WPF. Why doesn't it have a refere ...Show All

  • miloush Sending Codes To Fax Printer Using Crystal In VS 2005

    I was wondering if anyone has used Crystal Reports that comes with VS 2005 to print to a fax where codes need to be included as part of the print stream.  We were able to do so in Crystal 9.2 if a printer font was used.  However, in the new Crystal all fonts we have tried always get converted into graphics rather than being sent to the printer as text. Our fax server is Rightfax, and we can use any printer driver that creates PCL.  ...Show All

  • FrankenJeroen Problem grouping data using CollectionViewSource

    When I try to group data using CollectionViewSource I get an error. Am I missing something or is this a bug BindingExpression path error: 'Groups' property not found on 'object' ''null''. 'BindingExpression':Path='Groups'; DataItem=''null''; target element is ''TreeView' (Name='')'; target property is 'ItemsSource' (type 'IEnumerable'); Cannot find mentor for target element. 'BindingExpression':Path='DisplayCollection'; DataItem= ...Show All

  • ETUX Visual Studio 2005, Source Safe 6.0d - web ui not under source control

    In sourcesafe, i have the class library projects under one folder and the web ui project under another folder. they are all part of the same solution. i want to get them all into my local file system. i can get the class library projects and they are under source control fine. i set my working folder of the web ui projec to the wwwroot$ in my solution folder structure, but the files always appear as newly added items in vs, and when i try to ...Show All

  • aarrrrooww moving files

    Hi developers, How can I move files from one location to next thank you Sure. I'll have something for you on Monday. Kevin, Could you shoot an email to msbuild@microsoft.com with a list of the things you'd like to see us add task-wise as we move forward with our releases It's always good to hear from people who are using MSBuild day-to-day. (We too have fo ...Show All

293031323334353637383940414243444546

©2008 Software Development Network

powered by phorum