Sarguna's Q&A profile
Visual Studio Team System Application Diagram and MapPoint Web Service - not working :(
Hi Folks, i'm trying to add an ExternalWebService object ot my Application Diagram. URL: http://staging.mappoint.net/standard-30/MapPoint.wsdl It errors saying i cannot use that reference in the Application Diagram becuase it has 4 services or something. Is there any way to design the application diagram to incorporate the MapPoint Web Service Hello, You will need to create a MapPoint Web Service Developer account in order to be able to use the service. You can do it via this page: https://mappoint-css.partners.extranet.microsoft.com/MwsSignup/Eval2.aspx Thanks, Arun Abraham SDET, Visual Studio Team Edition for Software Architects This posting is provided "AS IS" with no warranties, and confers ...Show All
.NET Development OTP: Thread specially for the user mindful - CEIBA
Hi Mindful.. Just before some time u have replied(2 times) my previous thread:- "what domain name & username should i use for impersonate" But now there is no any option to reply on that thread thats why i started new thread for help. U had given me this link :- http://blog.crowe.co.nz /archive/2006/03/02/589.aspx but according to this link i can set permission to local server. How can i do it on live server.My Website is hosted on DiscountAsp.net Please check this link ( http://www.eggheadcafe.com/articles/20050813.asp ) i have used codes to convert Text to speech. If you need any other information please let me know. I think I`ll have to start another new thread if once again reply button dis ...Show All
Windows Forms How to maintain data in a ListView control when form is hidden
Hi - I developed a shared add-in with a ListView control on a form. I populate the ListView control with data - and I want this data to remain in the ListView control even if the user hides the form. However, even though I call the Hide function to hide the form - the next time I show the form, the ListView control is blank. How can I maintain the data in the ListView control even if the form is hidden Thanks in advance. Hiding the form shouldn't empty the ListView. Are you closing it Is it an MDI child window ...Show All
.NET Development retrieving Active Directory properties via web service problem
Hi I'm trying retrieve the description property in ActiveDirectory of a userID via a web service method. When I run the web service the retrieved string comes out as " System.DirectoryServices.ResultPropertyValueCollection" instead of the description value of the UserID.. Does it have something to do with the directory searcher class Please see my code... Thanks in advance in my Service.cs file>>>> [ WebMethod (Description = "This web method spits out data from AD" )] public string GetAllUserData( string UserID) { string path = "LDAP://" + ConfigurationManager .AppSettings.Get( "ADServer" ) + "/OU=USERS,OU=IT,DC=someorg,DC=com" ; string aduser = ConfigurationManager .AppSe ...Show All
Visual Studio MSB3011 AL.exe
I was not sure where to post this but thought I would try here. What should I do to fix the following build error: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1950,9): error MSB3011: "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\AL.exe" was not found. Either 1) Install the .NET Framework SDK, which will install AL.exe. Or 2) Pass the correct location of AL.exe into the "ToolPath" parameter of the AL task. I installed .NET 2 and am not sure why this one project is in need of AL.exe - can I remove the dependency from the project Thank you, Brian I am also getting a similar error Error 8 "e:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\AL.e ...Show All
.NET Development Update SQL database...Please help
I have set up a button that when pressed the data that is present in the textboxes is supposed to update to the SQL server database. I cant see anything wrong with my code and my stored procedure. Is there anything anyone can see Grateful for any advice. The page that I am trying to use to update my database is being populated by a querystring. Here is my code: Private Sub Page_Load (This is working fine...page is loading) Dim cnn As SqlConnection = New SqlConnection("etc.etc") If Not IsPostBack Then Dim ds2 As DataSet Dim dr2 As DataRow Dim adpt As SqlDataAdapter Dim cmd2 As SqlCommand Dim Id As Integer Id = CInt(Request.QueryString("CustomerID")) ds2 = New DataSet cmd2 = New SqlCommand("GetCustomer", cnn ...Show All
Visual Studio Express Editions VC++ 2005 Express IDE Slow Boot, huge virtual memory utilization, thrashing
When I boot the VC++ 2005 Express IDE it runs normally for about 2 1/2 minutes, then allocates a huge amount of Virtual memory and spends the next 6 to 8 minutes doing something which puts such a huge drain on the OS (due to page swapping) that it is impossible to perform any reasonable work until that operation is compile. This happens whether a project is loaded or not. During the thrashing period, the CPU utilization of the VCExpress.exe process remains at zero, only occasionally popping up to 1% or sometimes 2%. The following example was documented by monitoring the Task Manager during a VCExpress boot with no project loaded: BOOT (Double clicked app to start it) TIME: 00:00:00 Mem Usage: 14,7 ...Show All
Visual Basic why my data grid control doesn't show any tooltip text that I set.
Please help to fix on why my data grid does not show my tooltip text that I made using VB.NET 2005. JonathanClemente, I soppuse you are using the ToolTip Class. Actually there are several members of this class refers to its shown such as Active, ShowAlways manually and AutoPopDelay, InitialDelay by tools. What is your specific problem when showing the tooltip Here I have a sample code on the tooltip, just take a reference and hope you can fix your problem: ' This example assumes that the Form_Load event handling method ' is connected to the Load event of the form. Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .Load ' Create the T ...Show All
Game Technologies: DirectX, XNA, XACT, etc. All Windows Games crash after installing 1.0 (but 360 is fine)
Hey gang, Having a problem with my laptop and writing Windows games in XNA. I was able to run things fine in beta1 and 2, but now that 1.0 is out I keep getting crashes and a run-time error saying that 'XNA can't find a graphics driver with DirectX1.1 shaders ect ect'. I have a tablet PC with updated Intel 'Exterme Graphics' drivers. I've installed (and re-installed) XNA Game Studio, Visual C# Express, and the DirectX SDK runtime. Also, I can properly run games compiled for the XBox360. Did anything in the framework's min requirements change for 1.0 Or did something happen to my computer that's making it mad Thanks for any help! ScottT No good news for you. Intel "Extreme" embedded graphics ...Show All
Game Technologies: DirectX, XNA, XACT, etc. What is Game Studio Express
What is to be included with game studio express The Torque Engine Libraries An IDE Documentation I want to be able to make games on this system, but I don't want to have(although the ability to if need would be good) to use outside resources such as external libraries or engines. As a fresh, amatuer, student programmer, I am praying that XNA Express will be friendly to people WITHOUT industry knowledge. And lastly, do I need to own Visual Studio It will not include The Torque Engine, it will come with libraries simular to MDX (managed DirectX). XNA Studios is an IDE and there will be documentation but the docs may not be that great at the launch of beta. Managed DirectX makes DirectX easy to learn and use, you can have ...Show All
Software Development for Windows Vista Vista RTM software compatibility list
Hi can any one give the list of the softwares supported on VISTA RTM or any apllication compatibility list for vista RTM ...Show All
Visual C# Check if string contains valid year
How do I check if a string contains a valid year only... I've the classic way but it seems it works only with complete dates. Here's what I tried: string MyString = "2001"; DateTime MyDateTime = DateTime.Parse(MyString); Console.WriteLine(MyDateTime); This code snippet throws an exception ! Any help would be appreciated. Hi Raihan, Your code throws an exception because 2001 isn't a valid date. It may be a valid year (you and I both know it is), but just isn't a valid date. You could intialize a new datetime object and then use the AddYears method to add the number of years. The resulting date will be January 1st of year+1 (a new datetime intializes to 1/1/0001) string MyString = "2001" ; ...Show All
Windows Forms Task Vision
Hi, I downloaded Task Vision, and ran it but I don't know the username and password. DOes anyone know what it is ...Show All
SQL Server Expression to get the last word of the fields
Hi, How do i get the last word of a field in an expression Thanks I am aware of all the string functions available in the expression editor, how would I last word of a field using the functions available Thanks ...Show All
Visual Studio 2008 (Pre-release) accessing image pixels for images from siteoforigin
creating a BitmapSource from a siteoforigin pack uri (pack://siteoforigin:,,,/asdf.jpg) in an XBAP app. my assumption was that i could access the pixels (CopyPixels) of the image since it was served from siteoforigin ... but i'm getting a SecurityException should this be working as a workaround, i saw another post that ended up using System.Drawing.Bitmap. Thanks, casey ok, ends up that CopyPixels works fine on the initial URI load, but PixelFormat.BitsPerLength was throwing the SecurityException ... so now i'm just hardcoding that value. but now the problem i'm getting is after doing some pixel manipulation, i put it back into a BitmapSource, and perform a ScaleTransform to end up with a Tran ...Show All
