Software Development Network Logo
  • Game Technologies
  • Visual C++
  • Windows Forms
  • Visual C#
  • .NET Development
  • VS Team System
  • Microsoft ISV
  • Visual FoxPro
  • Visual Basic
  • IE Development
  • SQL Server
  • Windows Vista
  • Audio and Video
  • SharePoint Products
  • Visual Studio

Software Development Network >> Visual Studio

Visual Studio

New Question

LocalReport GetParameters() Function Evaluation Timed Out
Cannot create VSTO Word 2003 document or template - error library not registered
How to access Parent Element of the ItemsControl's Panel?
UDDI Sample Questions
How to access Crystal Reports
how to run cmd.exe from our application
PrintTicket.PageOrientation does not have an effect
IF THEN ELSE
Specifying a generated CS file as to be not-source-controlled
DataGrid

Top Answerers

Madhusudhan
Deldy
xVxObliVioNxVx
facemann
Nirdesh Dabas
Exploder
m14cus
pradeep.vutukuri
wakawaka54
Smealum
xCBL -
Only Title

Answer Questions

  • Rohit Tela Add Formatted text to TextBlock?

    hi there, i want RichTextBox to edit  text  and display that formatted  text in the TextBlock. how to add richtextbox content to textblock richtextbox contains blocks and textblock accepts inlines how to convert blocks to inlines and vice-versa  or is there any other way thanx advance, srissh Lee's right.. missed the formatting part... :) As an alternative you could use the readonly richtextbox... with the borders stripped... hi , thank u for ur prompt reply. how do we make a richtextbox readonly. thanks i meant using a readonly Richtextbox inplace of textblock.. ...Show All

  • Tania-chan crystal report deployment through web application

    we have been trying in vain to solve this problem for ages, hope someone can help. we have a vb.net 2003 asp app and crystal XI on our dev pc. when we deployed the app onto a web server, the reports just loaded as some html text. we got round it initially by installing the crystal module of visual studio on the web server, but now we have to deploy to a corporate server and this is not an option. we have followed all the instructions on the business objects website and copied the relevant crystal dlls into the bin folder of the dev environment before compilation but nothing seems to work. someone else must have had this problem Zhiwei ...Show All

  • Jakob S After installing VS 2005 SP1 the debugger doesn't show MFC source files

    Having installed Visual Studio 2005 SP1 and rebuilt all my C++ projects I find that I no longer have source-level debugging available for the ATL MFC classes. Is there a fix for this If not I'll have to consider reverting to the original setup. Maybe you can also post this question on the C++ General forum, hopefull somewhere there encountered the same issue and knows how to work around this: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=29&SiteID=1 If you find an answer there add it to this post as well. See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1090797&SiteID=1&mode=1 ...Show All

  • KingKarter VS2005 Pro Setup Fails on Vista Ultimate

    Trying to install and get the warning "Missing Required Prerequisites: Windows XP Service Pack 2" setup ends. Does anyone have a suggestion. Thanks Hope this helps someone else. I looked at a couple of the files placed in the temp folder and found this in the "dd_depcheck80.txt" file [02/03/07,16:59:40] Windows XP Service Pack 2 Update Information [02/03/07,16:59:40] This component uses the RegDwordCheck version check method. It will compare a DWORD against registry data on your machine. [02/03/07,16:59:40] Registry key being interrogated: HKLM,System\CurrentControlSet\Control\Windows; Value: CSDVersion; Version: 512. [02/03/07,16:59:40] Version on user's machine: 0. [02 ...Show All

  • Michael Schreyer reading input from a file

    hi, How do you read input from a file in msbuild thanks http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=590636&SiteID=1 sorry. I found a link explaining this ...Show All

  • LutherW missing images / icons in the resulting HCM file

    I am using sandcastle and the Sancastle Help File Builder frontend, and the HTML Help 1.3 version 4.74. I am having the error below with both the nov and dec CTP. this is the problem: the images / icons not being displayed in the compiled HCM; at first I thought it was because I had changed the path of the output folder. I get all the contents in the working folder correctly and in the folder ...\Help\Working\Output\icons I get all the icons needed they are just not copied over during compilation of the CHM file. the HTML files in ...\Help\Working\Output\html do show the icons properly. this is what I get on the log file: ------------------------------- Generating help project file... ------------------------------- Compiling the ...Show All

  • Winnie.Wang Custom "Property" in WPF

    Hi all, Is there any way to define a "property" that can be accessed in design time like in windows form controls. The Property Keyword doesn't seem to exist anymore or I'm missing something. Probably the later. I just want to allow an image to be set at design time pretty much. Any help would be good. Regards Shane Hi Again, Okay I think I see how this works. I don't see how to get the good old forms method working though. I would expect the code below to work but it doesn't seem to. Does it have to be a usercontrol In this case I'm overloading a Wrap Panel and adding my own properties to it. [Description( "Left Side Image" )] [Category( "Images&qu ...Show All

  • Steven Berger How to convert an Icon object to ImageSource?

    How can I convert an Icon object to an ImageSource object. I want to set the Icon of a window, but the Window's Icon property needs an ImageSource object. Thanks! If you're saying you have your icon embedded as a resource, then you should just be able to set the StreamSource property of a BitmapImage to the Stream instance returned from Assembly::GetManifestResourceStream . HTH, Drew Your reply seams a little bit complicated. You are telling me that there is no easy way to set an icon to the Icon property of a Window In .NET 2.0, I had an icon in the resources of the application (from the Resources.resx file) and I could easily set the icon of a window with ...Show All

  • Karin P How to avoid failures in "failures.log"?

    Hi! When starting VSS-Administrator (2005), there is permanently a list of users which had produced inconsistencies in the database. Even after running analyze.exe, the same errors occur. What is the cause Thx. We run Analyze weekly and consistently get "Analyze completed (Analyze corrected all inconsistencies in the database.)" written to the analyzecompletion.log file. All seems well but nothing ever rids of the failures.log file. Should we just delete the log file after Analyze runs successfully Correct. The failures.log file comes from clients getting disconnected, not from Analyze. If Analyze determines that the disconnections didn't cause any corruption ...Show All

  • rmccullough ServiceHost for big class

    Hi, I know that the 'ServiceHost' only instance one class, so I have two options : 1)Create one 'ServiceHost' for each class; 2)Create a big class for one 'ServiceHost'; My problem is that I need to add 'services' at run-time like I did with .net remoting. Does anybody know a workaround for it or...What I need to turn it possible just for curiosity, why this limitation Thanks, Alexnaldo Santos The idea is good but I don't think that it is possible. May be WCF Team can response it... I know, but using multiple servicehost I need to know from client any new endpoint.Ok! Isn't problem change my client app. Now, when I create a new servicehost the 'Pe ...Show All

  • ELIJAH E. Fuzzy text in a label control

    Hi, I've added some controls to the top of a sheet in an Excel file. The problem I'm having is that the text on, say a label, is blurry or fuzzy. It almost looks like when smoothing is being applied but actually makes it worse. I've tried various fonts and sizes and that doesn't matter. The rest of the text on the sheet looks fine. Has anyone seen this before, and hopefully knows what's happening I'd appreciate any help. Thanks. Cindy, Thanks for clearing that up for me. I think I spent way too much time trying various alternatives! Hi Art, Does it refer to design time or during runtime If it the first case then I would guess it's per default. I got the same scenario during design time. Hi Art th ...Show All

  • Nick W. WindowsApplication1.vshost.exe has encountered a problem and needs to close.

    Whenever my code encounters an error, I get a " WindowsApplication1.vshost.exe has encountered a problem and needs to close." message, Instead of breaking into the line of code that has the Error. Any Ideas Thanks Hello I have the same problem as jkelsch, and I have tried to uncheck "Enable the Visual studio hosting process", but when I do this I get the following message: Internal Error: Unhandled exception in Debugger::HandleIPCEvent. Event ID=0x205. Exception code=0x0000005, Eip=0x7a05c98b. Process ID=0xab8(2744), Thread ID=0x974(2420) And after that, I get the WindowsApplication1.vshost.exe has encountered a problem and needs to close. Just before t ...Show All

  • alext_2002 databinding issue, june ctp

    hi, i just updated to june ctp and started working on a new project (of course the may-ctp projects are not working anymore..). in may-ctp i got used to working with clr data objects, which i implemented throu a dll, which provided some observable-collections containing the data. those i bound to the root grid element, to be consumable by child element via an explicit data connection. in my new project there seems to be a bug with this kind of binding to data (i haven't tryed the xml-option yet): althou i configure the correct dataContext and the data seems to be available and consumable (i bind the Count property of the collection to a label which returns the acurate value), i even see the data when working in EID, but i do not s ...Show All

  • Jamesc231321 Client found response content type of 'text/html', but expected 'text/xml'

    hi all, i encounter the above error message while trying to run a report using report viewer. i've searched through the web for this error message but does not find similar case to mine. snippet of the error is as below: The request failed with the error message: -- <html> <head> <title>Server Unavailable </title> </head> <body> <h1><font face=Verdana color=#ff3300>Server Application Unavailable </font></h1> <p> <font face=Verdana> The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request. </p> <p> <b> ...Show All

  • beefeater VSTO 2005 SE runtime componentID

    To deploy a VSTO 2005 SE addin I'll need to follow the instructions for adding the custom actions and installation prerequisites but I'll need the componentID for the new VSTO runtime. The componentID's for the Office 2007 PIA's will also be needed. Is there an updated version of the installation/deployment walkthrough that provides that information Where can we get that information Thanks, Ken Slovak Hi Ken, We are in the process of updating the waltkthough paper. There is no ETA as yet. When there is an ETA I will announce it in this forum. Thanks Darryn Lavery [MSFT] Sandra, The information has now been updated in the Whitepaper. ...Show All

777879808182838485868788899091929394

©2008 Software Development Network

powered by phorum