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

Software Development Network >> NSBS-JAmes's Q&A profile

NSBS-JAmes

Member List

Scott VanDelinder
Sregan
Jennifer Kim
microzt
SteveFX
VikasVaidya
Linda Li
Marcio Izepe
Rajeev Goel msft
greenhorn_programmer
PKSpence
Panther37
mhdostal
Clay of Clayland
Charlee Strong
BeaPreethi
Rasped
PSvahn
zagolin
Bob McCaffrey
Only Title

NSBS-JAmes's Q&A profile

  • Visual Studio Team System ADAM Error on Installation (w/ log files)

    Hi, I could not ever install the ctp version of foundation server. Finally on beta 2, i thought my woes would be over... Far from it Now it stops at the ADAM install itself. I did exactly as the installation guide said.. fresh machine..  it completes the step 1 starts the step 2 and then it says there has been an error.. now no info on what the error is all abt.  I chkd the known issues and it mentioned abt the TMP variable spaces... I even changed it to c:\myTemp. Still no change to my luck. any idea what i might be missing here... TIA Paritosh jb_tiburon, Are you trying to get a single-server ins ...Show All

  • Visual C++ On Build, focus switches to output window, any workaround?

    In VS2005, when I build a VC++ solution (typically with F7), when the build is complete, my cursor is in the output window, when it should be left where it was in my code/editing window. Why would I want to edit or type anything in the output window Is there any option, setting, or workaround I can use to prevent the cursor/focus from switching off my editing window after doing a build Thanks, Bit Ahh, that worked! Never thought of pressing escsape. It would be nice though, for an option that's something like, "After build complete, return cursor to last editing position". B ...Show All

  • SQL Server Calling SSIS packages from within a Script task

    Hello, I was wondering if someone could point me in the direction of any sample code or documentation that allows you to execute SSIS packages from within a Script task In SQL Server 2000 DTS this was accomplished by instantiating the DTS.Package object and calling either the LoadFromSQLServer or LoadFromStorageFile method. I have not been able to find any similiar logic in the SQL Server 2005 SSIS environment. Any help would be greatly appreciated. Thank you, Gordon Radley Sample code to execute a Package from Script task Public Sub Main() Dim pkg As String = "C:\SSISPacka ...Show All

  • .NET Development Values of sizeof concerning struct (no optimization?)

    I have been playing a bit with the sizeof operator, and the results that I get seems not too good. For example, let me consider struct Zero { }   an empty structure. With .Net 2.0, I get sizeof(Zero) equal to one. I know that such case is borderline, but I would like to understand why it's not zero (I do not see why a zero-length LValue should be a problem), Also, let me consider again struct SomeBits { bool a; bool b; }   . With .Net 2.0 again, I get sizeof(SomeBits) equal to two. I understand that the bit array has not been compacted in such way, but I do not understand why the struct is not compacted I would expect ...Show All

  • Visual Studio Express Editions Problem Installing Beta 2

    Was using Web Developer Express Beta 1 successfully on Window 2003 Server. I uninstall all of beta 1 as according to install instructions and installed Beta 2. When I run Beta 2 I get the following error message... "Package 'Visual Studio Common IDE Package' has failed to load properly (GUID={6E87CFAD-6C05-4ADF-9CD7-387943875B7C)}. Please contact package vendor for assistance.  Aplication restart is recommened, due to possible environment corruption.  Would you like to disable loading this package in the future   You may use VWDExpress / resetskippkgs' to re-enable package loading. YES or NO. If I say yes the following message ...Show All

  • Visual Basic Questions?

       HELLO! I AM NITESH MENON AND I HAVE SOME QUESTIONS. I HAVE BEEN USING VB FOR 3 DAYS AND NEED HELP. QUESTION 1- When using a web browser is there a way to go back to the previous page in VB (like back in internet explorer) QUESTION 2- When using a web browser is there a way to go back to the next page in VB (like forward in internet explorer) QUESTION 3- How can I display another form other than the main one. QUESTION 4- How do I save a configuration so when a user uses the program again he has the same settings. QUESTION 5- How do I make a web browser the default one QUESTION 6- How do I make an option menu. QUESTION 7- How ...Show All

  • Windows Forms Sorting on Combobox datagridview column

    Is it possible to sort a combobox column in a datagridview so that it sorts on the value that is being displayed rather than the value that is actually stored in the data table For example the data in the data table column might have the values 1, 2, 3 but the combobox column has been setup to look these values up in another table and so what is actaully shown in the grid are the values Mark, Fred and Bob. Clicking on the column header to sort the column means that it sorts on the values 1, 2, 3 and not on the values Mark, Fred and Bob. So the column is actually sorted but to the user looking at the grid it looks sorted in an odd way. ...Show All

  • Visual C# explorer / desktop bar

    Hi, Does anyone has a sample code for developing internet explorer or desktop explorer using C# just like google toolbar and google desktop search bar Many Thanks, Jassim Rahma   ...Show All

  • Visual Studio Express Editions The VS Web Developer Beta Installation(One with SQL CTP April Edition)

    Hi i hvae installed the VS Web developer Beta2. (One which have SQL CTP april edition). I am not able connect to the SQL server. Whats the solution for this. Hello Jai, Many issues have been fixed since the April CTP.  I would recommend trying the final released version of the product from the link below. http://msdn.microsoft.com/vstudio/express/vwd/ --Omar (msft) ...Show All

  • Microsoft ISV Community Center Forums Help with: hiding main menu in Visio 2002 with VBA

    I don't know a thing about VBA but see myself in need to try to make this work. My goal here is to hide the menu bar when this particular document (let's call it "test.vsd") is opened in visio. After looking at the references and help files I put this together: Sub HideMenuBar() Dim fileName As String Dim uiObj As Visio.UIObject Dim menuSets As Visio.menuSets Dim OneMenuSet As Visio.menuSet ' get all built in menus into ui object Set uiObj = Visio.Application.BuiltInMenus fileName = "test.vsd" If ThisDocument.Name = fileName Then Debug.Print "name checked" ' get all built in menus int ...Show All

  • Visual Studio Express Editions container

    I am developing an application where I need to store 100's of html files (Static - already I know the number and name of the files) and when customer clicks some option I need to display the file... My Question is, is there any container or data folder there in visual basic 2005 so that i can embedded the html files with the application. There should not be any copy in the local hard drive, the html files should be embedded inside the application. Is there any component there to do this... see 'creating resources' in the help. I still think you would be better off putting them in a jet database. http://msdn2.microsoft.com/en- ...Show All

  • Visual C++ /clr kills my program - quick fix

    Hi I have a large project consisting of lots of preexisting code all in C++ and lots of my own stuff. Recently I added the front end of this application via directX (unmanaged) and all was well. I then put all of this in a windows form and found everything went really bad. I have found out that by taking my original application and simply adding the /clr operation is what causes all the problems. some examples are 'System.Runtime.InteropServices.SEHException' as well as memory problems, dropping pointers etc. Currently this all exists in one project (I know very little about this whole projects thing) and I need both pointers to the co ...Show All

  • .NET Development Is there XML editor, organized like form view, according DTD ?

    Is there XML editor, organized like form view, according DTD (or else XML scheme) I want to enter XML data, but not in pure XML, or in arbitrary  XML in form view like in Microsoft XML notepad, but to enter data by form fields according DTD. Is there such a good thing thanks. Visual Studio has an "XML Data Editor" that maps the XML to a DataSet then lets you edit the set using the WinForms DataGrid view. ...Show All

  • SQL Server Replication porblem

    Hi everybody, i got this error message while i'm trying to execute my replication job. "error 4813" Expected the text length in data stream for bulk copy of text, ntext, or image data." Does anybody have an idea about it thanks Let me know if the workarounds in the below link do not work for you. http://www.starquest.com/Supportdocs/techSQDR/SQV00DR0013_BCPError.html ...Show All

  • Visual Studio VS .NET 2003 Setup Failure -- Reboot requested

    I just got a new Laptop running win xp home sp2.  I am in the process of reinstalling all my applications.  When I try to install VS .NET 2003, the initial screen comes up, saying that I have to install prerequisites.  When I click on that option, a dialog pops up saying "Setup has detected that another program requires the computer to reboot.  You must reboot the computer before installing Visual Studio .NET Prerequisites.  Once the system reboots, you need to restart setup.  Click OK to reboot. ..." After rebooting (many times), the same thing continues to happen. How can I make it continue with the inst ...Show All

©2008 Software Development Network