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

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

ParagB

Member List

Krishna Murthy
ChildGuidanceCenterGB
Jeroen Landheer
Joel Hensley
m.hwang
aw52741
moria
David Funez
TaylorB
dr266
Douglas Chor
Roger_MS
SlideGuitarist
Sinan Ussakli
Orion2480
CodieMorgan
tarne
DotNet_bz
hafe
spinu
Only Title

ParagB's Q&A profile

  • Windows Forms Security issue with strong named hosted DLL

    Hi All, I've successfully created IE hosted DLL that requires File IO permissions on the local system, and configured the runtime security so that it displays and functions as it is supposed to. However, if i change the membership condition of its code group from 'site' to 'strong name', the component fails to load. I've followed the instructions for using sn.exe&nbs ...Show All

  • Software Development for Windows Vista (State Machine || Sequential Workflow) || (State Machine + Sequential WorkFlow) ??

    There has been a lot of talk about State Machines are good for human workflow and the sequential workflows are good for system workflow.  I would like to present some issues about the state machine for human workflow and get opinions. First, I agree that human workflows are good for the state machine.  First they are easy to understand because there are single state.  So “Awaiting Approval”, and ”Completed PO” are easy to understand.  However using this approach the workflow can only be in one state at anytime. In human workflow a big advantage is to allow a task of items to be handled by more than one resource.&n ...Show All

  • Windows Forms XmlDocument -> Clipboard

    Well heres what I have XmlDocument Data = myFunc(string xmlindata);  //returns an xml document Clipboard.SetDataObject(Data, true);  //Adds to clipboard Now, doing that works like a charm, it goes to the clipboard, and I can even verify that the object appears with the format listed as System.Xml.XmlDocument.  What I dont understand is what is happening here. IDataObject clipd ...Show All

  • Visual Studio strange file not found error..

    I have the following in my .csproj file: < Target Name = " AfterBuild " > < Copy SkipUnchangedFiles = " true " SourceFiles = " $(TargetPath);$(TargetDir)$(TargetName).pdb;$(TargetDir)$(TargetName).xml " DestinationFolder = " c:\gsp\common\bin " /> </ Target > (We test the software in an other location than $(TargetDir)) And occasionally I get the following error, although I have verified several times that the file indeed exists. Error 1 Unable to copy file "C:\GSP\Library\GspLibrary\bin\Debug\GspLibrary.xml" to "c:\gsp\common\bin\GspLibrary.x ...Show All

  • Visual Studio Express Editions combine and manipulate multiple fields from DB record, into a new textbox???

    hi dudes and dudettes, i'm just starting out with database stuff. i've got my databse table (using the descriptive method so the output appears in textboxes) and a binding navigator added to a form and i want to combine about four fields only from my current record into a new textbox to combine them with some autogenerated html tags. the idea with the app is to have the current record in the database in view on the left of my form with all fields on show. To my right of the form is a big multi-line textbox where i want the app to grab four of the available fields from the left/or database and automatically insert breakline tags a ...Show All

  • Windows Forms unable to install wsus

    When I tried to install wsus. I got an error and unable to continue. part of the log file as follow: 2005-08-02 08:12:00  Error     MWUSSetup          InstallMSUS failed (Error 0x80070641: The Windows Installer service could not be accessed.  Contact your support personnel to verify that the Windows Installer service is properly registered.) 2005-08-02 08:12:00  Error     MWUSSetup          MWUS installation failed (Error 0x80070641: The Windows Installer service could not be accessed.  Contact ...Show All

  • Visual Studio 2008 (Pre-release) Using IXmlSerializable interface in the ServiceContract

    Hi, I am having a problem with WriteXml writer in my custom serialization object used in the ServiceContract. I can't write my object xml representation as a first child of the <body>. The following sample shows a payload of my ServiceContract for WS-Transfer/Create where channel writer automatically inserted the Create (Action) and request (argument name) elements into the <body> which it will break the WS-Transfer specification. <s:Body> <Create xmlns="http://schemas.xmlsoap.org/ws/2004/09/transfer"> <request> <anyURI xmlns="http://schemas.m ...Show All

  • Visual Studio Can we have a reporter header

    I have create a Master-Detail Reporter. There is a pager header on each beginner of master page. Could I have a reporter on the begin of reporter, not in each page Create a rectangle and place it above the table in your report.  In the Property Browser, set the "PageBreakAtEnd" property of the rectangle to "True".  Put your report header inside the rectangle.  When you run the report, the report header will apper on the first page by itself.  If you don't want the page header to appear on the same page as the report header, then in the properties for the page header, set "PrintOnFir ...Show All

  • Visual Studio 2008 (Pre-release) What causes CommandBinding.CanExecute delegate to be invoked ?

    I have a button that executes a command when it's clicked. I have a CommandBinding instance associated to that command, and also methods to: * Allow/disallow execution * Preview execution * Handle execution All 3 are being called. It's obvious when the last 2 will be called but not the first one. Depending on a specific application state, my CanExecute method will return true or false. When the application starts it returns false which makes the button is disabled, as I expected. As the application runs, its state is changed, but the button is still disabled because it didn't call CanExecute to get the new value. What's strange is that when ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Most efficient way to draw a colored square (no, really!)

    Yeah I know, this sounds really lame... I've actually got textures, input, sound, physics and a bunch of other stuff working, but I have to conclude that the method I'm using to draw a starkly colored square is murderously inefficient. I can add 50 textured squares to my scene and lose maybe 40 frames per second... but adding 20 colored squares to my scene kills about 600 frames per second... from a human standpoint, this makes no sense, since a textured object is much more intricate than a red square, so I'm obviously doing something really bad somewhere. The lowdown on how I'm drawing these "squares" is that I create a D3D ...Show All

  • SQL Server can't modify stored proc which is in a publication

    Hi SQL 2005 sp1 - merge replication - HTTPS. We have 2 publications for the database - one which has subscription.SyncType = SubscriptionSyncType.Automatic and another with SyncType = SubscriptionSyncType.None. The first publication is there so we can add new stored procs etc, the second contains the initial schema and the data. When we try to modify a proc which is in the publication with SyncType = Automatic, the query never returns. This is most urgent - thanks for your help. Bruce There are 2 subscriptions - one for each publication - but the proc is only in one publication ...Show All

  • Visual Studio Display projects version number on a website.

    Hi I have only just started to use SourceSafe adn I have been assigned the project to display the present version number of the project on our website. I'm not really that sure where to start has anyone ever done anything like this and could point me in the right direction. Thanks Ed Good place to start would be this doc: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvss/html/msdn_vssole.asp Here is an example for you to look at: Imports Microsoft.VisualStudio.SourceSafe.Interop Module Module1 ''' <summary> ''' This is a simplest ...Show All

  • Visual Studio VSS6 & SQL Server 2005 In the same box

    Does anybody see any problems with installing Visual SourceSafe 6.0 along with SQL Server 2005 on the same server & Windows 2003 Are there are specific software components that won't work together (e.g. sql + vss) I'm asking from a performance wise perspective.. About 50 developers... Server Specs Dell Server Dual 2.x GHz 4 GB RAM 72 GB Hard Drive Hi Edgar, There shouldn't be any problems installing VSS6 and SQL Server 2005 on the same machine. VSS clients access the VSS database using Windows file shares, so you can in fact setup the VSS database on any file-server machine. Alin ...Show All

  • Visual C# TextBox Right-click problem

    Hi, I've got a problem with right-clicking a ListBox which doesn't seem to get triggered. I have a ListBox with a vertical scroll-bar (my list has over 2,700 entries). What I want to do is be able to right-click to select a row (as I already do with a left-click), but my context menu will pop up also (just like what happens when you right-click any file in Windows Explorer). At the moment, my context menu pops open, but the right-click doesn't highlight the row at the mouse pointer location. I have tried setting events on the TextBox for things like Click, MouseClick, MouseDown and they all work fine for the left mouse button, but w ...Show All

  • .NET Development How can I discover the Ms-sql services in local network?

    How can I discover the Ms-sql services in local network Just like the vs.net 2005 data explorer,when I press "refrash", the possible severs will appear in the combobox. any ideas could you tell me Hi, You can use the SqlDataSourceEnumerator.GetDataSources method ( http://msdn2.microsoft.com/en-us/library/system.data.sql.sqldatasourceenumerator.getdatasources.aspx ) to enumerate local SS2K and SS2K5 instances. Please keep in mind that results are not necessarily deterministic due to the nature of the mechanism used for enumeration. Thanks, Il-Sung. ...Show All

©2008 Software Development Network