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

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

MuppetMonkey

Member List

Cinni
le_sloth
drv62
singollo
bfranz
RaimondB
Greazy
GOKU
Szilard
xtronus11
meade
Andy_1979
Christian Neuhold
ShoaibNC
ericch
Kusuma
PsychicDave
bclark
JustinSB
puppydg68
Only Title

MuppetMonkey's Q&A profile

  • .NET Development ASP.NET 2.0 Security - logout from codebehind

    Using the security features in ASP.NET 2.0, how would you call the logout function through the codebehind   I need to do this because I cannot have my form tag in the masterpage file, and don't want to put the logout control on every page. ...Show All

  • Visual Studio Team System Missing Project types on new install?

    Okay, I just finished installing (in this order): 1. SQL 2005 Developer Edition 2. VS2005 Team Suite 3. SQL 2005 SP1 After running an import to my database, I went to File | New Project and the only thing available are the Business Intelligence Projects and a blank solution. Where did everything go Thanks, I reinstalled Team Suite and everything now loads up fine. For some reason the installer acted as if I had not installed VS2005 earlier... (Which I KNOW I did). I'll chock this up as a weird non-repeatable thing. Chris. ...Show All

  • Visual Studio Team System Allowing team members to create Team Builds

    I have a Team Project called OSPACS. I want to give everyone in my team (5 people) the right to create a Team Build Type so I've created a group called TeamProjectMembers and made everyone a member made TeamProjectMembers a member of BuildServices so everyone can run MSBuild given BuildServices the security permission to Administer a Build given BuildServices security permissions to check-in and check-out for the repository folder $/OSPACS/TeamBuildTypes TeamProjectMembers can create a new Team Build Type, say 10MinOSPACS. However, when the Wizard is completed an error message saying "Access Denied: User xyz needs Admi ...Show All

  • Visual Studio Team System Missing VCOverrides.vsprops

    I've migrated to RC from B3R - no problems. In B3R, when I created a build type, the following files would get created under source control in the TeamBuildTypes folder: TFSBuild.proj, TFSBuild.rsp, VCOverrides.vsprops, and WorkspaceMapping.xml. However when I try to create a new build type (after migrating to RC), I only get the following files: TFSBuild.proj, TFSBuild.rsp, and WorkspaceMapping.xml. VCOverrides.vsprops is missing. Is this a bug in RC or in a new change that I don't know about Another thing, I can no longer run my build types (created in B3R) because I use the VCOverrides.vsprops for those builds. When those build ...Show All

  • Windows Forms Help in my application using HelpProvider

    Hi group, I am looking for some recommandations, good advice..anything that can point me in the right direction. This is the scene: I have an application shell that gets deployed via ClickOnce. Once the application shell is started it loads several modules (plug-ins) based on what the current logged on user (customer) has bought access to. There are standard modules for all customers, customized modules for indivual customers and buyable add-on modules for all customers. Each module is an assembly. I have come so far: Help files (ressources) must be leveraged from each module. I am using the module ressources for ...Show All

  • Software Development for Windows Vista Multiple event driven activities in the single state

    Hello, I have following problem: there is state machine workflow with two states. State 1 does correlation reference initialization for some correlation parameter values and sets State 2 as active; State 2 has two event driven activities. Their correlation references are initialized in State 1. Event sink activities that are used inside of event driven activities are generated using wca.exe tool. Interface definition is given below:      [Serializable()]     public class WorkflowNotifyEventArgs : WorkflowMessageEventArgs     {         private s ...Show All

  • Windows Forms Deploying a Win Form via Web Server

    I'm trying to setup a web server on my intranet to deploy windows forms applications.  I've written a VERY simply app, the classic "Hello World" and have successfully tested launching the app from my local machine (ex. http://localhost/helloworld/helloworld.exe) When I move the app to the actual intranet web server (Win NT 4, SP 6, IIS 4, .Net Framwork  ...Show All

  • Visual Studio Express Editions What's wrong with this: "If DoctorBindingSource.Current("StreetAddressLine2") <> "" Then"

    Visual Basic 2005 Express Edition didn't like the "<>" in the statement below: If DoctorBindingSource.Current("StreetAddressLine2") <> "" Then DoctorTextBox.Text = DoctorTextBox.Text & DoctorBindingSource.Current("StreetAddressLine2") & vbNewLine End If It didn't like it when I substituted "DBnull", either. hi, assign it to variable then use the variable instead, the bindingsource.current shouldn't be used like that best regards ...Show All

  • .NET Development sock.SetSocketOption does not work.

    Trying to execute     sock.SetSocketOption statement I get this error: An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call This is the actual code: try { // create a socket instance    sock = new Socket ( AddressFamily .InterNetwork,       SocketType .Stream, ProtocolType .Tcp);    // create server IPEndPoint instance. We assume     GetHostEntry returns at least one address    IPEndPoint serverEndPoint = new IPEndPoint ( Dns .GetHostEntry(server).AddressList[0], servPort);   // CONNECT THE S ...Show All

  • SQL Server Unable to retrieve Column information when using Ole Db Provider for sybase

    Hi All, I am in process of transfering data from Sybase to Sql Server using SSIS 2005 have taken a Data Flow Task in Control Flow tab In Data flow tab, I have taken one Ole DB Source and One OLe DB Destination For the source, I am using Sybase Adaptive Server Anywhere Provider 8.0 For Destination, I am using Sql Server 2005 database In Ole Db Source Editor , For OLe Db Connection Manager, I choose Sybase Connection For Data access mode, I choose Table or View For Name of the table or the view, I choose a table by name Table1( it lists all the tables from Sybase database) When i click on preview button or Columns link ...Show All

  • Windows Forms build propertygrid at runtime...

    What I want to be able to do is add properties to my propertygrid at runtime depending on what properties the user has specified with a database table. Let me give you an example and hopefully it might all become clearer. I have a propertygrid called 'propGrid1' which is placed on my form already at design time. I then have a database table w ...Show All

  • .NET Development Access Database and x64 OleDB Connect

    Hi, i've written a programm wich access an .mdb Database with OLE-DB. Under Win x32 everything works fine Under x64 no Database is found. Is there no way to access an mdb Database from x64 There is no way to access a .mdb database from 64bit. It has been decided to not port the Microsoft Jet Database engine to 64Bit. Brad Rhodes This message is provided as is.... ...Show All

  • Windows Forms Security debugging option problem

    Starting yesterday I've been getting the following error when I try to debug: The security debugging option is set but it requires the Visual Studio hosting process which is unavailable in this debugging configuration. The security debugging option will be disabled. This option may be re-enabled in the Security property page. The debugging session will continue without security debugging. After I click through this error, only one of the 2 Windows Forms apps that are in my solution actually runs. I recently was messing with setting up the release settings for ClickOnce deployment. When I tried to go back to running solution in debug mo ...Show All

  • Visual Studio Tools for Office Infopath Focus Border Question

    I have a quick question about Infopath. I would like to change the InfoPath blue focus border that outlines a field within my form to another color. Is there a way to do this For InfoPath-related questions, please post your question on the InfoPath newsgroup. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.infopath&lang=en&cr=US Thanks! Darryn Lavery VSTO Team ...Show All

  • Windows Forms Add raws to dataset table via network!

    Hi every body; I'm developing an application that use the network to add raws to any datatable in the dataset ,and I'm facing the strangest problem I ever face: I developed a socket dll to handle all network stuff, when the listener recieve any message from the remote computer there is a function that Parse this command and do the corresponding work(add,upd ...Show All

©2008 Software Development Network