Software Development Network Logo
  • Game Technologies
  • SharePoint Products
  • Microsoft ISV
  • Smart Devicet
  • IE Development
  • SQL Server
  • Visual Basic
  • Visual FoxPro
  • Visual C#
  • Visual C++
  • Audio and Video
  • Windows Vista
  • Visual Studio
  • Windows Forms
  • VS Team System

Software Development Network >> Kumar Venkat's Q&A profile

Kumar Venkat

Member List

Ryan F
WXS123
Thomas Greenleaf
grsgrs
IgorP
jaegd
GLutz78
vasudupe
Yuemingzhang
Peca55
Leotru
WooJin
Audrey Won
Sacha Vieux-Roy
Ultrawhack
d kretz
Emmanuel Huna
Sarath.
_bv_
Joe Janson
Only Title

Kumar Venkat's Q&A profile

  • Software Development for Windows Vista Smartcard based authentication with CardSpace

    When choosing to use Smartcard based authentication with CardSpace, how does the transmission from the certificate between the smartcard reader and the STS takes place The Information Card specifies the thumbprint of the certificate to look for, but what is the exact technical background; does it just searches your computer's Certificates store and all smartcard drives for that certificate, and then sends it towards the STS Would like to know more about it, since nothing specifically seems to be documented about this feature I still get exactly the same error after upgrading to the full version of .net framework 3.0 - I select the managed card that refers to the smartcard certific ...Show All

  • Windows Forms Mixed assemblies and the designer in VS2005

    Hello, I hope this is the right place to ask this - since i think it is related to Visual Studio 2005, C++ and .NET. I am working on a control library prototype. I use mainly C++/CLI for the development since I have to use some of the non-.NET libraries we have in-house. I have two separate solutions: one is the library project the other is a test bed application. I keep them separate on purpose because I want to model a scenario for testing the controls i have created. Here's what I’ve done so far I created a fancy control based on System::Windows::Forms::UserControl called TestControl. It was nothing but a yellow panel. It was in a namespace called TestLibrary::TestControls. In the test bed solution I referenced the output dl ...Show All

  • Visual Studio 2008 (Pre-release) Can you use DLINQ in SQL Server 2005?

    I see that you can download the CTP and start using (testing) Linq and Dlinq. I am interested in DLinq. Is it possible to using DLinq from within SQL Server 2005 I have VS professional, but I have a client who wants me to do something form them in SQL Server 2005 involving queries and stored procs. Just wondering if Dlinq can be used from there. Seperately, if I download the CTP and start using it, what kind of problems can I expect Have others experienced problems with it goofing up what you already have in place and not being able to unload it etc If you are asking if you can use DLINQ against a SQL 2005 data store, the answer is an easy yes. If you are refering to using the CLR int ...Show All

  • Visual Studio MS Visual Studio Installer Help!.....

    I couldn't find a good place to post this question, but since it's part of the development studio so I hope it's ok to post it here, but let know if this question should be somewhere else. My question and help is.  I just downloaded MS Visual Studio Intaller 1.1, but I can't complete the installation because it say's "can't open the c:\Temp\VSI1.cab file".  This file is there and I can open it successfully with Winzip. Can anyone help me out with a solution to successfully install this   I would appreciate very much. I found the problem.  I read the error message wrong.  It was "VSI2.cab".  MS had me download two setup files, Setup1.exe and Setup2.exe.  S ...Show All

  • .NET Development Error: WSDLReader:XML Parser failed at linenumber 0

    The system cannot locate the resource specified HRESULT = 0X1 Incorrect function WSDLREader: Loading of the WSDL file failed HRESULT=0X80070057: The parameter is incorrect Client one of the parameters supplied is invalid. HRESULT=0X80070057: The parameter is incorrect Thank you in advance for your help Because it is a https link I needed to pass the UserId and password the following URL showed me how to overcome my problem http://msdn2.microsoft.com/en-us/library/ms995772.aspx#soapsecurity_topic3d The one of the example on the URL is : SoapClient.ConnectorProperty("AuthName") = "username" SoapClient.ConnectorProperty("AuthPassword") = "use ...Show All

  • Visual C++ Problem with getting my C++ MFC DLL to invoke one of the methods of my web service

    Hi everyone, I have a web service which communicates via TCP to a C# program. When I invoke it's methods through a browser, they work fine and can communicate perfectly with the C# program. However, when I attempt to add the web service to a C++ MFC DLL I've created, I get multiple warnings, but with only 2 unique: 1) Warning 3 warning SDL4008 : skipping unrecognized extensibility element, with c:\Documents and Settings\*******\My Documents\Visual Studio 2005\Projects\Extend\Extend\CalcSvc\CalcWS.wsdl 84 2) Warning 9 warning SDL4001 : only one SOAP port will be processed. c:\Documents and Settings\cpappas\My Documents\Visual Studio 2005\Projects\Extend\Extend\CalcSvc\CalcWS.wsdl 104 I am assuming it is beca ...Show All

  • Internet Explorer Development asp.net 2.0 application with Master Page does not display properly under ie7

    I have an asp.net 2.0 application which when viewed on internet explorer 7 does not display properly. There is a footer that tends to appear in the middle of the screen, which was previously at the bottom, and also when grids appear and have enough data to scroll down the screen, the footer and the outline of the content page do not move down to accomodate this. I tried some recomendations from the ie7 site, but couldn't get it to work. Also this is specific to one website, others using a similiar setup work fine Any thoughts on where I should look next regarding this Have you tried moving swapping the order of these 2 tags </ div > < uc2 : Footer ID ="Footer1" runat =" ...Show All

  • .NET Development MS.net answer for applets

    Can dotnet program run on browser , i mean is there any equivalent to applets Thanks I am an undergrad student , I want to built games in xna and the upload them on my site, so that everyone can play the game. so can you tell me where i can get resources for starting xna. ...Show All

  • Visual Studio Customize DSL

    Hi, Does anybody know how to display an icon before a property in a class. The DSL language has an example for this: the icon before a Domain property in a DomainClass. Are there any plans to have a decorator for this kind of scenario in a new version of DSL Hope somebody can help. Hi verhart, You can do this with a littl ebit of custom code in your designer. On your compartment shape, override GetCompartmentMapping and set the ImageGetter delegate to point to some code of yours that provides the image: protected override CompartmentMapping[] GetCompartmentMappings( Type melType) { CompartmentMapping[] baseMappings = base .GetCompartmentMappings(melType); ElementListCompartmentMapping mapping = baseMa ...Show All

  • SQL Server BI Portal connected to analysis services 2005

    Anyone has connected the bi portal with analisys services 2005 I have a security problem. Thanks I did what you said, i connect with the as2005 when i test the connection all work fine, i make the datasource but the webcomponents don't show the pivot table... it gives me an error and show nothing... i don`t know what i can do... (i have the owc11 installed) ...Show All

  • Windows Forms Resizing a control problem in design mode

    I have created a UserControl and a designer for it and I am having problems with the adornments drawing incorrectly when resizing the control in design mode. When resizing the control, the adornments are drawn to the original control bounds and not to the resized control bounds. If I select something else, and reselect the control, the adornments draw correctly. Here is how I am declaring the UserControl: [ Designer ( typeof ( UserControl1Designer ))] public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); } } Here is the designer code: class UserControl1Designer : System.Windows.Forms.Design. ControlDesigner { protected override void PostFilterProper ...Show All

  • Visual C# Error when trying to compile a program

    I am quite new to Visual C# 2005 Express and I sometimes get an error while trying to run my program (F5). It looks like this: "The following module was build either with optimizations enabled or without debug information: C:\Documents and Settings\CBS\My Documents\Visual Studio 2005\Projects\Lesson02\Lesson02\bin\Debug\Lesson02.exe To debug this module, change its project build configuration to debug mode. To supress this message disable the 'Warn if no user code on launch' debugger option." The strange part is, that this message first appears after some time working on the project. If i start an entire new project the program starts just fine. Any ideas how to solve this Th ...Show All

  • SharePoint Products and Technologies Getting back the quick launch bar

    Due to requirements outside of my control the quick luanch bar was removed via the use of FrontPage 2003. Is there a quick way to get it back Thank you ...Show All

  • Visual Studio Express Editions Make exe file in vb 2005

    Hi,. i have a single form in a project in VB6 --make exe will create the executable file which i can distribute without having to give the entrire project i dont see any "make exe" option in VB2005. does this mean that every time i want to create an exe file i will have to publish my project.. this does not use any Dbase conection thank you all Hi, the exe file (and all related dlls, if you're creating a multi-project solution) is created each time you (re)build your solution (menu -> Build | Build Solution) . Look into your project's bin/Debug folder (or bin/Release, if you're building in Release configuration) for your executables... Andrej ...Show All

  • Software Development for Windows Vista Problem with Delay activity in listener activity Sharepoint Workflow

    I am facing problem in implementing delay activity in Listener activity branch. I am using WSS 3.0 RTM Version. Questions related to SharePoint's implementation of Windows Workflow Foundation should be posted on one of the SharePoint newsgroups found at http://www.microsoft.com/office/community/en-us/FlyoutOverview.mspx#15 . ...Show All

©2008 Software Development Network