Answer Questions
jackamarra How to make text markable
Is there any way to make the text on a TextBlock or Label markable with the mouse Thanks! You could change the template of these controls. The other way is to use a readonly textbox. the template would be basically be similar to that of textbox which is readonly and no border. Textbox template: http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en ...Show All
Swamy Kanakala MSFT Problem installing .NET Framework 2.0
When installing the .NET 2.0 framework in the VS 2005 installation, th einstallation would just take forever not getting anywhere. I would leave it for 4 hours hoping that it would install but nothing happpened. This was using an ISO downloaded from the MSDN Academic Alliance (my University is subscribed to it for all members of my course - therefore I was using a DVD burnt by one of my mates, that had worked on his computer). Having given up wi ...Show All
kainjow How can I debug a late-bound C# DLL in VS2005?
I've created a plugin system that routes calls from clients into the particular .Net assembly they request. This will always be late-bound. I haven't been able to figure out how to debug those plugin DLLs that are late-bound, though. The .pdb for them is generated, in the same dir, but any breakpoint I set in the plugin (whether I attach to the client process or try some other way) always says that the symbols for this page aren't loaded a ...Show All
VSCurtis Web Form Reset Method
I'm trying to find the equivilant of the reset method on the Web forms report viewer. The problem that I run into is that I attempt to change the data and then refresh the local report but the reports contents don't refresh. On the window forms side I simply call the reset method. You can workaround this issue by instantiating a new instance of the viewer and swapping it for the one already on the w ...Show All
kmitty Object doesn't support this property or method
Hello! Using Msdn HTML Help Control Version 4.74.8702 with in a PIII PC with W2k. Often in the help pages tehere are links to other pages, well, when I click on "See also" or "Related ..." or many other link, the error message appear to me. I think there is something wrong with active x, What it could be Are you using this with a MSDN collection, if so which one. Can you give me an example ...Show All
clugsta Focus after bookmark insert?
We are displying a Word Document in a Iframe on an .aspx page. This Document was created using VSTO and in it we have an ActionsPane. We use it to insert bookmarks onto the Document by double-clicking in a listbox. All that works fine, but my problem resides in the foucs after we insert a bookmark. The focus remains on the listbox, NOT the Document, which I need. I have tried this: doc.ActiveWindow.ActivePane.View.Seek ...Show All
sidno VSS 2005 step by step set up and tutorial
Helo all....i am looking for a simple step by step tutorial which i can download and reference offline, if you know of any please point me to the right direction. Thanks Hi, installation: 1) Put DVD into your drive. 2) install the components you need (if you are not sure just make the complete installation) tutorial: If you want to learn working with visual studio and want to learn a programming language at the same time I recommend you ...Show All
Romiko Visual Studio 2005 Automation Samples available on the web
The Visual Studio 2005 Automation Samples are now available on the web for download. They are available at http://msdn.microsoft.com/vstudio/downloads/code/automation/default.aspx Please provide any feedback you have regarding the samples. Enjoy! The correct URL (now that they moved it) is http://msdn2.microsoft.com/vstudio/Aa718336 Right off the bat - contents of many of the README files are incorrect or out dated. Loo ...Show All
Tee What to use instead of GetDisplayProperties
In the april version of the SDK I used the override method GetDisplayProperties to filter properties that where not relevant. In the june version this method is no longer available. How can I implement the same behavior with the june sdk John, you can set the IsBrowsable flag on a DomainProperty to false if you don't want it to appear in the properties grid. Does this meet your needs Steve Cook [MSFT] ...Show All
MarkShep Deploy application
In visual studio 2005, exists the merge modules for crystal reports And, how-to add a report make in crystal reports 11 on C# project ( VS2005 ) Hello Rafael, Please take a look at the welcome post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=8949 Beta 2 uses the .msi file for installing, merge modules are used only for 64-bit deployment. You can also check out this post for Crystal Reports XI: ht ...Show All
Joe Johnson IIS hosted SSL service has wrong metadata addresses in WSDL
Is it me or is this a known issue and/or a bug I have an IIS SSL (https) service deployed and working, but the metadata locations are local. Therefore, there is no way to generate proxy classes if the client is on the other side of the firewall. Eg: <wsdl:import namespace=" http://webservices.posta.si/bindings " location=https://<machineName>/service.svc wsdl=wsdl2 /> Is hand crafting the WSDL and using metadataLocatio ...Show All
JTK Crystal Reports v Access Reports
Can anyone help I have developed a large and complex Access database that uses dozens of reports. Some of them are very complex, involving sub-sub-sub reports and using lots of Access tricks to make things appear as they are meant to appear. I want to rewrite the application in VS.net 2005 but have never used Crystal Reports before. Will I be able to do everything that I did before In other words, is the functionality of the reporting as ri ...Show All
Shekhar Mahadevan how can I read data from a file into the build script?
I have a file which contains some data. I want to import it into a build property and use it inside the build. How can I do it Thanks. The ReadLinesFromFile task may help you out, if not you can write your own task. It's very simple you can read the How To Write A Task tutorial , or my MSDN article Inside MSBuild for more details. Sayed Ibrahim Hashimi www.sedodream.com ...Show All
olapdummy Error : Value cannot be null ,Parameter name:Key
Hi, Follwoing is the error which is coming randomly on running the application .. Error : Value cannot be null ,Parameter name:Key The project is running properly on one machine but when copied to new machine and later run from new location above error is coming. This error comes very randomly for intial run the application is running properly but after some time this error comes up. We tried changing " ...Show All
mnrsmith What is the best way to send large data from WCF service to Client
Hi, What is the best way to send large data (500MB data per client) from SQL server to the client machine via WCF service with NetTcpBinding and without RM 1. Use dataset and Buffering : Problem I found with this scenario are Memory utilization (Buffer size per client will be large ...Show All
