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

Software Development Network >> Visual Studio

Visual Studio

New Question

NovCTP - MediaPlayerSample
Highlighting IDE controlled by macro
VSTO 2005 questions...
Change database connection on runtime
XmlPad doesn t work
optimistic lock vs. pessimistic lock
Default browser for Visual Studio
ClickOnce deployment of VSTO2005 Outlook Add-In
DTE.ActiveWindow.Object.GetItem doesn't work with File Share (File system) websites
Visual Studio customization

Top Answerers

SADave
Paul Baudouin
fireballgfx
miles2t17
jason duncan
DhanashreeP
Zeid
Peter paterson
xyzt82
Manonbbar
JFreeReport
Only Title

Answer Questions

  • laurie0718 Using existing word doc in VSTO project (VS2005) Causes "Attempted to read or write protected memory" error

    **EDIT**- Please see my next post in this thread for specific steps to reproduce error*** We have a fairly complex Word document that we use here at my company for creating reports.  While it contains a good amount of VBA code, it has never had any VSTO associated with it.  My intention with this current project is to bring the doc "up to date" by replacing the VBA code with VSTO equivilants. Unfortunately, I can't eve ...Show All

  • Samarth04 How to specify Class Namespaces? (VS 2005 Beta 2)

    I have the following directory structure in my project: src DAO DAOFactory ImplASA ImplMSSQL CriteriaFactory ImplASA ImplMSSQL I am trying to create a new class diagram however, when I add a new class or a new interface I can only specify the class name, not the namespace so all the source files are created at the SRC level. Am I missing something Should I not be able to tell CD which package I want each class to reside in Tha ...Show All

  • Phil James Skyline Technologies Visual c++ express installation error

    I am trying to manually install visual c++ express on windows xp sp2. When setup.exe is run I get the error "A problem has been encountered while loading the setup components. Cancelling setup." Setup does not even begin. The VC++ express img file was downloaded on one machine and then the extracted files were burned to cd to load on a different machine. Does this make any difference to the install Does it have to be installed on the machine tha ...Show All

  • Sudhir Hasbe Can't debug ASP in VS2005

    VS2005 doesn't seem to support debugging ASP pages. Is this really so That's a serious problem if it is. Thanks Jeremy We have made the decision in Whidbey not to explicitly support ASP debugging anymore. This is because we expect more and more customers to swithch to ASP.NET. However, actual support is not totally cut, it's just not that obvious. In order to be able to debug ASP sever side script you have to: ...Show All

  • mr pitiful Welcome to the Guidance Automation Toolkit Forum!

    This forum is for questions and discussion related to the Guidance Automation Toolkit for Visual Studio 2005. We're looking forward to hearing your comments, questions and ideas! Tom Hollander Product Manager, Guidance Automation Toolkit Microsoft patterns & practices http://blogs.msdn.com/tomholl   ...Show All

  • baka_deshi Error in installikng Windows SDK

    hi there! I was trying to use WinFX and installed the WinFX Runtime Components correctly. Moreover, I have downloaded Windows SDK but I tried several times to install it but it halts in the middle of instalation and in different places. Does anyone faced a similar problem or has any idea about this Regards Salman Thanks for your reply, but I have installed the hotfix before installing the Windows SDK Can you plea ...Show All

  • jkiley Shape.Hyperlink becomes protected in Office 12

    Hi all, I'm doing an add-in using VS.NET 2005 for Office 12. I'm adding an image with a hyperlink and I then try to access the hyperlink using shape.Hyperlink. When I try this I get the following error message “ Attempted to read or write protected memory. This is often an indication that other memory is corrupt”. Can anyone help me on this Pls let me know where to post this query if this is not the right forum :-) TIA Pavan ...Show All

  • _PAPOO JPEG "Orientation" from EXIF for automatic rotation

    Is it possible to get Orientation from EXIF I think I can get Author and other fields, but there is no property for Orientation. JpegBitmapDecoder dec = new JpegBitmapDecoder ( new Uri ( "" ), BitmapCreateOptions .None, BitmapCacheOption .None); string author = dec.Metadata.Author; I want to automatically rotate my photos and I don't want to recompress JPEG. Should I do something special to achieve this or do JPEG decoder ...Show All

  • Nicholas Wagner Interactive Designer XAML Search ?

    hi, I know we have the 2005 IDE for searching, etc. but I really need a search in the XAML view in interactive designer. my eyes hurt.....and its getting to be a large-ish piece of markup ! I just want to search for one string , i can edit, so i should be able to search. thanks for your understanding.... c There is no search box implemented yet in EID Thanks. hmmm, i just said that. ...Show All

  • appudaterdude Writing add-in for VisualStudio.Net 2003

    Hi, I'm new to the world of add-ins; I'm willing to write an add-in which would need to modify the appearance of code in the c# (or others) code editors. I'd need to achieve things such as : changing the background color of a portion of code, underline other code etc. Are there ways to achieve this in a vs.net 2003 add-in Are there any samples about how to achieve that Also, I can't get my way to download the VSIP SDK for VS.Net 2003. Where sho ...Show All

  • Nik_1982 Printing Problems

    I printed a text (How to: Make thread-Safe calls to Windows Forms Controls) on a Kyocera KM 1510. First the font changes from bold to normal vice versa for several letters. On another printer the print-out looks fine. But there is a big problem: The lines with source code are cut at line-end and not wrapped. I am using Microsoft Document Explorer 8.0.50727.42 RTM I agree with your presumption. The online ve ...Show All

  • Rasatsimpy Changing behavior of "Show XSLT Output"

    I want to change the behavior of the "Show XSLT Output" button in Visual Studio. Essentially, I want it to use whatever process it is using to render the transformation, but I want it to display the output in my own custom integrated web browser. Can you give me some pointers as to where to begin this project You only possibility is to override the command and handle it yourself. For example, you cou ...Show All

  • Jin Feng - MSFT 6.0d vs 2005 (8.0) Database

    For my own clarification, if the 6.0d and 8.0 (2005) databases are the same (w/ the exception on the unicode formatting) as noted in the thread below... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=85458&SiteID=1 Do the DDCONV and DDUPD maintenance utilities have any effect when run against a 6.0d database My organization is getting ready to migrate to VSS2005 and I'd like to know whether it will be worth converting the 6.0 ...Show All

  • RJButler Change from Beta 2 to RC 1

    Sorry for my english . . . . . . (I'm a english-beginner) i have changed from Visual studio 2005 Beta 2 to RC 1 and now i habe 2 problems: on Beta 2 is possible to do this: oRpt.SetDataSource( Me .KenusDBDS. KRTempBHFehler ) now i have to do this: oRpt.SetDataSource( Me .KenusDBDS.Tables( "KRTempBHFehler" )) but, the bigger problem is: I have created a lot of reports (Beta 2) with: with = ca. 20 cm (default) Now all reports are red ...Show All

  • squared ObjectDataProvider problems

    I'm experiencing a problem between Sept and Dec CTP.  When declaring an ObjectDataProvider: < ObjectDataProvider x:Key = " NoteCategories " ObjectType = " {x:Type model:MyCategories} " /> if the ObjectType specified is defined in a dependent project, the application will fail to find the specified type at runtime.  However if the type is defined in the same project, it will find the type.  The Sept CTP was able to ...Show All

394041424344454647484950515253545556

©2008 Software Development Network

powered by phorum