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

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

aiprogrammer

Member List

Stefan Grasmann
Rami Zaitoun
awong
Steve_H_USA
Guardian-ND
Kazuryu C.
pavvu_kk
Chrisql
MollyBos - MSFT
Nishad S
Eric Jarvi
Chris Olson
drpavan
haniDenmark
Leon Langleyben
jr3465
Guy C.
Dugan Porter - Microsoft
dadomingues
Sweety103741
Only Title

aiprogrammer's Q&A profile

  • Windows Forms Disabling windows forms designer temporarily

    Hello every body As you know when designer code grows and becomes giant its so bothering to modify the source code and then turn back to the designer (It consumes alot of time). The question is "Is there a way to disable windows forms designer for a while " Thanks in advance . I'm not entirely sure I understand what you want, but you set the code editor the default by doing the following: In Solution Explorer , right-click a Form and select Open With... In the Open With dialog, select CSharp Editor and choose Set as Default and then OK Now everytime you double-click a form in Solution Explorer, the ...Show All

  • Software Development for Windows Vista Multiple Recursive composition

    I have watched the State Machine webcast of Pravin regarding recursive composition. I have seen that it is possible to create a shared state with an event, which could be used in multiple states. In his slides of the PO process, Pravin used an OrderChanged event, which was used by the states OrderCreated and OrderProcessed. Let's say I want to add an event called OrderCancelledEvent which I then want to share for only OrderCreated and OrderShipped States, for some obscure business reason. This is not possible using the visual designer. Visually, the OrderCreated event cannot be "overlapped" by two states. Is it possible to us ...Show All

  • SQL Server Configure Distributor error

    I am trying to "Configure Distributor" prior to setting up the publications.  When I go through the wizard, at the very last step I get the following error: ****************************************************************************************** SQL Server could not configure 'serverName' as a Distributor. ------------------------------ ADDITIONAL INFORMATION: An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo) ------------------------------ Cannot find the principal 'sa', because it does not exist or you do not have permission. 'distribution' is not configure ...Show All

  • SQL Server ReportViewer's checked dropdown list control?

    I would like to create my own parameter area for my reports which are displayed in an ASP.NET web page with the ASP.NET 2005 ReportViewer control (i.e. I have the ShowParameterPrompts property on my Report Viewer control set to False). I would like to use the Checked Dropdown List control that allows you to check off each item individually or to check the (Select All) option for my multi-valued parameters. Is there a way I can create an instance of this checked dropdown control or is there another component out there that is similar to it Thanks!!! Brian The control is not a public control and can not be created outside of the contr ...Show All

  • SQL Server SSIS: Inserting unknown members from fact table

    Looking up surrogate keys in a dimension table and adding these to your data flow is easy when there is a match in your dimension table for every key in your fact table. However, I am puzzled by how to manage the data flow when no match can be found for a specific key in the fact table when doing the lookup AND I then want to insert this unknown key as an unknown/inferred member in the dimension table. The problem is further complicated by the fact that when I have inserted the unknown member in the dimension table and it has been assigned a surrogate key there, I want to add this surrogate key to my fact table - just as if there h ...Show All

  • Visual Studio Team System I have install TFS in local system account, can I switch to AD account as user ?

    Hi. I have already install the TFS in Local system account, but later I decide to use AD account as user to login. Can I switch this by config I saw the installation guide, it says... no way..... Single-Server Deployment To set up and configure Team Foundation Server using a single-server deployment on a computer joined to an Active Directory domain, you need three Active Directory domain user accounts as outlined in the following table. To set up and configure Team Foundation Server using a single-server deployment on a computer that is a member of a workgroup, you can use local user accounts. If you install Team Fo ...Show All

  • Visual C++ Cannot find WINAPPC.H and WINCSV.H

    I am porting our application from VS6.0 to Visual Studio .Net 2003 in VC++. I do not find the following files in the installation on my machine in Visual Studio .Net 2003. "WINAPPC.H" and "WINCSV.H" Are those files not come with VS .Net 2003 If so, where can I find it Thank you very much. Those two files are part of the Platform SDK. The teams that manage the Platform SDK and Visual C++ distributions are separate. When the Platform SDK team decides to exclude certain files from the product, they also get removed from Vis ...Show All

  • Visual Studio 2008 (Pre-release) AppendText doesn't scroll anymore

    When I use TextBox.AppendText in my Windows Forms app. the text is added and the TextBox is scrolled such that the last line appended is displayed. When doing so in a WPF app. the scroll never happens. Bug Feature User error NIK Well it's debatable if it should scroll automatically, so I'll leave that to a Microsoft rep to answer, but if you want to scroll, just make a call to ScrollToEnd after your call to AppendText. HTH, Drew ...Show All

  • Visual C# Getting rid of excel.exe from memory

    I use excel interop to load in data from excel file. After the loading is done, I call myExcelInstance.Quit(). But in task manager I can still see an EXCEL.EXE for each file I opened, eating up a fair bit of memory. These instances don't go away until I close my application. What am I doing wrong ~S There's at least one object you aren't releasing. You are using "lSheet.Columns.Count": any time you use "two dots" (A.B.C) you are implicitly referencing the object A.B without releasing it. This should be something like: int columnCount; Excel.Range columns = lSheet.Col ...Show All

  • Visual Basic VB Novice Main Menu help

    Greetings everyone. I kind of new to VB.net and need help badly. I'm try to create a program, but i can't get the main menu items to work properly. I tried to create a New file. Like creating a new document in MS Word. Does anyone know the script for it. I have some ideas, but reluctant to try it.  Thanks for the script I haven't tried it yet, but i tried using this: Private Sub mnuNew_Click() Dim NewMdiChild As New Form2 NewMdiChild.mdiParent = me newMdichild.Show() End Sub   ...Show All

  • SQL Server After upgrading to 2005, update and add no longer work in ASP pages.

    Upgraded to SQL 2005 and now I get the following error when trying to add or update a record Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find server 'NS1' in sysservers. Execute sp_addlinkedserver to add the server to sysservers. /manage/inc_post_events.asp, line 57 The setup is one server running Windows Server 2000 with IIS and SQL 2005 installed. We previously had SQL 2000 and no issues. Now we cant add new records or update records. Anyone have any ideas When looking in the tables, I notice in one database, some tables have a schema of dbo and some of a username... ...Show All

  • SQL Server Share calculated members between cubes

    Other than copying and pasting the text from the script view, is there any way to share calculated members between cubes I have two cubes that have some common facts, and would like to be able to point both at the same script for calculated members, so that any changes only have to be made in one place. Thanks, Sam It is bit strange. You should be able to use perspectives to hide measures you dont need. In Analysis Services 2005 you should try and consolidate your cubes into the single one, it simplifies modeling, simplifies management. Provides a single source of data for client application ...Show All

  • Windows Forms designers for Xaml / Avalon?

      Aleks wrote: Yeah a 3DS Max .NET should be good LMAO... I believe that 3D Studio Max .NET is cool, too.  Javier Luna http://guydotnetxmlwebservices.blogspot.com/ ...Show All

  • SQL Server How Do I Start New SQL Server 2005 Database?

    I just installed SQl Server 2005 on my Windows XP Pro system. But I can't figure out how to start the Database Engine. In the MS SQL Server Management Studio I see one Database Engine, but not SQL Servers. If I do "Update Local Server Registration" nothing happens. If I do right-click "New Server Registration" I get a databse icon with a white open circle. If I the try "right-click, Connect, Object Explorer" I get "An error has occurred while establishing a connection to the server...". All this time the right Summary pane is showing "No Server Connection." The tutorials are no help and do ...Show All

  • SQL Server Failed to decrypt protected XML node

    Failed to decrypt protected XML node ... blah blah. Looks familiar, right Package Protection mode is : EncryptSensitiveWithPassword Package runs fine from within BIDS. Close package. Open package - asks for password. So far so good. When running from command prompt with: dtexec /File "C:\Program Files\Microsoft SQL Server\90\DTS\Packages\MyPackage.dtsx" /De mypassword Get that cryptography error. Doesn't happen for other packages... what can I be doing different/wrong Thanks, Nitesh Does your password contains any of the following:    a) space characters - use the format /De "your_password"     ...Show All

©2008 Software Development Network