Schmidty6060's Q&A profile
SQL Server SQL Mobile Get Started Tutorial
hi. i was following the SQL Mobile Get Started Tutorial and when i got to the section of creating a device application i encountered this step of the process: 16.) Start Notepad and open the file C:\Program Files\Windows Mobile Developer Samples\HOLs\MED302 SQL Mobile\Source\Exercises\VS_SQLMobile\Form1.cs . when i opened it the tutorial said i was supposed to copy the functions for the insert, delete, sync,etc buttons but i didnt s ...Show All
Microsoft ISV Community Center Forums Alcatel OmniPCX Office
Dear All, My phone system Alcatel OmniPCX office support TAPI Server 2.1. How can I display incomming call(phone number, searching my contact database[SQL Server]) and how to make phone call. Looking to hear your kindly support. ThanhNguyen Per our support engineer: Base on my understanding, our buddy want to fetch the incoming phone information from Alcatel OmniPCX office. Here’re my s ...Show All
Software Development for Windows Vista Builing SharePoint workflows in VS.
I know this might not be the right forum, but is there anyone who could tell me where to find the visual studio project template for creating SharePoint Workflows Thanks Mikael The last I heard the templates were not ready yet. A better place to find out would be the newsgroups set up for Office 2007 at http://www.microsoft.com/office/preview/community/newsgroups.mspx . ...Show All
Visual Studio Testing for empty item list in a condition
I am setting up a dependency property group (to be used in a Target's DependsOnTargets attribute). I would like to have a dependency optionally show up depending on whether an item list exists and is non empty. So far, this is the best I could come up with: <PropertyGroup> <OtherLibFilesTemp>@(OtherLibFiles->'%(identity)') </OtherLibFilesTemp> <OtherLibTargets Condition= ...Show All
Visual Studio Tools for Office VSTO 2005 Beta2 Bookmark Relocate
I created a C# VSTO project in Beta 2 and built a simple program that uses a TreeView in the ActionsPane. The tree view contains nodes representing the Bookmark view controls in the Word document. I implemented the Drag/Drop capabilities within the TreeView and want to reflect the changes in the Word document. I am having some problems with calling the Relocate() method on the bookmarks. After re-ordering the TreeView I must ma ...Show All
Visual Studio VS .NET 2003 Pro Installation Problems
Hi, When I try to install Visual Studio .NET 2003 Professional, it just sits doing there doing nothing while displaying "Generating setup script" -- for hours. When I cancel, it asks me if I want to rollback, and then again, does nothing -- I can't even close the window. I have Windows XP Pro + SP2. Can somebody please help! Regards, Siddharth Do you have any logs generrated in your %temp% folder They may h ...Show All
SQL Server Publishing from Oracle to Sql Server 2005
HI guys, Am trying to do the above. Managed to configured the distributer. However, while trying to configure my oracle publisher, it failed as follows: ==================================================== Creating Publication - Creating Publication 'oraTest' (Success) * SQL Server created publication 'oraTest'. - Adding article 1 of 1 (Error) Messages * SQL Server Management Studio could not create article 'USERS'. (New Publ ...Show All
Visual Studio Team System Lost Web Test Editor - all WebTests view in XML by default
Hi, I seem to have lost the web test editor for viewing my web tests. The system is defaulting to opening these with the XML editor instead. Can anyone out there tell me what the default location of the Web Test Editor executable actually is, so I can add it into the "Open With" List for web/load tests. Thanks You must have clicked "Set as Default" on the "Open With" dialog for the XML editor.  ...Show All
Visual Studio Team System Possible to detect use of enum.ToString()?
Does anyone know if it is possible to detect the use of an enum's "ToString()" method The reason I ask is because we have started obfuscating our code using Dotfuscator, and of course because that renames the enums, it plays merry hell with any use of enum.ToString()! It'd be great if FXCopy could detect such usage. Also, I guess we'd need to detect enum.Parse() and other reflection-style access. Any help would be much appreciated! ...Show All
Visual Studio 2008 (Pre-release) 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
Visual Studio Express Editions regular expression in VC
Dear all, As a beginner in Visual C programming I have some difficulties to deal with regular expressions and it’d be nice if you can recommend me a good reference to learn more about how to do such things in Visual C For the time being, I got stuck for searching about solutions concerning the following three cases in my application and any possible help will be appreciated! Case1: I’ve a CString CountryCode variable as fol ...Show All
Visual Studio Tools for Office Problem deleting excel sheets
I have noticed a behavior that I hope is not intentional. If a user of my Excel VSTO project deletes one of the sheets that is referred to by one of the managed sheet classes (ie Class Sheet1), the next time the application is started this class picks a new sheet to bind itself to. I hope I am explaining this clearly. Here are the steps to reproduce. Create a new Excel VSTO project. Run the ...Show All
.NET Development How is comparison done in Generic Dictionary.TryGetValue method?
I have defined a generic IComparer as shown below. public class MyKey { private int _value1; private string _value2; public MyKey(int val1, string val2) { _value1 = val1; _value2 = val2; } public static int Compare(MyKey x, MyKey y) &nb ...Show All
Visual Studio Tools for Office Getting even weirder...
Hi; I built a VS 2005 simple Add-In, tested it, and it worked and I could break into it in the debugger. I then did the same in VS 2003 and it also would run and I could set breaks in the debugger, but it required winword.exe.config set to .net 1.1 I then went back to the VS 2005 one (deleted winword.exe.config). Now when I try to run it, breakpoints I set in the 2005 Connect.cs (the projects & dlls have different names) break in the 2003 co ...Show All
Software Development for Windows Vista Serialize and deserialize a workflow with RuleConditionReference in IfElseBranch
Hi, if I try to serialize (using the markup) a workflow with a RuleConditionReference in an IfElseBranch activity, in the resulting xoml file I find only the name of the RuleCondition. Now I need to serialize and deserialize also the RuleConditionCollection in which the RuleCondition is defined. How can I do it The RuleConditionCollection is serialized to workflow1.rules. You should find: < rule:Ru ...Show All
