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

Software Development Network >> redd's Q&A profile

redd

Member List

Silo4
ganesan selvaraj
Thyagarajan
Alex Golikov
morur
Razmattaz1
Sumedh Barde - MSFT
DanielSilva
GaetanoDiGregorio
cVic
Frank Foerster
MarkCooper
Nats_007
Piper Douglas
Ahmed Kuradi
steverino
Ole L
marklam
muammer
andrew_goodman
Only Title

redd's Q&A profile

  • Architecture SOA Security Patterns

    Hi, I am looking for some guidance on designing security services that can be used on any platform. I already have services that take care of authentication and authorisation, but what I currently have maps well to ASP.net or WIndows clients, it would not neccesarily work well in another client environment. Additionally, with WSE and WCF enabling us to secure the channel between the client and the service, is 'validating' the claimed identity ...Show All

  • Visual Basic How can I install a program I wrote on a USB device?

    I want to install a program I wrote in Visual Basic 2005.net on a USB device. I built the program and published it. When I run the set-up, it automatically installs the program on my hard drive. I want it on my removeable device so I can use it on several other computers, but I don't want to install it on other computers. What am I overlooking Help!! Dan The dot net framework supports what they call xcopy de ...Show All

  • Smart Device Development How to get the window's client Rect with SIP on in c#?

    hi, I have a form app in c#, and I need to get the client Rect. But I think in the form, this.ClientRectangle is not the right value. It is the value for that form, which does not care about the SIP on/off at all. So, how to get this value in c# CF Thanks. Just use the InputPanel.VisibleDesktop. ...Show All

  • Smart Device Development Missing assembly information in converted project

    This is a rather weird 'bug'. We upgraded a VS2003 Pocket PC project to VS2005. The conversion process didn't change AssemblyInfo.cs and when we go into the new Assembly Information screen in the project properties we see the settings as we set it. When we change it in that property screen, it does change in AssemblyInfo and vice versa. But when we build the project and have a look at the properties of the executable there is no version info ...Show All

  • Visual Studio Tools for Office Installation of VSTO require Framework 2.0

    Hello, I am try to install VSTO beta 1 for Office, but when the installation start I receive message that inform me that I have to install before Microsoft Framework 2.0. But on this machine I have been installed the Framework v2.0.50727. where is the problem You have to install save releases of VSTO e Framework Different version are incompatible. Bye! (devi installare la stessa versione: ad esempio la VSTO Beta 2 va installata con la ve ...Show All

  • Visual Studio The operation could not be completed. Unspecified error

    I installed latest Visual Studio June CTP, but found that I could not start debugging VB/C# projects. The error message is: The operation could not be completed. Unspecified error Does anyone have this same problem or any solution Carlos: You are right. I am runing VS 2005 Beta 2 on Windows 2000 Pro. orbit: Do you mean CTP July (not June) Where can I download it Could not find links on MSDN. ...Show All

  • Smart Device Development Unable to Edit Outlook Mobile contact using .net compact framework

    Hi, Whenever I try to remove or edit and update a contact in pocket outlook using .net compact framework I get the following error.. Error: ============== System.InvalidOperationException was unhandled Message="Can't modify the item collection inside a foreach statement" StackTrace: at PimItemCollectionEnumerator.collection_ListChanged() at Microsoft.WindowsMobile.PocketOutlook.PimItemCollection.RemoveAt() at ...Show All

  • .NET Development SCRIPTING LANGUAGE

    Hiii This is Malini,new mwmber in this group. I am very much impressed by the queries and the solution for them I have gone through few links suggested through these mails Please suggest me a url For JAVA SCRIPT and VB SCRIPT. thnq. keep smiling Malini If you just want a good starter/primer, I'd say hit up www.w3schools.com . ...Show All

  • Smart Device Development CeRapiInvoke and dll

    Hi, I build a dll to load from my CeRapiInvoke, I get error messgae of 0x80004005. Cegetlasterror was 0. To confirm my dll is fine, I build and run my app in my device of Loadlibray and getprocaddress with my dll and got success. Then I CeRapiInvoke a cellcore.dll with Siminitlize, and also fine. So there is no security issue. My dll is extern "C" and I check with Dependency walk. There is no previliged function inside. ...Show All

  • Visual Studio Team System RACI Questions

    In MSFv4 each Activity is associated with Participating Roles. Those roles are divided into four categories: Responsible, Accountable, Consulted and Informed (RACI). Where are these categories defined What specifically is the difference between Responsible and Accountable Martin Danner Arrowrock Corporation Boise, Idaho Hi Randy, Any progress on the missing accountability for CMMI tasks We're stuck ...Show All

  • Windows Forms Designer acting weird

    Hello! I was working on my application yesterday, and when I deleted a ToolStripComboBox, the designer started to act weird and wouldn't show the ToolStripItems in the form. I had many items, about 50 of them. The same thing happened when I tried to start the application, it didn't show the ToolStripItems. Screenshot of my program without any items I've tried deleting the obj & bin folders but it doesn't work, and I've also tried to re ...Show All

  • Visual C# override virtual method

    What's the difference ----------------------------------------------- class A protected virtual void Method() {...}   class B : A protected override void Method() {...} //here there isn't any base.Method()!!!! --------------------------------------------- class A protected virtual void Method() {...}   class B : A protected new  void Method() {...} -------------- ...Show All

  • SQL Server Problem with query using SQL Server 2005 September CTP

    To SQL Server 2005 Team:   This query works fine on SQL Server 2000:   select    top 10 aename as EscrowOfficer,aomon,aoday,aoyeary2k,                               aemon,aeday,aeyeary2k,aprice,aescr#,aprpt#,abra#,arecmn, arecdy,arecyry2k,Source,absct,asrep1,asrep2,asre ...Show All

  • Visual Studio CONFUSED AS HELL

    my visual basic express 2005 applications cant run under .net 2.0 framework in my other computer what is the problem here in my other pc i installed .net 2.0 i wanted to test out if they worked but they just dont every single one of them failed to work. i dont understand this, why is microsoft providing the .net 2.0 framework which is not compatible with visual basic express 2005 what framework allows vb express applications to run on differ ...Show All

  • Visual FoxPro USB Modem (serial) communication question

    Hi! What I want to do and I wonder how I can do it through VFP is to communicate with my US Robotics 56K USB modem. My PC see the modem as a serial device in a COM. So I suppose what I need is a way to communicate with the serial port, right But how can I achieve that in VFP Can someone please help me Any source code, links etc is welcome (as freeware as possible please - I m talking about the links - I ve seen a lot of Active-X you n ...Show All

©2008 Software Development Network

powered by phorum