Answer Questions
yogb Duplicate items are not supported by the "Resources" Parameter 2
First let me say that I am starting this as a new thread because the original is listed as answered but none of the answers actually apply to my situation. I have a VB class library that I am creating. In it, I have a VB class that represents an object I want the developer to be able to edit, and then I have two files that need to be embedded resources that relate to the file but don't require editting by the user. One is XML and the other binary. They each have different names. I have edited the vbproj file using Notepad to make the two embedded files dependent upon the primary vb file. It is my intent to use this class and the related files as the basis for a custom VS Template which is why it makes sense to nest the files. Howeve ...Show All
HillBillyB Issues loading Add-Ins
I get nuts trying to install Visual Studio .NET 2005 add-ins. E.g. I tried to install the VSFileFinder2005 add-in. Now it seems that VS.NET is loading the add-in, Filemon tells me the add-in is being accessed by VS: (Image file: http://magerquark.com/data/misc/vsfilefinder2005-01.png ) But in the options it tells it is broken: (Image file: http://magerquark.com/data/misc/vsfilefinder2005-02.png ) And in the Add-in Manager dialog it doesn't show up at all (only another add-in that is not installed through the xcopy deployment installation way): (Image file: http://magerquark.com/data/misc/vsfilefinder2005-03.png ) Question: Can someone help me solving this Any place to look for debugging (logfiles ) that VS.NE ...Show All
Ray Dyce Howto use Web.WebSite.Stop on remote IIS (Microsoft.Sdc.Tasks)
Hello I would like to use the Web.WebSite.Stop to stop the IIS on a remote IIS before deployment. The IIS is answering all requests on port 80. Can I use the Description to reference to the name of the Web Site (it has the default name "Default Web site) The the IIS is not on the same computer, can I provide also a computer name or IP address here The doc looks like this: <Web.WebSite.Stop (Description="description" || Identifier="identifier">) Example <Project> <Target Name="Test" > <Web.WebSite.Stop description="testwebsite" /> </Target> </Project> The Microsoft Services Enterprise So ...Show All
razerredblue LocalReport.LoadSubreportDefinition doesn't work ?
Hello. We are storing all reports definitions in the database to make report updates more simple for all installed applications. So now application loads report definition from database and saves it to disk to show it in Microsoft ReportViewerControl. If RDL contains subreports those RDLs are obtained from database and saved to disk. And all looks nice. I'd like to load report definitions from memory stream directly without saving definition to disk. So LocalReport.LoadReportDefinition works fine when used for single report. But if I got report with subreports ReportViewer fails to show subreports :( Here is small sample how subreports are loaded. [code] // this is class that holds information about report class Rep ...Show All
RyanB88 Cancel a long process Async call
Hello all, I have a method taggued in the contract as "IsOneWay=true". This method have a long process. I m currently develop an windows application. I want to may user can cancel his request. So i do this : ChannelFactory<IWSSignIn> iSignInFactory = null; IWSSignIn signInProxy = null; iSignInFactory = new ChannelFactory<IWSSignIn>("WSSignIn"); isignInProxy = iSignInFactory.CreateChannel(); iSignInFactory.GetData(); // IsOneWay method with a long process I think that i must use abort method as this : iSignInFactory.Abort(); This work but the channel goes to close state. There is another possiblity Thanks for your help Nicolas Close w ...Show All
flash.tato XamlWriter, MarkupObject How to ?
I'm trying to serialize a tree of object in xaml in some designer app. some node of this tree refers to the same reference that i added to a resource dictionnary. XamlWriter won't serialize the reference to the dictionnary resources as a StaticResource + ResourceKey but i understand reading this post : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286265&SiteID=1 that this should be possible using MarkupObject and modifying the ouput for some node. let say : Transform3DGroup TG1 = new Transform3DGroup (); Transform3DGroup TG2 = new Transform3DGroup (); TranslateTransform3D ts2 = new TranslateTransform3D (); TG1.Children.Add( new TranslateTransform3D ()); ...Show All
Dinesh Patel VS 2003 and VS 2005
Hi, I have Visual Studio 2003 install on my laptop and I'm wondering if it is perfectly ok if I can install Visual Studio 2005 too, can both IDEs live with each other peacefully what are the potential problems I might have. Thanks in advance! Thanks very much! It works fine, especially if you install VS2005 after VS2003 as in your case. The only potential problems will be when double clicking files like C/CPP/CS etc that will now be opened by VS2005 instead of VS2003. ...Show All
jatwood ASMX client with a WCF service
http://windowssdk.msdn.microsoft.com/en-us/library/ms751433(VS.80).aspx I have created an application similar to the example ( ASMX client with a WCF service ), but in my case, the service is not hosted in IIS, but in a standalone application. The client was originally created with the service running in IIS, and the proxy was generated with the IIS- service. Now, the client runs fine with the new WCF standalone server. The problem: If I change the interface of the WCF standalone server, how can I generate a new proxy so that the client can work with the new interface You will need to add the metadata endpoint to the service: < endpoint address = " mex " binding = " mexHtt ...Show All
eLado duplicated relationship connector upon diagram re-open
I have a DSL design that I have been working with for quite a while. I have a particular instance where I can relate 2 model entities of the same type together in a 'many to many' relationship. The problem occurs when I close the diagram, then re-open it. The relationship has now been duplicated, but the source/target role names have been set to their default, and the dulpicated relationship is not associated with any model element (clicking on it makes the propertygrid blank). My original relationship is still there, and correct, I just have the extranious diagram element, that I have to delete (not deleting will lead to it accruing over every close/open, until I have several of these phantom relationships). To help with track ...Show All
AndyPham How to create a snippet function
Hi, I would like to know how can I create and nest a function inside the <Function/> element in a snippet definition The switch snippet has a nice GenerateSwitchCases function to generate dynamic snippet code. Is it possible to create my own function like that Thank you very much, Jaco Could this be expected in a service pack release Typically, Service Packs are used to deliver fixes to commonly encountered code defects and much more rarely for new features. We are not planning any new functionality for Code Snippets in VS 2005 SP1. Thanks, Sean Laberee In Visual Studio 2005, it is only possible to use the predefined snippet functions. A ...Show All
ivarsv How to change MetaData for a Reference before build
Bacially, I want to search the references using a custom task for a specific reference and set that reference to SpecificVersion = False. I have tried this... < SimpleTask References = " @(Reference) " > < Output TaskParameter = " References " ItemName = " Reference " /> </ SimpleTask > where SimpleTask alters the metadata on the items passed in however it seems as though now I have a list of duplicate references Any Ideas Thanks, Jim James, sorry, this is difficult at present. You can't currently remove or modify items in an item list. And what you're trying to do is a totally reasonable reason that y ...Show All
Mike Chapman A4 paper size with winforms reportviewer
Hi, Ive searced the web and found only a few dead ends, so i thought i'd ask in here, hope its the correct place! i have created a report that will use a localreport on a winforms app, the report works fine, however when i try to print it, it is always set to letter size paper, how do i change the print preview to be A4, and set the margins i have set the report size in the report, but it seems to make no difference. Regards, Russ Thanks for the reply PeterWone, i shall try and convert this to VB and see what luck i have! at first glance, this is a completely different solution to using the reportviewer control am i correct if i am, i am also guessing that the p ...Show All
rapperux Supporting 2003 version of compiler and runtime in VS2005
Hi, I have a question regarding C++ projects created with the 2003 version of Visual Studio. For the most part I have been using VS2005 but I still keep VS2003 since I haven't migrated all of the codebase. The reason for it is that some projects link to code which is not managed by me and I cannot get new versions of those libraries. My question is is there a way of using the old C++ compiler and libraries from the 2005 IDE, that is without converting the project files. I was the Makefile project and I am wondering if I could set it up to with with the old tools, or if you could give some other advice it would be great. Regards, Angel Kafazov AFAIK no, there is a tool named MSBee but it is for VS 2005 building .NET 1.1 managed appl ...Show All
Anupam99 Post It Note Type Comments Control In Word Document
I knew there was a reason I was looking at VSTO, I have a C# Windows App, and I am showing the user a Word doc using the DsoFramer control for viewing and editing. All this works fine, what I would like to know how to do (and I do not know if an AddIn or a WordProject is my best bet) is how do you create a "Post It Note" type control allowing the editor of the document to "Add Post It Note" , and also veiw other comments that were previously created. (preferably in a yellow balloon or box like a "Post It Note"). A super plush would be a way to toggle "View Comments - turn them all on if they are there - and Hide Comments - make them all invisible if there are any. Another plus (or point to note) is ...Show All
Pooja Katiyar using RDC though VB
can anyone tell me what is the steps of printing a crystal report from a VB module using RDC but please from the beginning as I'm totally new to this. coz I have a VB project that was printing through crystal.OCX bu when I upgraded to crystal report version 11 it doesn't work and I have read that I have to upgrade my VB Project to use RDC instead of OCX. so provide me with the full details to do this. I just typed in this code Private Sub Form_Load() Dim crxApplication As New CRAXDRT.Application Dim Report As CRAXDRT.Report Set crxApplication = CreateObject("CrystalRuntime.Application") Set Report = crxApplication.OpenReport("C:\Program Files\Time Ca ...Show All
