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

Software Development Network >> Raymundo Chapa94595's Q&A profile

Raymundo Chapa94595

Member List

nageswara rao v
Rahim
AustTech
mbs-systems
Michael King
Tamar
Pradosh
Kanchi Harish
Frank in Toronto
liyuefu
Da_Booblik
zu
Gary K
Gary_H
Seanaus
vinxter
Jumpsteady
Sylvia Friedl
HIE
Ikkentobi
Only Title

Raymundo Chapa94595's Q&A profile

  • .NET Development FUSLOGVW.exe - doesn't work when used with COM?

    I've been debugging an issue where my application has thrown an exception with HRESULT 0x80131040 when doing ::CoCreateInstance on a clsid associated with a C# component designed to be used from within a COM Framework. Searching found the following: http://blogs.msdn.com/suzcook/archive/2003/05/29/57120.aspx http://www.dnjonline.com/article.aspx ID=jul02_tech (needs registration) So, to debug my problem, I inserted the registry keys in HKEY_ ...Show All

  • .NET Development FormsAuthentication.SignOut - no redirect wanted

      When signing out a user I do     FormsAuthentication.SignOut()   It redirects the caller to the Login-page configured in       <authentication mode="Forms">       <forms name=".ASPXFORMSAUTH" loginUrl="~/N/Login.aspx" />     </authentication>   Ho do I prevent the redirect to happen & ...Show All

  • Smart Device Development WCELOAD_CompleteEvent not firing

    I am trying to write code that will install a cab file using wceload.exe and wait until it is completed to continue. I used P/Invoke to listen for the named event WCELOAD_CompleteEvent after seeing the knowledge base article at http://support.microsoft.com/default.aspx scid=kb%3Ben-us%3B297962 (Article ID 297962). Unfortunately, my program is hanging despite the fact that the cab is being installed successfully. If I simply set a timeout, the ...Show All

  • Visual C# VScroll Code Problem , Please Help

    Hey, If anyone knows how to add more than 100 group boxes into the same form by using VScroll,so that i can explore the form easely, Please Write the Code , I need it Very Quickely thanks in advantage I’m sorry but I do not quite follow... you want to add 100 group boxes to the form... and have them be scrollable in say a... giant list of group boxes If not... I'm afraid that I must ask that you be a li ...Show All

  • Windows Forms VB.NET 2.0 Deployment w/Report Viewer controls

    I am deploying a VB.net 2.0 application and am having an isssue with Client install. The client machines require local administrative rights to install the VS2005 report viewer controls. Is there a way around this Either the clients need to be Administrators on their machines, or you need to use a technology that pushes "blessed" installs to the machines, such as SMS or Active Directory deployment. ...Show All

  • Visual Studio Tools.InstallCommunityControls and multiple installs

    I'm using COM code to register a set of controls I've manually copied into the Controls folder of My DOcuments\Visual Studio. o = CREATEOBJECT ( "VisualStudio.DTE.8.0" ) o.ExecuteCommand( "Tools.InstallCommunityControls" , "" ) Registration works, but if this command is called more than once the controls duplicate everytime. So if I register controls and some other set of controls was alredy installed I'll du ...Show All

  • Microsoft ISV Community Center Forums Problem with Microsoft CRM 3.0 Outlook Client

    Hi, I’m having a problem with my MSCRM 3.0. When I install the Outlook Desktop Client, on my computer, everytime I that I log on to the CRM application (on my web browser), the SETTINGS folder is no longer available. If I unnistall the Desktop Outlook Client, when I log on to the application trough the web browser, the SETTINGS folder shows up gain. How can I solve this problem I need them both working. Thanks, Th ...Show All

  • .NET Development Problem with web service that involve entity.

    I have the following error when I call my web method which have entities as parameters or return value. What is wrong with my call I have no problem with web methods which don't have entities involved. All the related code are shown below: Thank a lot. Error System.ApplicationException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> There was an error generating the XML document. ---> The ...Show All

  • Visual Studio Express Editions The page cannot be displayed

    Hi. I am new to ASP.NET I am facing a problem when i try out the Visual Web Developer 2005 Express Edition Beta 2. When i try to view my ASP.NET page in the ASP.NET Development Server come together with VWD 2005, it show The page cannot be displayed and the url at the address bar showed http://localhost:1683/WebSite2/HTMLPage.htm I am using Windows XP SP2 Please help me on this, i reallt couldn't find any solutions on it. thank you. Andy ...Show All

  • Windows Forms any way to determine if a control is a &quot;container&quot;

    to finalize my runtime drag/drop procedure i need, when dragging, to check on mouse up what the point i am dropping in is, ie like any designer, if the point the mouse is on, is a panel, group box, tabcontrol (or any descendant from t ...Show All

  • Visual Studio Team System TFS Security and Group Membership Admin Performance is Very Slow

    When using beta 3, the performance while administering the security and group membership is very bad. Is this going to be tuned Oops, sorry for the late response. >> Are there any members in the TF Developers group Yes, there are 15 developers. >> Are there Windows identities in this group or is it empty They are legit Windows entities that reside in an active directory. >> Is TFS deployed i ...Show All

  • SQL Server Dynamic loading of a file

    I've been told by Kirk that it is possible to load a file whose metadata is unknown at design-time by using bulk insert along with a file (not a flat file) connection. He didn't elaborate though. Can anyone explain -Jamie Hi Kirk. Any guidance then on how to use SSIS to export a dynamic collection of tables as flat files. I used a foreach loop and a user variable to set the file name, the first table works fine but then it fails on the ...Show All

  • Visual Basic Center Controls

    How can I center the controls in the form Thanks At design time... Bring up you form in design mode Select you control you want to center and then from the Menu, select Format > Center In Form. Which is probably OK in fixed size forms.   If its a sizable form - you may want to look at Anchoring the control to the form edges.  Select the control properties , Anchor and ...Show All

  • .NET Development How to unload DLL files that are in use.

    Hi, i wonder if its possible to unload a DLL file that i allready added in "References" in C#... and then if its possible to load it again after i unloaded it.. It is possible if you change the way you load the DLL. If you do not link the DLL you want to use statically to the application, but instead load the types e.g. by the fully qualified name, the application is forced to lookup the assembly. You ...Show All

  • Visual FoxPro FoxPro character fields in .Net showing as blank strings.

    Not sure if this should be in the FoxPro forum, or the C# forum. I have a dBase database, with a table (table1). table1 contains a field (myField) which is a fixed length, 4-character field. With each record this field contains 4 ASCII characters (which were created by converting decimal values into ASCII). Now ... I think that the first 2 or 3 characters are ASCII value 0 (null). Also, some of them contain Extended ASCII codes. My problem ...Show All

©2008 Software Development Network

powered by phorum