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

Software Development Network >> Visual Studio

Visual Studio

New Question

Final Year Project in Indigo..
BamlParseException Error at element 'StaticExtension' in markup file '' : Could not load type 'System.Runtime.CompilerServices.N
Outlook MessageBox hidden when using Word email format
WS-Management
AddVisualChild question
Is VSIP still alive?
System.NullReferenceException when trying to run Sparkle
Problems with .net 2.0 beta 2
VSS 2005 Issue
Microsoft Word 2003 and WordML (How to Show/Hide Content in a Document)?

Top Answerers

rsl_t
HimanshuG
RUReady
sertaz
itsdtp
Zeelia
Soso2K
ttp52
Dlloyd
Frankone
Insight First: Web Analytics Services
Only Title

Answer Questions

  • Rok Yu MSDN Chat: DLinq, February 9th @ 1pm Pacific Time

    This is our first official DLinq chat. We're still early in the planning and development stage, so we can react to your feedback much more easily. People from the C# and DLinq teams will be there; show up and tell them what's on your mind! The official chat schedule entry . Add a reminder to your calendar. The chatroom itself . All upcoming developer chats . Have some time zone questions Check chats category on my blog for t ...Show All

  • Nicolas Louis Evaluant Recommended installation order for development tools

    Hi, I'm looking for the URL (MSDN) where it says in which order I should install all my development tools ( Visual Studio .NET 2005 Professional, IIS 5.1/6.0, Visual Studio .NET 2003 Professional etc. ) and what things to avoid. The best thing MS could do is to make a doc (a Walkthrough) for each of the OS's that support VS2005 and IIS and publish it on MSDN. There are so many things that can go wrong. Thanks, ZAiNT ...Show All

  • arvestal Breaking change in RC C# compilation

    In all versions of the IDE prior to VS8 RC C# build employed interfaces provided by cscomp.dll shipped with .NET framework. Our company uses internal tool that integrates VERY smoothly as preprocessor into the build process by thunking interfaces in cscomp.dll. Compilation options, error reporting and debugging transparency are achieved with minimal coding. Now, it seems, RC has its own copy of compiler in C# package, a ...Show All

  • MikeMoorhouse Rollcall -- Is anyone here???

    This place seems pretty dead....is it an actively supported resource for Microsoft info   Are there any Microsoft staff or at least any MVPs around here   Or should I be looking elsewhere for usefull information and discussion Even email to the address shown for "Jim Glass" is bouncing... Um... yes we are here. But there are some extenuating circumstances including a couple of conferences that peo ...Show All

  • brokenrulz Offline binding

    Is there any means to initialize "offline" binding for elements I've created in code through .baml/xaml parsing or imperative What if I've <ViewBox/> with some resources+binded elements-all self contained but I created it from "sratch" and it's not displayed on screen.Now I want to simulate "complete" cycle of rendering to get RenderTargetBitmap of my ViewBox...well you get idea All work nice except {Binding} ...Show All

  • kennykaz Project manipulation from an add in

    I need to change the value of Copy local based on the active configuation, below is the solution I was given to do this, but it requires I manually edit the project file. This is where the add in comes into play, I am able to get the list of references and such from the project object, so I've got it started at least. However, I'm having trouble with the following: 1) How to add the CopyLocal to the propert Configuration once I have the confi ...Show All

  • G4Danny Locbaml doesn't work

    Wrote a XAML application very similiar to the sample from the devx website (and the same way as in the SDK). Used the locbaml tool to extract information. No problem. Got my CSV file. Translated it. Put it back into a new dll. Tried to run the application and it gives an exception saying that it can't find mainwindow.xaml (which is my primary window). Tried all sorts of things, but couldn't get it to work. Only time it worked was when I took the ...Show All

  • crazycretan Signing a delay-signed assembly

    In our current build process, assemblies are delay-signed during the initial build.  All developers have the public keyfile (via source control) in order to make this possible.  This results in partially signed assemblies whenever a compile is done on a developer's workstation (which is ok because developer machines also bypass strong name validation for our public key). On the build server, an additional task is performed (we current ...Show All

  • Eric Tilleson - MSFT How to use an animated gif?

    I was wondering if there was a way to play an animated gif I tried setting the source of an image to a gif file but it only loads the first frame of the gif and that's it. That relative path is shorthand for "pack://application:,,,/animation.gif" which doesn't work. The best way to refer to media today is to use an absolute URI to a loose file outside of the project. This article shows you how ...Show All

  • Mablao Problems running "Federated Identity And Access Resource Kit - Sept 2005 CTP" with December CTP WinFX

    I've had some problems running the "Step2-InfoCardHelloWorld" sample on the December CTP WinFX. The problem is in the app.config file: the client endpoint element doesn't points to the client behavior element. See below (changes are in bold) <endpoint name="myClient"                   address="http://localhost:4123/myService/endpoint1"           ...Show All

  • Liz____9 The customization does not have the required permissions to execute when to host file on web server

    i made word doc and it is running on client but when i put it on web host and try to open it from client this error raise *The customization does not have the required permissions to execute.* how to configure server security in microsoft .net framework 2 to make it work correctly please any help in this matter Hi, This is a deployment problem, basically you need to modify the client Security Policy to grant Full Trust to your c ...Show All

  • L.A Creating a common addin for Vc6, VS2003, VS2005

    Hi All, I am a newbie to .NET and C#. I want to create a addins for VC6, VS2003 and VS2005 IDEs. I am able to create a separate dll for each IDE by using their own addin wizard. VC6 has uses COM dll and other two uses .NET dlls. Can I have a wrapper dll over these 3 dlls which will load respective addin dll with corresponding IDE Will it possible If yes, how should do this Otherwise, can I create a common addin dll for VS2003 or VS2005 IDE I h ...Show All

  • George Mantzouranis Method not allowed running a simple indigo service (Solved)

    I'm using Visual Studio .Net 2005 Beta 2 and the September CTP of WinFx to develop some samples using the WCF technology. I've built a simple ping service, and i'm hosting it in the cassini web server included in visual studio. I'm consuming the service from a simple console application. I've disabled dynamic ports on the server and i'm running my service in port 8080. Everytime that i try to run the service i get the following message : " ...Show All

  • jiji25 Request / Response Diagnosis Tool

    Hi, Is there any tool similar to the old SOAP toolkit trace utility distributed with the Windows SDK for WinFx I just want to view requests and responses so I know what's being sent across the wire. I'm sure I read somewhere about some new tool being released with WinFx but now I can't remember where I read it . . . Thanks, Kent Please check my blog on this topic,If you need more info,please let me kn ...Show All

  • Chris.Ziel Uninstall Express (release) to install Standard Edition

    Hi there, I apologize in advance that I'm probably asking a question that has already been answered: do I uninstall VB Express and other components before installing VS Standard Thing is, there are about a thousand posts dealing with uninstalling BETA's but I cannot locate the correct procedure for the final release Express edition. Do I uninstall SQL Server Express, VB Express, .Net 2.0 And in what order Or can I simply uninstall VB Ex ...Show All

98990123456789101112131415

©2008 Software Development Network

powered by phorum