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

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

AntiSilence

Member List

Kishan
Joao Pinto
dotnetat43
Yonik
andrey
Daní
Darshan Jani
William Daugherty
Seyfert
DJPO
marsiglia
ARTsev
Al Hibbs
Oso Hada
quinlivan
Sriram Subramanian - MSFT
Robert The Doctor
OlliH
blunt420
Natan Drozd
Only Title

AntiSilence's Q&A profile

  • Visual Studio Tools for Office Common Language runtime could not be loaded.....

    Hi I am trying to install a completed excel project on a user computer(the project was created in VSTO). I have installed the 2.0 framework, the PIAs and Tools for Office Runtime. I am getting this error when I try to open the project ( I did not get any errors during the install. The user has full admin acess to theor computer. The computer has office 2003 Professional.); The common language runtime could not be loaded by ....... Cont ...Show All

  • Visual C# Visual C# Communities

    Does anyone know of active Visual C# communities, whether they be a forum, irc, or news group Also check out: http://channel9.msdn.com/ While not C# specific, there is some great content here. One other that has some occasionally good info is: http://forums.apress.com/ HTH. ...Show All

  • Visual Basic Extracting Variables from Strings and Event for a Tabchange in a TabControl

    I have a program that is meant to take a user defined string (ex. x2 + 2x + 1) and divide it, and then store those values (the coefficents of x); there is a practically indefinite number of numbers in the coefficient. I've looked at the String.Split Method, but I don't understand it very well nor do I believe it's very practical when you have to keep splitting each variable to get the coefficient. Is there an easier way to the the opposite of ...Show All

  • Windows Forms MDI with new SplitContainer

    Hi, I have an MDI WinForms app that has a splitter to the left with a tree control in it and the MDI child windows show up on the right hand side of the splitter. I would have coded it with the Splitter control using .NET 1.1 In .NET2.0, the Splitter has been changed to SplitContainer. How would I get the MDI child windows to show up when the whole body is filled up with the splitcontainer Do I keep using the Splitter for this purpose Nitin ...Show All

  • Visual C# C# EXPRESS DOWNLOAD

    I downloaded BETA 2 installed! ERROR MESSAGE POPUP Package 'Visual Studio Settings and Project Designers Package' has failed to load properly (GUID= 67909BO6-91E90-4FrE-AB60-495046BE9A9A}). Please contact vendor for assistance. Application restart is recommended, due to the possible enviroment corruption. Would u like to disable loading this package in the future You may use VCSEXPRESS/resetskippkgs' to enable package loading. WHaa I do ...Show All

  • Visual C# Problem starting applications based on Skype Starter Kit for C#

    Hi All, I downloaded the Skype Starter Kit, I added the reference to the SharpLogic.Skype library and when the application starts I got this exception: "Could not load file or assembly 'SharpLogic.Skype, Version=1.0.2299.29912, Culture=neutral, PublicKeyToken=null' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception ...Show All

  • SQL Server Looping through an excel spreadsheet

    Being new to SSIS I wish to loop through a series of excel spreadsheets and within each workbook loop through each sheet. I am aware of the For Each container but how can the each sheet in the workbook be referenced Steve Thanks Jamie, my problem is for each spreadsheet I loop through how do I reference each sheet / tab within the spreadsheets returned by the For EachLoop. Thanks Steve ...Show All

  • Windows Forms Changing Parent Items From Child

    How can I change parent items such as menu items from a child First of all, the menu items aren't going to be hidden, right  They're disabled.  And, they will be disabled if there aren't any children. That's the point. You up ...Show All

  • SQL Server Pivot Issues

    Hello, So here's what I have in a table: CoNo RentalIncome OtherIncome Insurance 1111 200 500 100 2222 300 400 50 3333 100 600 200 .... ... ... ... ...And here's what I need to do: CoNo 1111 2222 3333 .... RentalIncome 200 300 100 ... OtherIncome 500 400 600 ... Insurance 100 600 200 ... I've played with a fe ...Show All

  • Visual Studio Team System Workspaces are broken

    I created a team project, created a distributed app in that project and checked it in. I then created another team project, created a native C++ app in that project and checked it in. Doing the above broke Team Build since both projects were associated with a single source control workspace.  So I created a second workspace for the second project, and created a mapping in that workspace between the source control branch and working folder ...Show All

  • .NET Development SQL Logon Impersonation Problem

    Hi. I am currently working on an ASP.NET application which has to log on to SQL using a specific windows user account. As far as I am aware the only way to do this is by adding the Integrated Security=true ; property to the connection string. If you specify a user id and password then it will try to log you in as a SQL user. Is this all correct   To be able to login to the SQL server we explicitly call the LogonUser funct ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game Physics

    Can someone explain or point me to an article somewhere on the appropriate algorithms for this I want to make an air hockey game.  I'm not sure how to do the collision response between the puck and the paddle.  Any help would be appreciated. I'm no physics programmer, but you might well want to drop by the GameDev.net physics articles section. Supported by their Maths & Physics forum (see the forum ...Show All

  • Visual Studio Express Editions Creating Shortcuts For Applications/Files

    Hello Again Everyone, Once again I am asking for help from all you wonderful people here in the Visual Basic Forum. I have developed a nice small application that runs great and does everything I want it to do.  I would like to include code in the 'Installation' application that I created to create a normal application shortcut to place in the Startup Menu that points to the application I am installing and possibly to place a shortcut on th ...Show All

  • SQL Server Multiple details sections, possible?

    In a table the details section is called "table1_Details_Group". Is it possible to add a second details group so that I can have the two groups have different group properties I'm trying to avoid creating a second table and using an expression to only show one at a time. Again Thanks. possible poss bile poss-bile possibler possibly Edit... Revert to "possbile" FYI, you can insert mor ...Show All

  • .NET Development Try...Finally and performance

    Hi! Are there any negative performance issues and diferences with the two alternatives below: Alt 1- With Catch PersonHandler myPersHandler; //Implements IDisposable..... try { //Some errorpotentiall code } catch(Exception ex) { //Do some logging } finally { if(myPersHandler != null) myPersHandler.Dispose(); myPersHandler = null; } /************************************************************/ Alt 2. - No Catch PersonHandler myPers ...Show All

©2008 Software Development Network

powered by phorum