Answer Questions
Galea Running Total Field Question
Hello there ... I'm working with Visual Basic 2005 Profesional Edition Crystal Reports 10 I have a Database that has 3 tables: [ Courses ],[ Clients ],[ Trainers ] you may have already know the Relations between the Tables but here they are: -There is a Many to Many Relation between Courses,Clients -There is a Many to Many Relation Between Courses,Trainers So Now I have 5 Tables... beside of the 3 Main I have 2 Tables who Are doing the Many to M ...Show All
laszlo.gosztola COM Addin, in frame work 1.1 , C# and outlook 2003, it wast wroking fine i can able to send the mail with customised form , bu
HI i have developed COM Addin, in frame work 1.1 , C# and outlook 2003, it was wroking fine i can able to send the mail with customised form , but now i instal the FrameWork 2.0, it not working , i can not able to send the mails form now it is showing following error . See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ******** ...Show All
lslmustang Interact with dialogs
Hello Is there a way to yse the vs dialogs like "Find in files" dialog Avi You can invoke any VS command using DTE. ExecuteCommand method. In your case you can use DTE. ExecuteCommand ( "Edit.FindinFiles" ). See my blog post at http://www.vbdocman.com/blog/archives/15 to see how to preset the Find dialog values. Thanks This is what I need :) Is there a w ...Show All
Bill O How do I sign soap headers?
I have created a BindingElement that adds a soap header. I would like that header to be signed by the AsymetricSecurityBindingElement. How would i do that Do I use MessagePartSpecification, how I am using the January CTP. Thanks, Gus Hi Gus, Can you explain the scenario that you are trying to accomplish We support signing application headers by using ProtectionLevel property of MessageHeader attrib ...Show All
Cagdas Top About schyzophreny, C#3 intelligence and runtime stupidity
This question relates to Linq, as the Espresso sample illustrates, so I post for suggestions here.. http://technofinance.blogspot.com/ --------------------------------------------- On my way toward a flexible application to perform queries on the vast amount of information my trading desk produces everyday, I was delighted to meet with C#3 and Linq functionnalities. Design time I always thought such a transversal approach wa ...Show All
Alex Eyre Lambdas in Custom Attributes
I want to pursue the concept of embedding lamdbas in custom attributes. It is not supported today to my knowledge but I believe could be very valuable for DLINQ and more. public class Customer { [Association((c, o) => c.CustomerID == o.CustomerID && o.Status == OrderStatus.Incomplete)] public Order[] IncompleteOrders; } I believe that a syntax such as this would generalize the join conditions that are sup ...Show All
SurfDude 'There was a failure downloading the URL' from Visual Studio 2005
I've just added a solution to VSS2005 by creating a new solution in Visual Studio 2005 and checking the 'Add Solution to Source Control' checkbox in the 'New Solution' wizard. After making some random changes to the solution, I checked in my new code and closed VS2005. If I reopen VS2005 and attempt to open the same solution via the 'SourceSafe explorer (ie File-Open-Project/Solution/SourceSafe(Internet)) we receive the following error: 'T ...Show All
Pat O Problem Visual Studio RC and Word.Application
I just installed the Visual Studio RC (Team server) and i need to work with Word.Application. I try to install Visual Studio Tools for the Office System (beta2) but it failed because need .NET Framework BETA 2 ... and i have .NET Framework 2 (installed with RC) Can i solve this problem PD: Sorry if my english is not very good. I'm from Spain. THANKS!!! You cannot use VSTO 2005 Beta 2 with VS RC. You'll ...Show All
linhardt try rebooting...
Beta Page http://msdn.microsoft.com/windowsvista/getthebeta/default.aspx WinFX Components - Dec CTP http://www.microsoft.com/downloads/details.aspx familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&displaylang=en Windows SDK - Dec CTP http://www.microsoft.com/downloads/info.aspx na=46&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=2297BDC9-B5AE-4B8A-B601-EEF54A52867A&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f0% ...Show All
keithGard corrupt project file
I have a custom vspackage and project template file has this ItemGroup: < ItemGroup > < Folder Include = " Copylibs " /> < Folder Include = " Stores " /> < Folder Include = " DDModules " /> </ ItemGroup > After I create a new project of my type the project file's ItemGroup now looks like this: <ItemGroup> <Folder Include="Copylibs" /> ...Show All
Aaron McKee Maximum height of report body
I'm working on a dynamically created report that adds one to many graphs to the report based upon criteria determined by the user. Basically I'm modifying the xml in the rdlc file so as to add new subreports (one sub-report per graph) on the fly. Each subreport is passed parameters that will influence the data that is shown. The problem I have is that I'm running into a ceiling on the body height of the main report (the report that houses all th ...Show All
9_Phill My Pet Peeve of the day
When Word goes to load Add-Ins, we really, Really, REALLY need a way for it to tell us what Add-Ins it is loading (the assembly and file location) and if they fail, why they failed. And for the fail, the core error too. For example, saying mscore.dll was unhappy is not very useful. Saying that it failed because assembly X is not strongly named - that IS very very useful (a problem I had many many months ago with my AddIn). thanks - dave ...Show All
Anil Dhiman SQL Translation
When I use the following statement: var q = from o in db . Orders where o . CustomerID == "ALFKI" && o . OrderDate < new DateTime (1998, 5, 1) select o ; D ...Show All
Indigo Cowboy Unknown Error in DOM when setting node.prefix or node.namespaceURI
For an InfoPath form, I am trying to add non-blank values from a list in the default view to a repeating field for a bulleted list on another view. I am getting stuck trying to add the new nodes but I keep getting an error message that simply says "Unkown Exception". Here is my code: function XDocument::OnSwitchView(eventObj) { var symptomNode; var symptomsNode = XDocument.DOM.selectSingleNode ( " //my:Symptoms" ); var symptomTextNo ...Show All
Gagandeep Singh Custom namespace error?
Just a newbie on this, but frustrated. I am having troubles with the photshop sample from the beta2 sdk. < Window x:Class = " PhotoStore.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " PhotoStore " Loaded = " WindowLoaded " xmlns:ps = " clr-namespace:PhotoS ...Show All
