Answer Questions
NitinVaghela sourcesafe tasks
does anybody know about source safe tasks (I do not want to call ss.exe) thanks Hi, maybe this helps: http://dotnetjunkies.com/WebLog/appeng/archive/2004/12/07/35354.aspx I created a 'Version' task based on the nant(-contrib) Version task. I did the same for the Vss tasks by converting the nant-contrib vss tasks to msbuild, but I did this for a client and I'm not sure if I can just post these online. The article above should put you on y ...Show All
diling00 Forcing a break on __debugbreak()?
I call __debugbreak() in Visual C code in Visual Studio 2005 to force a break in certain instances. However, when I hit the call to __debugbreak() while running under the debugger, Visual Studio always displays a dialog that says: MyApp.exe has triggered a breakpoint. with Break , Continue , and Ignore buttons (the Ignore button is disabled). I always have to press the Break button to break into the debugger, which is kind of an ...Show All
BigJuicyRedTomatoes Diferents Domain Models an Designer Definitions in the same project
Hello, It is possible to create more tha one dm an dd in the same DSLTools proyect to do different models during the debugging and after merge its wit T4 Thanks a lot! Rafael Cabedo rcabedo@dsic.upv.es Hi Rafael, It is not possible to create more than one dsldd file at present in a single project. Technically it is possible to create more than one dsldm file, as long as only one is pointed at in the ...Show All
Matthew Franklin programmatical adding xml schema to schema library in Word
Hello all. Does anybody knows how to programmatically add xml schema to schema library in Word. Thanks in advance. You do this with the XmlNamespaces collection. Walk the collection looking for the XmlNamespace with the matching URI property and then call the Delete method. http://msdn2.microsoft.com/en-us/library/microsoft.office.interop.word.xmlnamespace(VS.80).aspx http://msdn2.microsoft.com/en-us/library/microsoft.office.interop ...Show All
JeevesIndia Using IAssetReferenceService
I just can't figure out how to use this. I'm trying to launch a set of recipe's based on checkboxes being checked in a solution recipe's wizard page. For example we have the following options are all inputs to my Create Solution Recipe (they are all boolean values, so they are represented by checkboxes): [] Use Enterprise Library Data Access [] Use Enterprise Library Logging [] Use Enterprise Library Tracing [] Use Enterprise Library Exception H ...Show All
Rawus Project Subtype from wizard
Is there any reason why it shouldn't be a simple matter to start with a package project that is created by the wizard (new project -> other project types -> extensibility -> visual studio integration package) and add a project flavor to it using the ProjectSubtype sample as a guide I ask because I'm trying to do just that, but when I try to open the sub type's template, VS crashes without giving warning or description of the error. The ...Show All
badbadboy Newbie Develop Office App using .Net
Hi everybody, I like to study on developing office applications like excel and word using C#, what do I need to install and study materials to study Can you provide me a list I am using VS 2002 and Visual C# 2005 Express Edition. Thanks in advanced. den2005 Thanks for having patience answering may "newbie" or "stupid" questions...So, based on the specs I have I cannot develop ...Show All
mungorabbit Columns into generated ListObject's column
Hi, I am in between with a serious problem. Actually I have to generate columns depending upon some types. i.e. I want to generate columns into column, Lets see the structure: Suppose I have three columns generated in Listobject as "Col1", "Col2" and "Col3". Now "Col1" also has some more columns into it as "Col1a", "Col1b", "Col1c" etc and I need to show them into excelsheet. Is it possible in VSTO Please ass ...Show All
moodyj Reportviewer fails to print 4 out of 5 times
The reportviewer shows the report in HTML preview. when the report contains several pages and the user clicks on the print button he / she gets the print dialog , after clicking on the print button from there the hard disk shakes, rattles and rolls but 4 out of 5 times nothing comes out of the printer. this behaviour has been noticed on several pc's now and most often when the number of pages in the preview is different than the real number o ...Show All
Todd Reifsteck - MSFT Any VSS addin sample that works?
Hi, I have tried to create the sample C# VSS addin described here: http://msdn2.microsoft.com/library/hcdf9zk2(en-us,vs.80).aspx but no event is being trapped. Actually, the COM component is not even registered. Any pointer to a working demo/sample Thanks in advance. First, I'm using VSS2005. The C# VSS addin sample works fine, but VSS explorer crashes while closing. One more thing. Where should I place "VSSEvents.dll&q ...Show All
dalieu Does ReportViewer cache results?
I've created a multiview with two views. The first view has two date parameter fields and a submit button. When the dates are populated and the button pressed, the ObjectDatasource gets the data from a stored procedure and populates the reportviewer in the second view. After this first execution, the report keeps displaying the same data whatever dates I put in as parameters. The code for to get the data from the object data source is not ...Show All
Christian2005 Collection was modified after the enumerator was instantiated
I have a report that takes in 4 dates, and everything is working great in the report manager. Viewing this report in a ReportViewer control, however, is a bit different. I understand that the date picker is not supported, and that's not a problem for me at all. However, when I run the report, I get an exception of " Collection was modified after the enumerator was instantiated " Any help would be appreciated. This erro ...Show All
CutiePie Problem building
I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now. Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build ...Show All
ChrisSmales Did not work :-(
Well I have a word.dot file with C# behind, Office 2003 I am calling this file from a local web server, and I am receiving this error message: The customization does not have the required permissions to execute. One of the things that makes Linux less attractive are the tons of additional steps you need to do in order to get something working right, and I guess now Windows/Office is no different. I guess it is ...Show All
Janine Zhang how to disable the feature that allow clicking group fields to view the detail/
how to disable the feature that allow clicking group fields to view the detail and one more question is can i group fields which is uniqueidentifier type please help. Thanks Nick Hello Nick, Yes you can - you need to set the Suppress (No Drill Down) option when you right click on the Group Header. You can group on any field except for memo and binary field types. Keith - Business Objects ...Show All
