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

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

GBGY

Member List

xird
Dordorgum
Yuhang
wolfr
Navya Jeevan
Fabriciom
Vladimir Chtepa
ron nash
GraemeP
~rabin
Geoffrey Callaghan
Mohammad hOque
Blackwood
sana ul haq
Jay Longenderfer
VikasAgr
Badri Narayanan
EDV Gradl
Asday
ron nash
Only Title

GBGY's Q&A profile

  • SQL Server Incorrect Scripts using database generate scripts wizard

    I am getting incorrect scripts, not an error, on the indexes when I use the database ‘generate scripts’ wizard. This only happens when I have 8 or more tables and on indexes with include columns. It’s getting the index columns mix up the include columns. Here are the scripts I got: -- From database ‘generate scripts’ wizard with 8 or more tables (Incorrect) -- CREATE UNIQUE NONCLUSTERED INDEX [IX_DimArmType_Lookup] ON [dbo] . [DimArmType] ( [EW_Arm_Type_Skey] ASC , [Arm_Type_ID] ASC ) INCLUDE ( [Arm_Type_LD] , [EW_Source_DB_ID] ) WITH ( PAD_INDEX = OFF , IGNORE_DUP_KEY = OFF ) ON [PRIMARY] The ‘script index as’ wizard seem to work fine. -- From ‘script index as’ wi ...Show All

  • Visual Studio Team System Question with VS 2005 and TFS

    Hello everyone, The organization I work for is beginning a redesign of our website and we're migrating from .Net 1.1 to 2.0. We currently use Visual Source Safe 6.0 for our source control and we barely use any of the functionality outside of checking files in and out (though I'm pushing to change that hopefully). So I've been researching other source control systems and, of course, ran across Team Foundation Server. I've spent most of the day researching the different "role" version of VS 2005 and found that our small development team wouldn't really need that (we have 3, sometimes 4 developers who write the code and then 2 or 3 people who do the HTML mark-up. Using something from the Team Suite might just be overkill). So my q ...Show All

  • Visual Studio SKU011.CAB solution

    Go into Registry Editor (Start, Run, "regedit"). Go to HKEY_LOCAL_MACHINE, Software, Microsoft, Office, 11.0, Delivery. There should be only 1 directory under Delivery, which is your DownloadCode (mine was 90000409-6000-11D3-8CFE-0150048383C9). Select that directory. On the right side of the screen, right-click on CDCache. Change the value to 0. honestly works with out a hitch. Isn't this somehow related to this Support Article: http://support.microsoft.com/kb/896866/en-us ...Show All

  • SQL Server The subscription to publication 'xxxx' has expired or does not exist

    Hi, Is there any way to find out if "subscription to publication has expired" in advance using RMO Look at: http://msdn2.microsoft.com/fr-fr/library/ms147926.aspx and call: EnumSubscriptions2 See if that helps. ...Show All

  • .NET Development How to increase SerialPort thread priority, please?

    Thank you for your kind help. Jan Byvaly wrote: Thank you for your kind help. How are you creating this serial port thread By default, SerialPort uses asynchronous IO, meaning the system provides the threads used for the IO from an internal thread pool, you have no control over the priority of these threads. ...Show All

  • Visual Studio MSBuild not copying over references not used

    We have a situation where we have an Imaging project that references quite a few DLLs that are different filters for different kind of filter types. These will be used dynamically so the Imaging project does not directly reference them. We have our main EXE project which references the Imaging project in addition to many others. Without adding explicit references for these filters in the EXE project is there any way to have these copied in the EXE output Well since you don't tell msbuild that they should be copied over it doesn't (after all without explicit references, it cannot and should not guess what files might be needed) However, you might want to consider adding a postbuild step to the exe project, ...Show All

  • Visual Studio Team System Visual C++ compiler generated finalizer does not implement the Dispose pattern correctly?

    // C++ code ref class T { ~T() { this->!T(); } // destructor calls finalizer !T() {} // finalizer }; Error, Certainty 95, for ImplementIDisposableCorrectly { Target : Finalize():System.Void (IntrospectionTargetMethodBase) Resolution : "Remove the finalizer from type T, override Dispose(bool disposing), and put the finalization logic in the code path where 'disposing' is false." Help : http://www.gotdotnet.com/team/fxcop/docs/rules.aspx version=1.35&url=/Design/ImplementIDisposableCorrectly.html (String) Category : Microsoft.Design (String) CheckId : CA1063 (String) RuleFile : Design Rules (String) Info : "All IDisposable types should implement the Dispose pattern correctly." ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. JIT register allocation and bounds checking

    A few questions for Shawn or one of his buddies: 1/ Does the register allocator used in the XBox JITter use all of the available scalar floating point registers If not, how many can it deal with 2/ Does the XBox VM ever skip array bounds checking, and if so under what conditions 3/ Presumably there are no bounds checks when using unsafe code and pointers 4/ Are the method inlining limitations of the CF VM mentioned here still applicable to the XBox VM - especially the one about not inlining any method with floating point arguments or return values (yikes, that would be all floating point setters and getters!) Andy. Forum skills Like hijacking someone elses thread to make your ...Show All

  • SQL Server Invalid Column Error - Any ideas

    Hi, Can anybody point me why I get the error "Invalid Column Name - emp" error. Thanks. Table structures are: Tree create table tree (emp Char(10) Not Null, Boss Char(10)); Stack CREATE TABLE Stack (Stack_top INTEGER Not Null, emp Char(10) Not Null, Lft Integer NOT NULL UNIQUE CHECK (Lft > 0), Rgt Integer NOT NULL UNIQUE CHECK (Rgt > 1)); I am trying to convert the Tree (Adjancency Model) to Stack(Nested Model). CODE BEGIN DECLARE @lft_rgt INTEGER, @stack_pointer INTEGER, @max_lft_rgt INTEGER; SET @max_lft_rgt = 2 * (SELECT COUNT(*) FROM Tree); INSERT INTO Stack SELECT 1, emp, 1, @max_lft_rgt FROM Tree WHERE boss IS NULL; SET @lft_rgt = 2; SET @stack_pointer = 1; DELETE FROM Tree WHERE boss IS NULL; ...Show All

  • SQL Server Role Playing Dimensions

    What is the proper way to include the date dimension table into your DSV if you plan on using multiple role-playing dimensions It seems if you can use this dimension as a role playing dimension, and assign the "join" using the Dimension Usage tab, then it doesn't need to be joined to the fact table in the DSV... is that correct Or should you add the Date Dim table to the DSV and join it to every date-specific fact foreign keys I see three possibilities for the DSV: 1) Include the Date Dim table but not join to any other table in the DSV 2) Include the Date Dim table and join to at least one fact foreign key 3) Include the Date Dim table and join to all fact foreign keys for dates in the DSV Which method would be th ...Show All

  • Visual Basic printing

    ok i have an app that i need to print info from user input in Text boxes and also from labels... i used a streamwriter instance to write the data to a txt file... and it does work and will print with the printdocument... however it prints all on one line without any spaces... is there a new line command i am missing Also, it prints a blank page b4 it prints the page with text. how do i get rid of that my code is as follows: Private Sub cmdPrint_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdPrint.Click Dim thestreamwriter As New StreamWriter( "C:\Documents and Settings\igiberson\Desktop\VB projects\tryAgain\printFile.txt" ) 'write the file with the data from labels ...Show All

  • Smart Device Development GetWirelessDevices/ossvcs supported?

    Are the APIs within OSSVCS.lib supported Are they for use only by ODMs (users of AKUs) Thanks ...Show All

  • Visual C++ using the NtFrsApiEnumBackupRestoreSets

    I am trying to a Locating SYSVOL by using the NtFrsApiEnumBackupRestoreSets function but I can’t find the header that NtFrsApiEnumBackupRestoreSets declared in, to include it in my project, also I can’t find the function parameter declaration for this function. I send to ask how I can use this function and in which OS this function supported and where I can get the Function header and DLL I am trying to backup the Sysvol using the VSS (volume shadow-copied ), this link show the steps for backup the Sysvol , and to do that i have to Locating SYSVOL by using the NtFrsApiEnumBackupRestoreSets in case of replicated user. http://windowssdk.msdn.microsoft.com/en-us/library/ms728854.asp ...Show All

  • Software Development for Windows Vista Debugger detected

    While trialling Vista RC2 (5744) I went to install and run my favorite screen saver "Cuckoo Clock 3D " from 3Planesoft I got this error Debugger detected [97] The install seems to work fine, it's when I try and run the thing or change any settings that the error appears. It worked fine in RC1 (5600). Any devs/enthusiast know what is new that is causing this and better still can it be fixed before rtm Regards I have the exact same problem with my screensaver too. It will install okay but get "Debgger detected [97]" error code when it trys to run. This is starting to get me angry. I think I'll just dump Vista, reformat my HD and put XP back on. ...Show All

  • Visual Basic Send Mail

    Good Night, I am Brazilian and my english is bad. Therefore, I try to explain what I want. I need send mail using VB6 application . I found the code that it makes this, but this not heave support to attach file. I need help to implement this code and to make with that it sends attach files or another way to make this. I wait that they have understood and wait answers. Eder Pardeiro Hi, For VB6 questions see one of the forums listed here.>> http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=551512&SiteID=1 or ask on this forum site.>> http://www.programmersheaven.com/c/MsgBoard/wwwboard.asp Board=14&src=20&Setting = Regards, S_DS ...Show All

©2008 Software Development Network