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

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

xRuntime

Member List

NumberKruncher
Karl Erickson
SiW
Euclidez
Johnny Ashcan
JRQ
REspawn
Chiro
raghu_grdr
DINESH CHAUDHARI
M.Yaseen
jport
Gavin Colvert
jsedlak
drinkwater
elvis8900
Kart_lin
AlfonsAberg
Stanomatic
Jeremy Schneider
Only Title

xRuntime's Q&A profile

  • .NET Development Trace the Application in Runtime....

    Hi to all, i like to create a application, that will allow user to trace through out code runtime like f11, i will use reflection to open the methods in the user dll. how create a trace in a new window...... please help me........... is it possible, any ideas, i like to do that application in c#. You can't single step (F11) an application using reflection. The only way to support single stepping an application is to build a debugger. In this case you will then have to modify the generated code on the fly to add the breakpoint call after each line. You'll also need to build the entire debugging infrastructure to allow them to see variable values, etc. Honestly it is a lot of work and probab ...Show All

  • SQL Server about connections and Login

    Hey guys, I have created dtsx packages and i have one master package which would run couple of child packages. 1. I have all on my local machine.I want others who r working with me access these.So what do i need to do for them to access... 2.what would be the best way in executing these packages. the way it is set now is i had 3 connections set for each package. a.Source connection b.Destination Connection. c.One more connection(which is used with in the process of execution) Can i set connections in common for all the packages in one location. 3.i also want to set some logging settings to my master package too.and i want this package to run everyday automatically at a particular time how can this be done. H ...Show All

  • SQL Server Make a Common Color Palette

    What would be the best approach for having all the reports share a color palette. What i want to achieve is that when we want to change for example the color of our column header i somewhere change a value and all reports are modified. That somewhere might be a config file, a sql table, a registerentry, .... I know i could change all rdl files but that's nog a approach i want to develop. Kinds Regards Btw, you may find the following article useful: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsql90/html/MoreSSRSCharts.asp It also contains an example about using custom color palettes. -- Robert ...Show All

  • Software Development for Windows Vista Getting error to start workflow runtime

    Hi, I'm working with WF 2.2 and asp.net 2005 as a host application. I need to persist my workflow in database so I've used sql 2005 express. My webconfig file looks like < configuration > < configSections > < section name = " WorkflowRuntimeConfig " type = " System.Workflow.Runtime.Configuration.WorkflowRuntimeSection,System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " /> </ configSections > < appSettings /> < WorkflowRuntimeConfig > < Services > < add type = " System.Workflow.Runtime.Hosting.SqlWorkflowPersistenceService, System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyTo ...Show All

  • Visual Basic Debug code changes ignored

    I have been working on a single form project and everything was going along fine until... something unknown happened. Any changes I make to the code behind the form are ignored in debug mode. If I build the project, the exe sees the changes. If I go back to the IDE, I see the new code but when I run the project "F5" the program runs with the old code (before my most recent changes). I have checked several file dates and times and the code behind .vb file is saving the new changes. Debug seems to be stuck on some earlier version of the code. I found a few similar references in the forums that advised me to delete the .pdb file. I deleted it but when I F5, the .pdb file returns with the old date (the date of the file I deleted). I ...Show All

  • Microsoft ISV Community Center Forums Business Scorecard Manager to Sharepoint deployment

    Hi, I have setup all necesary things in BSM and SPS, but when I deploy, the the pulldown with the "sharepoint site url" is empty, as well as the "document library" pulldown. Are there steps in Sharepoint necesary to maken the http://localhost site available for BSM deployment I figured this one out: start the newly created (and extended - by SharePoint) site and apply a new template (one that includes a document library). Scorecard builder will find it after you've published your scorecard to the server. ...Show All

  • Windows Forms Can't disable a button

    I am programming in c#. I have a button on my form that when clicked, it plays a wav file using the PlaySound method from winmm.dll. The wav is about 3 seconds long. The problem is that if I keep clicking the button during the 3 seconds the sound is playing, it queues all of the clicks, and plays the wav over and over. My Button is named btn. So I tried: this.btn.Enabled = false; PlaySound(...); this.btn.Enabled = true; Doing this successfully greyed out the button while the sound is playing, but it still accepts clicks, so it didn't fix my original problem. Is there some way to clear the event queue Or is there something else I'm doing wrong. I just want the button to not work while the sound is playing. I have also tried ...Show All

  • Software Development for Windows Vista Reading the registry on Vista?

    Hi all, I'm trying to read a key from the registry on Windows Vista (Beta 2) from my C# program. It works fine on win XP and I know Windows Vista implements a lot of registry virtualisation and such. Should this prevent me reading from the registry though No write operation is being performed - I'm simply trying to find the location of the windows task scheduler logPath (HKLM\Software\Microsoft\SchedulingAgent\LogPath) All help appreciated! Henri Thanks for getting back to me Chris, I'm now using this code - which doesn't work. // Request read permission for the SchedulingAgent key (Vista Compatibility) RegistryPermission keyPermissions = new RegistryPermission( RegistryPermissionAc ...Show All

  • SQL Server SSIS - OLE DB - IBM DB2 - SQLDUMP - more dumps than works....

    I have a package which access a DB2 database and pulls data from a single table. I can't put a specific event on it, but the package has been causing a dump to occur on a rather regular basis. The really odd part is sometime when I add a data viewer on the output link of the OLE DB Source it works....then it starts to dump again a couple of executions later. There are not date/time values involved in the result set, just character strings. Default code page is set to 1252 and use default page is set to False....any ideas appreciated - this is really starting to drive me nuts! Thanks It is really hard to tell what could be causing these failures. Please report your problems on the connect site wi ...Show All

  • Windows Live Developer Forums sdk not there?

    I downloaded the messengerActivitySDK.zip file The downloaded zip file which is supposed to contain the sdk only had a compiled html help file which gives me error messages instead of displaying help, an xml file and a folder called sample that had 3 pictures and an htm file. How do I get the sdk I realize now that the htm file was a tic tac toe sample but I can't read the instructions on how to use it because they give error messages when I try and read them. ...Show All

  • SQL Server how to loop through several excel sheets in a file in integration services

    Hello, I'm new at Integration services and I have an excel file with information in several worksheets. I want to loop through some specific sheets to retrieve the data and save it in a database table. I know how to retrieve the data from one sheet, but I don't know how to do it for several sheets. Any ideas ...I would appreciate any help. To clarify a bit more -- within my For Each loop container, I could always use Excel Destination task to write to a single "dummy" filename, and then use the File System task within the same For Each loop container to re-name the file to whatever I want (using my variable ). In this case, I end up with 100 workbooks rather than 1 workbook with 100 worksheets, b ...Show All

  • Visual C# how to endure only one object instance exists

    i am adding a user control to a form programmatically but before i do i want to check if that control already exists, if it does exist i will instead just make it the active/visible control. How can check to see if a control already exist and how can i find a reference to it and make it active/visible Do you mean just one object per form Or one for the whole application E.g. if you have two forms, and Form1 already contains an instance of your control, and you try to add it to Form2, what do you want to happen Do you want Form1 to be brought to the foreground and the control to be made visible Or do you want to permit up to 1 control per form If it's one per form, then you'll need to iterate through ...Show All

  • SQL Server SQL SERVER 2005 Unknown Attack

    Hello Every one, can any one please let me know what is below mentioned errors i found on my newly installed sql server and also let me know severiarity of this and if you know the solution for this i would wel come all your suggestion. 12/24/2006 05:48:47,Logon,Unknown,Error: 18456<c/> Severity: 14<c/> State: 8., 12/24/2006 05:48:45,Logon,Unknown,Login failed for user 'sa'. [CLIENT: 204.10.60.17], 12/24/2006 05:48:45,Logon,Unknown,Error: 18456<c/> Severity: 14<c/> State: 8., 12/24/2006 05:48:44,Logon,Unknown,Login failed for user 'sa'. [CLIENT: 204.10.60.17], 12/24/2006 05:48:44,Logon,Unknown,Error: 18456<c/> Severity: 14<c/> State: 8., 12/24/2006 05:48:41,Logon,Unknown,Login failed for us ...Show All

  • Visual Studio 2008 (Pre-release) Database support for DLINQ

    Will DLINQ be available to any database that has an ADO.NET compliant provider Thanks. I hate using IBM UniVerse sometimes, they are so late in embracing technology. They keep DB2 up to date but not UniVerse. I'm still hasseling IBM for an ADO.NET compliant provider for UniVerse, they say it should be out this year, but knowing IBM it won't be. I wish I could use Microsoft SQL Server. ...Show All

  • Visual Studio Error HXC3031: A group of keywords for a single Help link or KTable exceeds 4,096 bytes.

    I get the following error while building the documentation for a really large assembly. Error HXC3031: A group of keywords for a single Help link or KTable exceeds 4,096 bytes. I am using the November CTP release of Sandcastle along with Eric Woodruff's "Sandcastle Help File Builder" tool. Any idea how to go about resolving this one Thanks. Hi Sanchit, Could you please try this without Eric's SHFB to see if this is an issue with Sandcastle. I am assuming this is happening at HxS compile stage Anand.. ...Show All

©2008 Software Development Network