Answer Questions
S. Ali Tokmen Problem in Loading addin with each instance of host application
I have created a com addin in c# for project professional, but problem is that is working only for the instance that is created when application is loaded, when i am opening a project from file menu my com addin is not getting loaded and hence not working for that instance. Found the solution to it. in the OnConnection event place this code If connectMode = ext_ConnectMode.ext_cm_AfterStartup Then Dim objAddIn As AddIn = CType (addIn ...Show All
ShariL who know the winFX's roadmap?
thanks in advance Well,I want to know when winFX beta 2 will be released, if CTP still will be released per three months after beta2 thank you Can you provide a little more context as to what you are looking for As for shipping the first version of the WinFX Runtime Components -- it will ship at the same time as Windows Vista -- 2nd half of 2006. -Arik ...Show All
Manena How does one hook custom events into Xaml?
I'm trying to implement a Data Binding layer to protect my UI from business logic dependencies. I'm using XAML to bind a control (TextBox in this case) to a datasource, which works just fine so far. However, the underlying datasource fires a custom event. The UI needs to catch this event and act on it (enable some controls). If I use code behind to register for the event and catch it, then I'm breaking the markup/code separation. How ca ...Show All
Muskoka Inheriting from a custom avalon control
Hello, I am trying to inherit a dialog control from another dialog control so that the child control can add custom tab items to the tabcontrol. But I got the following error: Error 18 ContextMenus.BaseDialog cannot be the root of a XAML file because it was defined using XAML. Line 2 Position 16. C:\My Documents\Visual Studio 2005\Projects\ContextMenu\CSharp\ChildDialog.xaml 2 16 ContextMenus Is it possible to inherit from an avalon ...Show All
Paige Ake Invalid PropertyDescriptor Value -- please help!
I'm using the Feb CTP, and I'm trying to use a property in a trigger. Here's the specific XAML: <Window x:Class="TestThingie.Window2" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " Title="Renamer" Height="300" Width="300" > <Window.Triggers> <Trigger Property="Test" Value="True"> <Setter Property="Window2.Background" Value="Blue ...Show All
Zesovich Missing ORM Features
Hi, Been playing with the preview and saw in the doco that mapping inheritence is not supported. This is fundamental to an ORM. Without it polymorphic queries are not possible. Not only this, but all ORMs I've worked with (Persistence, TopLink, Versant, Hibernate, NHibernate) support the standard 3 ways of mapping inheritence to a relational model. This is equally important because alot of legacy schemas out there use a combination of the ...Show All
brbrb dynamic SQL
Hi, I want to use a stored procedure with dynamic sql,I am not able to view the fileds when I try to create the reports.what should I do Hello, Crystal Reports has to have the schema of the database defined at the time of Report Design. The ability to define reports at runtime is not possible for the bundled version of Crystal Reports. Some of our full version products have features similar to what you are looking for: http://www.busines ...Show All
Brian Ekins How to determine the type of the Outlook Attachment?
In a Outlook MailItem having Attachments, How to determine the type of the Outlook Attachment Fg. the backpattern of a HTML format mail is also a attachment. But this type of attachment is not the one I want. Thank you/! Bill: The problem is that Outlook shows the value to be olByValue even when the images is embedded. You can easily verify this: 1. Create a mail item. 2. Add an attachments using Insert Pict ...Show All
invc error message when calling crystal report, please help! Thanks
I have serveral web applications on the same server, all other apps are working well with crystal report, however, this one always give me the following error message, please give me some hints, thanks. I already installed version 10 on the server. Unspecified error Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error an ...Show All
pedromc Check in web service that are already under source control for VS2003
At this moment we are upgrading web services, that are already under source control, from VS2003 to VS2005. The upgrade is successful, but when we want to check these web services in VS2005 is complaining that the *.asmx is already under source control and stops with check in of the other files. For a web service we checked the other files in with our source control manager and reopened the project. VS2005 do not notice that these files (app_cod ...Show All
Aleksey Y. Nelipa Problems with WCF
Hi everybody, I have a problem with Indigo. I have installed the WinFX following the instructions. Then I try to build the first application. I open VS2005, new WinFX service and I have the defaul application. Run application and I receive that I am not authorized to view this page. Instead the other applications (ASP.NET and Web Services) run right. Where is the error Thanks, luca Luca: You do ...Show All
Eelke Folmer DSL and GAT demo
I saw previous posts that there will be a demo presenting the complimentary work of DSL Tools and GAT demo. Is there anything available yet Do you know any recent presentations on DSL and software factories, excluding TechEd05 And this is a question that I have to ask: How are DSL Tools different from a simple code generator Is it only the designer support Thanks, Martin Kulov http://www.codeattest.com/blogs/martin Hi, ...Show All
Igor24 Conflict on sharing info on a file on different folders of shared location
I have a file xyz shared in 4 different folders like Folder B, C, D and A. When I look in to the file sharing info on folders B, C and D the info is same, it shows up sharing between all 4 folders. But when I check on Folder A it shows up as if it is not shared, rather completely branched. I am working on the VSS through Source Offsite. Could this be a problem with the source offsite OK let me rephrase my question. I have t ...Show All
eechocheng Remove This Smart Tag
I've developed a SmartTag using C# (btw very slick... thanks VSTO team!). In the smart tag context menu, apart from my own actions, there are some default ones like Remove This Smart Tag Stop recognizing 'foo' etc. My question is how do I deal with "Remove this Smart Tag" If the user clicks on it, they expect my document will no longer place a smart tag in that same spot. Unfortunately, there doesn't seem to be an event to tell me t ...Show All
Faisal H. Siddiqui How can I run a SVC based service with a trusted account
How can I configure (convince) a SVC based service (i.e. hosted in IIS) to run with a trusted service account In ASMX I would use the <! --identity impersonate="true" userName="neptune" password="password"-- > configuration, however, it has no effect with SVC hosted services and I have not yet found a way of simulating the impersonate option in WCF. An application hosted in WAS takes its process id ...Show All
