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

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

Indinfer

Member List

Al Christoph
Joos
GRK
Lawless
Brian Rosenfield
Joao Pinto
MSNetDeveloper
utkuozan
Yonglun Li
barchard
Dipesh A.
ChitownDotNet
BilalShouman
goofaholix
Captain007
Can-Ann
ElliotHC
meravsha
XNA-Mordt
Evan Mulawski
Only Title

Indinfer's Q&A profile

  • Software Development for Windows Vista Create Custom activity to store data

    Hi everybody, I created a state machine workflow with some services: _WFRuntime = new WorkflowRuntime (); _WFRuntime.AddService( new DefaultWorkflowCommitWorkBatchService ()); _WFRuntime.AddService( new SqlTrackingService (trackingStore)); mmitWorkBatchService(workflowStore)); _WFRuntime.AddService( new SqlWorkflowPersistenceService (workflowStore, true , new TimeSpan (0, 0, 0, 10, 0), new TimeSpan (0, 0, 0, 10, 0))); _WFRuntime.AddService( new ManualWorkflowSchedulerService ()); ExternalDataExchangeService dataService = new ExternalDataExchangeService (); ... (adding my local service which i use to raise events from my asp.net application) I need to be able to stor ...Show All

  • Visual Studio Team System Team Foudation Server Scheduled Backup + Disaster Recovery Scenarios

    Hi, We have Team Foundation Server installed in our premises. We arranged with all the people working on TFS to make sure that their connection to TFS is closed before they leave work, so that to enable our SQL Server Full Backup Schedule to work correctly at around 03:00 AM. Our questions are: 1. Do we have to back up the Reporting Services Encryption Key every night as well Or we do that only once in a life time 2. Is there anything else to backing up TFS - in order to gurantee successfull recovery in the case of a hardware crash - other than backing up TFS databases and RPT Service Enc. Key 3. Can we still reuse the files that exist in users' worksapces in the case of a TFS crash I mean after we recover/restore TFS , ...Show All

  • Visual Basic Process control exception handling

    Hey all, Please could anyone suggest the best way to handle a win32 exception that would be thrown if the file I try to launch is not dettected Many thanks, Tom. Hi, Sorry the code is: Process1.StartInfo.FileName = "visio.exe" Process1.Start() Thanks, Tom. ...Show All

  • Visual Studio Express Editions Obfuscate, Scramble Text

    Does anyone know how to add an obfuscator to a program as its being used Basically after text is changed and outputed in one textbox, I want to be able to display the text in the other textbox obfuscated. I was trying to figure a way to add a base64_decode to the file so that when I output the text it only shows it obfuscated, but still useable. I guess what I am trying to do is change a php,asp, html file, obfuscate it and upload it to use in my website. That way no one can steal my code. Anybody have any ideas Thanks for your reply! no worries. I found this however but probably something you may not want: http://www.codeproject.com/vb/net/StringObfuscation.asp ...Show All

  • Visual Studio Team System work items added via website instead of team explorer?

    Is there a way to use a website for working with work items so I didn’t need to do it in Team Explorer We don't have that feature (we're considering it for a future version, but no announced plans), but there are partners that provide it. http://www.devbiz.com/teamplain/ ...Show All

  • Windows Forms Autoscaling in windows form

    I'm having trouble with the autoscaling feature in windows forms. I've created a form with a size of 800x600. While designing me screen is in a resolution of 1280x1024. I've entered a bit of code to read out various autoscaling related settings at form load and when a button is pushed: private void Form1_Load(object sender, EventArgs e) { Console.WriteLine("Form_Load"); Console.WriteLine("Size: {0}", Size); Console.WriteLine("AutoScaleMode: {0}", AutoScaleMode); Console.WriteLine("Autoscaledimensions: {0}", AutoScaleDimensions); Console.WriteLine("CurrentAutoscaledimensions: {0}", CurrentAutoScaleDimensions); Console.WriteLine("AutoScaleFa ...Show All

  • Gadgets What's apiVersion for?

    In gadget.xml: <base type="HTML" apiVersion="1.0.0" src="MyGadget.html" /> I'm curious, so: Except HTML, is there any other base type em...XAML Which is the right apiVersion we should use I'v seen 1.0.0, 1.1.0 and 0.0.3 in some gadgets code. BTW, on MSDN, the syntax of settingsUI is: Syntax [ strGetSettingsUI = ] System.Gadget.Settings . settingsUI ( strInitSettingsUI ) But it seems not work, System.Gadget.settingsUI works. Is that related to early version or future version Thank u for your reply. About SettingsUI, my question is not whether it is a property or function, but System.Gadget.Settings . settingsUI (msdn) or System.Gadget. SettingsUI (in practice) ...Show All

  • Windows Forms A problem in TreeView.OnBeforeLabelEdit event

    Hi all, In a TreeView; I need to change the edited text programmaticaly just before the user start editing it at run time ... was this clear Ok, the TreeNode shows: 123: abc when the user starts editing on the TreeView in runtime, i only want to give him a chance to change the "abc", not the everything. so i need to show him "abc" only then. after he finishes editing, i'll add the "123: " to his edited text. i tried to change e.Node.Text in TreeView.OnBeforeLabelEdit event with no hope. please advice, and thanks in advance. I am unsure, not tried this, but is there a way perhaps you could implement a TextChanged event for that treeview Then you can m ...Show All

  • Visual Studio Express Editions VB hangs on project load

    I have a problem here thats driving me insane! I was working on a project and VB hung itself. Now it's impossible to load the project, every time I load it it hangs. This happens on no other project only this one! Is there something wrong with the project, is it corrupt (after all of my hard work) or am i doing something wrong Please help me Microsoft Visual Basic Express has encountered a problem and needs to close. If you had files open that contained unsaved changes, these changes may be lost. and then the normal part about sending an error report to Microsoft. It only happens with this project. I can open it bit by bit ( like open Form1.vb, then AboutBox1.vb, and so on) but I can't gain access to the project itst ...Show All

  • Visual Studio Not able to create a new Guidance Package project

    I'm not able to create a new project with Guidance Package template I successfully installed Guidance Automation Extensions Technology Preview (June 2006 Release for Visual Studio 2005) and Guidance Automation Toolkit Technology Preview (June 2006 Release for Visual Studio 2005) When I try to create a new project with Guidance Package template (File, New, Project, Project Type: Guidance Package Development, Template: Guidance Package) I got Recipe Framework Error: Do you have a solution Error detail: System.TypeLoadException: Microsoft.Practices.RecipeFramework.Library.Actions.CreateUnboundReferenceAction, Microsoft.Practices.RecipeFramework.Library ---> System.IO.FileLoadException: Could not load file or ...Show All

  • Visual C++ C++/CLI properties and events in a derived class

    I have two questions regarding a C++/CLI ( managed ) property or event in a derived class which is inherited from a base class: 1) How can I change an attribute for a property or event in a derived class inherited from a base class without re-implementing the property or event 2) Is it possible to have a protected property or event in a base class which is made public in a derived class without re-implementing the property or event If so, how would I do this Does the C++ 'using' statement work for managed classes " To confirm, the CLR (Common Language Runtime in .NET) does not allow private inheritance as C++ does, which would have allowed you to hide a base class from a derived class' client. " I ...Show All

  • SQL Server Unhandled Exception

    After I installed Sql Sever 2005 and open SQL Server Management Studio, I get this error just after connecting to any server (DB / AS / IS).. Also, during the installationm, I had ignored an error that was raised while SSIS was being configured. The error said, that thr is already a 32 bit registry on the target Com + Application. You must remove the registry from that app. I have done the installation of SS2005 X64 edition. Attaching the exception :- See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.TypeLoadException: Method 'GetMenuItems' in type 'Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.Default ...Show All

  • Visual Studio TextEditor: How to Regain Edit Position upon window reactivate

    Is there a way to ensure that when the window regains focus the previous cursor position is regained instead of the cursor position changing to where clicked I only want the position to change if the window already has focus (is active). Example: Cursor is at EOL on line 6. I click into some tool window and no longer see a cursor position in the text edit window. Bad already. But even worse is: When I click back into the text editor window - line 15 then my cursor is there at line 15. It should go back to line 6 where I left off. THEN if I click again on line 15 it should go there. -Marc- As Ahmad said, that is a windows feature and it would be quite strange a different behav ...Show All

  • Visual Studio Team System Error when installing KB919156: Error 28500 - Error finding template file...

    When I attempt to install the TFS Quiesence Tool KB hotfix, I receive the following error: "Error 28500.Error finding template file." (sic) I attempted to search through the groups and on the internet to find out the root cause of this error, but I have not found anything. I, therefore, cannot install TFS sp1 because the installation of this prerequisite has not been met. I have a dual-server installation, and everything is working swimmingly currently, but I want to stay up-to-date on the updates. I should mention that I've uploaded the Conchango Scrum template to the system -- could that be the cause of my error Any suggestions or guidance would be much appreciated. Thank you! ...Show All

  • SQL Server BULK INSERT into a table variable

    Bulk Insert to an existing table works fine, but substituting a table variable causes parsing error: Msg 137, Must declare the scalar variable "@tblInput". or Msg 207, Invalid column name '@tblInput' . To repro: CREATE PROC X AS BEGIN DECLARE @strSQL char ( 99 ) DECLARE @BulkFile varchar ( 60 ) SET @BulkFile = 'c:\LookingGlass\BulkCopy1.tmp' DECLARE @tblInput TABLE ( [Word] [varchar] ( 50 ), [UseCount] [int] ) --works ok with temp table: SET @strSQL = 'BULK INSERT temp_tbl From ''' + @BulkFile + '''' --but not with table variable SET @strSQL = 'BULK INSERT ''' + @tblInput + ''' From ''' + @BulkFile + '''' EXEC ( @strS ...Show All

©2008 Software Development Network