Software Development Network Logo
  • Windows Vista
  • SQL Server
  • Visual C#
  • Windows Forms
  • Smart Device
  • Architecture
  • Visual FoxPro
  • VS Express Editions
  • .NET Development
  • Windows Live
  • VS Team System
  • Visual Basic
  • Visual C++
  • Visual Studio
  • Game Technologies

Software Development Network >> Babu P P's Q&A profile

Babu P P

Member List

Neil_at_AGI
Larra
Paul Thompson
Rookie_KC
eechocheng
pallavi
EdWallace
BulletCoderHope
BobDogTheGreat
Alan Cameron Wills -MSFT
rkorneev
begginer666
Bocman
Marcello Consolo
Chris Vance
Millen Tomov
mike todd
AndrewRae
WUSHH2000
Wail_gsm
Only Title

Babu P P's Q&A profile

  • .NET Development Custom headers in SOAP Webservice-Client

    Hello there, I’m new to web services, but i would really like to get one of them great wsdl services from this page: http://wortschatz.uni-leipzig.de/axis/servlet/ServiceOverviewServlet to work, the problem is that they use the header for authentication. so i have read somewhere that it should be possible using wsdl.exe to create the proxy class that includes these necessary headers. the two headers must be included: user anonymous password anonymous hashed with md5 I have spent lot's of time trying to find a solution but no success. this is a related article to this services: http://forums.microsoft.com/msdn/showpost.aspx postid=1 ...Show All

  • Visual Studio Team System no notifications...

    see... this is where having an actual "Admin" is usefull... I dont know where the problem is, so be gentle. after getting TFS setup (which felt more like surviving a train wreck), getting users with the right permissions setup on the domain, and everything else under the sun that has to be done to get this bad boy up and running, I still have one last problem. from the sharepoint site, I'm trying to add users. I've used sharepoint before, and when I've added users for the site, it usually sends an email. also (I have no clue if these 2 things are related, but I have a strange feeling that they are), when I create work i ...Show All

  • Visual Studio Uninstalling VS2005

    While uninstalling VS2005 I have come across the following error which I have copy-pasted from the error file. I have tried a number of ways to uninstall infortuneately I uninstalled almost every component of VS(SQL Server, Document Explorer, etc) and in the wrong order .before the actual studio. Is there any way I can restore my system to pre VS so as I can do a clean install Any help would be great thanks. [02/15/06,18:25:20] Setup.exe: AddGlobalCustomProperty [02/15/06,18:25:20] Dependency Manager: ***ERRORLOG EVENT*** : CDependencyManager::ValidateDependencyStates() : Parental dependency is not satisfied for com ...Show All

  • Visual C++ ATL Connection Point Wizard - No Code

    I am making an ATL exe Server. - VS Net 2003 using C++ I created my interface from a Simple ATL object WITH Connection Points. I have my Interface working. I want to ADD my CallBack (connection point) and proceed per all the documentation. I add a method to the IEvent ... I run the Connection Point Wizard requestion a Connection Point. I get the BUG, as noted on MSN, about the duplicate __event __interface _IDialerEvents; What I do NOT get is any sort of a IConnectionPointContainerImpl based class being created ... NO code in the Server project or in the Proxy project. All the examples in books and MSN are associated with a DLL Server a ...Show All

  • .NET Development SessionState 2.0 Problem connecting to SQL Server

    We are attempting to upgrade from 1.1 to 2.0. We are running SQL Server 2003, and it has SessionState 1.1 installed successfully. We installed 2.0 on the same server, but under a different database name. The userid and password that is used to connect to 1.1 was given dbowner permissions on the new database. When we attempt to use the application, we get the following error: Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above. I know it's installed. I just don't know how to determine why .net doesn't think it's installed. ...Show All

  • Visual Studio msbuild for all Visual Studio Projects

    I want to use msbuild to build my project files on a build lab machine that does not have VS installed. I  have make some test with Visual Basic and C# project without any problem. but with c++ it 'seems to be, a little more difficult. Msbuild refused the Release option configuration : If i use msbuild myproject.vcproj /t:Rebuild that build both Release and Debug version of my project I want only release version, so I try msbuild myproject.vcproj /property:Configuration=Debug /t:Rebuild . with the same result. Reading info on the Net it seems that Msbuild doesn't work correctly whith c++ project Where is the truth  & ...Show All

  • Visual Studio vstemplate error

    I have implemented a vstemplate to create a new project type.  When I select the template under my project type I get and error stating that it tried to load an untrusted component and references my vstemplate assembly.  This is the error I get in the application event log: One or more Visual Studio templates do not match any installed project packages. I am signing the assembly with a strong name key file through the project settings and I installed my assembly into the GAC.  I also tried using the strong name in the <assembly> tag under the <wizardextension> tag in the .vstemplate file, but this didn't help ...Show All

  • Windows Live Developer Forums always error in submitting xml to contest

    >When i submit my xml file i keep on getting errors (i use the standard xml file). at:http://www.worldsbestapp.com/submitentry.aspx Your XML file does not meet our submission standards. The following error occured: The element 'Entry' has invalid child element 'PassportSiteID'. Expected 'EnableIP'. An error occurred at , (21, 4). >deleting PassportSiteID. Your XML file does not meet our submission standards. The following error occured: The 'Hidden' element has an invalid value according to its data type. An error occurred at , (32, 18). > hidden element changed to False, or 0, or True. nothing helps. What must i do ...Show All

  • Visual Studio MyProject Sample

    Dumb question, but once I build the my project sample how do I add a new project of that type. It does not show up in add new project dialog Next question is then how do you deploy your own project types to other developers who do not have the VSIP sdk. thx Basically are there any good walkthroughs on how to create your own project type using managed code. ...Show All

  • .NET Development PLEASE SHOW ME THE STEPS TO RUN THIS CODE ON VISUAL STUDIO 2003?

    Hi All,            Just started learning XMLHTTP. I am trying to run the example code below on an ASP page on IIS server to retrieve a code behind the sourceforge.net recommended reading page. Will someone show me the steps involved in running this code using VISUAL STUDIO 2003 Thanks <html> <head> <title> XMLHTTP Example </title> </head> <body bgcolor="#FFFFFF" text="#000000"> <% dim objXMLHTTP set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") objXMLHTTP.Open "GET", "http://junit.sourceforge.net/", false objXMLHTTP.SetReq ...Show All

  • SQL Server Connection option in MSSQL2005

    Hi, There is a setting in option-> connection -> 'Perform translation for character data' in Query Analyzer in MSSQL 2000. Is there any option in MSSQL2005 has simliar function Thanks in advance (stephanielauym@discussions.microsoft.com) writes: > There is a setting in option-> connection -> 'Perform translation for > character data' in Query Analyzer in MSSQL 2000. Is there any option > in MSSQL2005 has simliar function Thanks in advance There does not seem to. I had enough with character translation with the 6.5 tools, so I can't say that I miss it. What use would you see for such an option -- Erland Sommarsk ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. C# - DirectX 9.0c - Creating a Basic Hexagon

    I was wondering if someone could walk me through drawing a basic hexagon using DirectX 9.0c in C#. I've been using the Vector3 structure, and I am having problems understanding how to initialize the view transformation matrix for a hexagon, as well as what input vectors will represent the hexagon (understandably 6). Thank you in advance, Owen The view matrix (nor the world or projection) isn't something you change to draw a shape. They change how the shape is drawn to the screen. Firstly, draw out your hexgon and use some math to calculate the coordinates of the vertices. If you math isn't ...Show All

  • Smart Device Development Problems to deploy device applications to Pocket PC

    Hello. I'm having some problem. When I try to deploy any device project to the pocket pc. The VS 2005 Beta 2 advices the wasn't possible to create a connection or there is insufficient space. What is happening RUI MORAES i'm having the same problem, the same message... "To 'Pocket PC 2003 SE Emulator' Connection failed. Could not correct to network. Verify network configuration." How did you solve this problem ...Show All

  • .NET Development How to Display an empty String for DBNull Date Fields values in a GridView

    I have a Value Object, vo, that has a System.DateTime field that is populated with the help of an SqlDataReader, sdr, as follows: vo.MyDateField = Convert.ToDateTime(sdr["MyDateField"]); vo.MyDateField is tied to an ObjectDataSource that is used to populate a GridView. The problem is when MyDateField is null in the database. In that case sdr["MyDateField"] = DBNull.Value, and since System.DateTime cannot take the value of null, vo.MyDateField = "1/1/1", and that value is displayed in the grid, instead of a blank entry as required.  I do not want to resort to SqlDateTime because it is not as precise as System.DateTime. How can I have a b ...Show All

  • SQL Server Pictures not displaying

    I tried to search for this but couldnt get a satisfactory solution.. We have pictures stored in a table as BLOB files. When I try to display them through RS it just shows 'X' in that field... Any help is appreciated.. Have a look here: http://msdn2.microsoft.com/en-us/library/ms156342(SQL.90).aspx -chris ...Show All

©2008 Software Development Network