yogamnandhu's Q&A profile
SharePoint Products and Technologies Single Sign-on for WebService
Hi All, I'm trying to setup a connection to a WebService using Single Sign-On credentials. I have configured the LobSystemInstance as follow. < Property Name = " WebServiceAuthenticationMode " Type = " System.String " > Windows Credentials </ Property > < Property Name = " WebServiceSsoApplicationId " Type = " System.String " > CrmWebServiceSso </ Property > < Property Name = " SsoProviderImplementation " Type = " System.String " > Microsoft.SharePoint.Portal.SingleSignon.SpsSsoProvider, Microsoft.SharePoint.Portal.SingleSignon, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c </ Property > < Pro ...Show All
Visual C# sleep for microsecond
hi i search for program that execute one command (such as read or write that not important) each more microsecond. i found the function in unix that do this and it's usleep() . i found that this can be execute in win platform from here: http://www.digitalmars.com/rtl/time.html#usleep but i don't know why this don't execute and when i run this example an error say that (errorc2371 time_t redefinition different of basic time ,error c2011 tm structure type redefinition! from file time.h) if any one have time.h that conatin of usleep or run and use this example plz help me with thank's Hi, As far as I know the StopWatch is a high frequency timer (quite precise) but you can use it to mea ...Show All
Visual Studio Tools for Office Outlook Add-in Deployment
Hi, I am having trouble deploying the Outlook Add-in I have created using VSTO. My problem is the same as described in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=243904&SiteID=1 The suggested solution referenced an MSDN article located here: http://msdn.microsoft.com/office/default.aspx pull=/library/en-us/odc_vsto2005_ta/html/officevstowindowsinstallerwalkthrough.asp#officevstowindowsinstallerwalkthrough_enhancingtheoutlookaddinsetup However, when I tried to add the SetSecurity project file it seemed that the SetSecurity project was in C#. Is there a VB version of that file available somewhere Thanks, Kelvin Hi Kelvin, The SetSecurity code is only available in C#. Howe ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Download
How big will the file be I'm rumming on Dial-up and don't want ot be waiting for hours trying to download it. Pretty much everything takes hours on dial-up, so be prepared. If it's under 50MB I'll be surprised, but I'm thinking more like 100MB or more. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA Codeplex Team explorer
Is there a tutorial on how to release project files to codeplex from XNA environment I followed all the steps signed up for codeplex, installed team explorer, connected team explorer but i'm lost as to what to do next. do i upload the files one at a time from the codeplex website what about the solution files Is there a way to add the whole solution at once through teamexplorer ok i figured out what i was missing out on, thanks to the videos on teamsystemrocks the next step that i was missing was i needed to create/edit a workspace in the team system IDE and then add the project folder. thanks! matt ...Show All
Visual Studio How Can I create a multiproject Template?
VS 2005 made adding project/item template very easy however if want to create a multiproject template than you stuck. Well taking into account my knowledge in the matter(little) i am stuck. Is there a walkthrough how to create a multiproject template How a tutorial on how to extend it Thanks a lot Thanks for your reply.Your link is a help. This is has always been a poorly documented area.I wish somebody with some knowledge would post a walktrough on Multiproject templates and what you can do with it. thanks ...Show All
Visual Basic Serialport Help
I am writing a class that talks to a controller I use in my lab. I send the controller a command and it gives a response. I wrote a routine that sends the command and receives the response. HOWEVER.... If I step though the code everything works great. If I run the code it runs too fast and misses the response from the controller. I don't want to poll the serial port to see if the response arrived as this consumes CPU time unnecessarily. What I want to do is to write the command to the controller then suspend the method until the DataReceived event or a timeout occurs, then continue my method. Any suggestions Thanks in advance! Kenny HappyHappy, According your de ...Show All
SQL Server Open encryption key in stored procedure
Hi, I would like to create a stored procedure, which accept RunAsUser, MasterKeyPassword and also ASymmetricKeyPassword. In this stored procedure, it call OPEN MASTER KEY and etc. I put these code in stored procedure so that my support staff can call it when doing maintenance by passing the parameter. I don't expect them to remember OPEN MASTER KEY and etc syntax. However, I hit error "Invalid Syntax" when I run my code as below. Any ideas Thank you -- ================================================ -- Template generated from Template Explorer using: -- Create Procedure (New Menu).SQL -- -- Use the Specify Values for Template Parameters -- command (Ctrl-Shift-M) to fill in the parameter -- values below. -- -- This block of comm ...Show All
Visual C# Implementing a UI Type Editor – How to get a reference to the property owner class.
Hello, In my application I am using the PropertyGrid control to edit the properties of a class (MyClass). To edit one of its properties I am writing a custom System.Drawing.Design.UITypeEditor . Like described here: http://msdn2.microsoft.com/en-us/library/ms171840.aspx To validate the property (for witch I am writing the property editor) I need to call a method on the class(MyClass) in which the property exists. My question: how do I get a reference to MyClass, or a reference to the PropertyGrid.SelectedObject from within the UITypeEditor EditValue method public override object EditValue( ITypeDescriptorContext context, IServiceProvider provider, object value) { ........... } Probably via the IServiceProvider GetService ...Show All
Windows Forms Binding Navigator Problem
I have a binding navigator control asocciate with a data source, the same wiht textbox controls or combo boxes. In ejecution time, when I press in the binding navigator the button to add a new register, all the boxes or combo boxes binding with the data source change to empty that It allow me insert a new row. But I dont know how can I do if I want that some textboxes have a predetermined string. For example, I generate a code field of a table with some vars, and I want when I add a new register that the text box isnt empty, otherwise it has the code that I generate with a external values. Thanks for help ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA tutorial!!! PLEASE!
Hi. Can someone write me a little tutorial that teach me how use XNA Game Studio Express (beta1) I've downloaded it but I don't know how use it. I'm good in C# programming but i've never used Visual C# 2005 Express. How can I use the Spacewar Example with Visual C# Please Help Me!!! Hello Megdi. There are some great documentaion that comes with XNA, including some simple tutorials. If you click on help in VC# Express and hit Index , then search for Getting Started with XNA it has a few tutorials that should get you started. ...Show All
Windows Live Developer Forums Problems displaying custom emoticons...
(this problem happens to me both in Live and Msn Messenger 7.5) Recently I've been having problems displaying custom emoticons that people sent me - some custom emoticons work, while others show up as an empty space (i.e. image won't show up) and though I'm using a new PC right now, the same is happening. I think the same may be going for display pictures, some work and some don't. The only thing I can see that would be causing this is ZoneAlarm Security Suite, but I've enabled MSN Messenger to have full privileges and this is still happening. If it is not the privileges, does it have anything to do with blocked ports I'm also seeing other image display problems, such as in FirstClass (the client), if I view someone's resume, I cannot see ...Show All
SQL Server Access rights to two mssql dbs via password protected role
I dont know how to arrange situation when application enduser needs to access data in two databases of mssql server concurently in those circumstances that access rights to the data should be restricted by password protected role (whose password is not known to the end user). Detailed description of problem: So far there was an application, that manipulated its data, saved in mssql server's database. End user authenticates to application by his (mssql server's) login name and password. The application authenticates the user by connecting to the database with the given name/password credentials, and then the application sets application role with hardcoded name/password. Thus application role sets the access rights for consequent end ...Show All
Visual Studio Team System Is a separate server required for MSF Agile and Project Management tools?
Hi, I have been struggling with this problem for weeks and cannot seem to find an answer to it: I would like to use all the MSF for Agile tools in Visual Studio Team Suite but I don't need a separate server. (I am working alone and want to design iterations, etc. I have only one machine) I installed Team Explorer but it only tries to look for a TFS. I try to open a team project, but it only tries to connect to a TFS. Is there a single-system solution Is this possible Thanks, Mark You can go for Single-Server Deployment on TFS, which means the Team Foundation data and application tiers on the same computer. If you are in single-server deployment environment, your team explorer only ...Show All
SQL Server Reporting Services SOAP API and PHP
Hi all, we are working with ASP.NET and have also a bunch of PHP projects runing. Has anyone experience in accessing the reporting services SOAP API from PHP Thx Michael ...Show All
