Answer Questions
svarma Casting a parameter to it's parent
Hello I want to implement a routing service which receives data and forwards it to another service without actually knowing the data type. I know I can achieve this using the message header and body in SOAP, but how do I achieve that otherwise I have this scenario: public class A {class data} public class B : A {class data} public void DoSomething(A a) It's easy to cast object of type B as A and send it to the "DoSometh ...Show All
jnariss ListView selection
Whatis the correct way to handle selection in a ListView I could add a MouseDoubleClick eventhandler, but this is not called on keyboard selection (pressing enter) Best regards, Thomas Andersen How about SelectionChanged event of ListView Ji Thomas S. Andersen wrote: SelectionChanged is fired on change. I only what on "Sel ...Show All
rayhojka Report Viewer Print Button
Hi all, When press print toolstrip button that provide by report viewer, it will show us the print dialog. Trouble.... How to make it after press print toolstrip button and system will use default printer to print instead of display print dialog. Thanks kendy As stated in an answer above, there is no way currently to do this. Wait for the next release. Is there any way i can find out on serv ...Show All
LorenzP InfoPath 2003 Tools for Visual Studio 2003
I am a regestered partner, Action Pack subscriber, and part-time developer. I own a copy of Visual Studio Professional 2005 but I do not have a MSDN subscription. I need to create a Visual Studio project to add an enhancement to an InfoPath 2003 form. As I understand it, I need to install the InfoPath 2003 Tools for Visual Studio 2003. How can get the needed tool. The InfoPath tools for the previous version of Visual Studio were available ...Show All
yaron nahari ReportViewer caching (again)
Oh Dear! just when I thought it was safe to go back in the water.... My test page was working fine where autopostback controls triggered the ReportViewer control and different data displayed each time. I decided to change my code so that, instead of ReportViewer being a design time control, I added it dynamically in my Page Load event (my main reason for doing this was that I didn't need the ReportViewer control on the page unless it was PostBac ...Show All
Serene Tiger Turning off Attach Security Warning popup
I did a hard drive format a few days ago and had to reinstall VS2k5. Now I am getting a very annoying Attach Security Warning popup every time I go into Debug->Attach To Process and attach to the DLL I am working with. I have checked MSDN and came across this link: http://msdn2.microsoft.com/en-us/library/ms241736.aspx It says that there is a registry value that needs to be switched off, but doesn't tell what that registry value i ...Show All
Patrick-swa Beta 2: Error message: Package Visual Studio Explorers and Designers Package has failed to load properly
When I launch VS2005B2, I get get a "Package Load Failure" dialogue box that contains the following message: Package 'Visual Studio Explorers and Designers Package' has failed to load properly ( GUID = {8D8529D3-625D-4496-8354-3DAD630ECC1B} ). Please contact package vendor for assistance. Application restart is recommended, due to possible environment corruption. Would you like to disable loading this package in the future You may use 'devenv /r ...Show All
CodieMorgan Deploy web app with ReportViewer to hosted site embedded mode
I'm using a ReportViewer control in an .aspx page using ASP.NET 2.0 in Visual Studio 2005 Beta2. I want to deploy this ReportViewer control to my hosted site at WebHost4Life in "local" or "embedded" mode. My report runs fine on my development machine. But when I deploy it to my hosted website at WebHost4Life, I'm was getting this error. Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.Web ...Show All
autonomousDE Get pinned version of VSS through automation
I have a script that searches through a release branch of our software, and detects the difference from the branch to the common dev dir (diff on all files) so i get the file... try to figure out the pinned version to diff it with the one in the other directory. There the problem starts. I cant figure out the pinned version. There is a MSDN KB article, but they say that the Action of the version starts with "Pinned" or "Unpinned".. this does not ...Show All
Bondforever WPF/XAML for WinXP
Hi, everyone! Question about WPF, but not about Vista. Whether any release of WPF/XAML for WinXP is planned With best regards, Dmitry I apologize, it was necessary to specify at once: It is clear, that now all CTP with WPF/WinFX are issued both for Vista and for WinXP SP2 (it is visible from the accompanying documentation at download). The question is whether will final versions of pro ...Show All
Keith Murry generated proxy via svcutil.exe
i try to generate proxy in the client via the svcutil.exe my service config file is : < xml version = " 1.0 " encoding = " utf-8 " > < configuration > < appSettings > <!-- use appSetting to configure base address provided by host --> < add key = " baseAddress " value = " http://localhost:8000/servicemodelsamples/service " /> </ appSettings ...Show All
r-coool Will VS 2005 coexist with VS 2003?
I am about to rebuild my computer so that I have a fresh machine for Visual Studio 2005 (I had the RC installed until now). Once I install everything (including VS 2003) will Visual Studio 2005 install fine and will both Visual Studios work as expected They peacefully coexist on my computer The problem is solved already. After installing .Net framework 2.0, there is one more tab named "ASP.NET" in ...Show All
BlairSh Working with search results
Hello Here is the problem : I have a large solution with plenty of projects and folders. When ever I search something, I get results like d:\projectname\development\web\webproject\yetAnotherFolder\AndAnotherOne\help.cs This is a bit anoying. I would like to see onelevelFoler\Class.cs in the results . With the help of vbdocman , I've managed to get my hands on the results of the search and now I would like to modify it but the window is rea ...Show All
Gary_MN 'Can Grow' - Overwrite the down field
Hi, When i choose 'Can Grow' and the field value enlarges at runtime, it overwrites on the field which down. But i need to instruct to move down. How cud do it I am using CR 9.0 dot net bundled Version .noscripthide {display:none;} .noscriptinline {display:inline;} .noscriptblock {display:block;} .scripthide {display:none;} .scriptinline {display:inline;} .scriptblock {display:block;} .script12hide {display:none;} .scri ...Show All
JohanNil Can we generate code?
Is there a way to generate code from a class diagram Given a project without the type on a class diagram, wouldn't it be nice to be able to generate that stub If there is a way to do this, please let me know. If not, why not Thanks! But I'm referring to the situation where you don't have any source files. Is there a way to generate code from scratch using the diagram ...Show All
