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

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

Krutika

Member List

Jorid
Salvador Rocha
AndrewBadera
MyLady
Daniel_Bowen
Beast Forever
Thomas Li
Jaime Stuardo
Jasper22
h1
Fabrice MARGUERIE
MrSock
MSP.Saami
mikeroberts23
Tigerwood2006
jam281
Ed.Richard
Alex Smirnov
rohit nagesh
Paulustrious
Only Title

Krutika's Q&A profile

  • SQL Server execute package task can't continue when the child package failed?

    I use a execute package task to run a child package in which I run some sql task. as the error handle I insert a script task and link a line from execute package task to script task of course the line is red, but I found when the child package failed, the execute package task turns red,it stopped the script task can't be run, I don't konw why I tried it again. I found that if the child package successed then the parent package can run in the success flow but if child package falied then the parent package will stop at the execute package task, can't run the failure flow. Anybody konws this.... ...Show All

  • Visual Studio Team System Baseless merge No Content changes not auto merging...

    We are trying to do a baseless merge and the conflict resolution comes up and when we select a file that has not conflicts it is not giving us any auto merge option. If we try to do the auto merge all, it fails because it says we cannot merge them because the two files have changes but we verified that they don't. Now if this was one file it would be no big deal but we are talking about thousands of files and there is no way we are going to resolve each file manually....if this is how baseless merging works, how useful is it  Also, when I execute "tf resolve /auto:acceptmerge" I get the following error TF10010: Source control unexpectedly encountered the end of the stream: The char acter was incomplete at stream offset 3841. ...Show All

  • Visual Studio Team System File checkin said resolve changes as server was newer, and it wasn't?

    We noticed an issue when a delveoper shelved his changes, I unshelved his changes into my workspace, tested and then went to checkin and it reported that two files on the server were later versions than what I was checking in. This seemed impossible since the last change in one of those files was on 10/30/06 and it's now 11/15 and the changes we had made had just been done today. When something like this happens how can I track down the issue I believe the file I am checking in is the latest but want to verify my assumption is correct. How could something like this happen Thoughts I had was that maybe my workspace that I unshelved into was at an older version, but shouldn't unshelving the other developers shelveset have up ...Show All

  • SQL Server AMO - Dimension Composite Key

    i'm developing an aplication in order to create a cube on the fly, and i'm confuse with something that i read at the Msdn's web site, the doubt that i have is about composite keys in Dimension Tables, after read this paragraph (extracted from - http://msdn2.microsoft.com/en-us/library/ms345091.aspx - "Creating Dropping and Finding Dimensions) . " The primary key attribute of the dimension should be defined as AttributeUsage.Key to make clear that this attribute is the key access to the dimension " It's like the Dimension Tables must have a unique atributte as PK right , but what happens if my Dim Tables have a compositeKey . Is necessary to create a UNIQUE atribute as PK in the Dimension Tables Thank you Deepa ...Show All

  • SQL Server Calculated Member (beginner)

    Hi, I'm building a calculated member which should only calculate the measures in the calculated member if specific measure is > 0 (otherwise the value should be Null) For example: If physicalStock > 0 [Measures].[Netweight] * [Measures].[Physical] How do I build this in the calculated member... (Using Analysis2000) Thanks in advance Haakon Here is what I am trying.... Iif ([Measures].[Physical] > 0), [Measures].[Netweight] / [Measures].[amount _count] * [Measures].[Physical] Which don't work....any ideas - what I should do... Thanks ...Show All

  • Visual C# Calling a hidden method from a base class

    I want to "hide" the parent class method with the sub class method but still have access to the parent class methods in the sub class that is hiding it. Something like this: class A { public void Foo() { //Do something here } } class B : A { new public void Foo() { //Do some other stuff here //Call class A Foo() here } } class C : B { new public void Foo() { //Do even more stuff here //Call class B Foo here } } I know in Java you use the key word "super" I have seen the use of "base" but only when using virtual and override. Any ideas on how to do this ...Show All

  • Visual C++ Binary

    I am using VS 2005 standard edition. I am sending and receiving data via RS232 using an application that I written in C++. The data is ascii but I want to see a binary representation in order to analyse it completely. I am reading the data received into a text box. Is there a standard method of converting the ascii data in the text box into its binary representation Oh - this is C++/CLI. CString is part of MFC. However, the .NET framework does it better anyhow String ^ myString = Convert::ToString(Convert.ToInt16(txBx1->Text), 2) should do it. You need to pass your number as an int, and then ToString(str,xx) will convert the number to a base xx string. ...Show All

  • Smart Device Development VS2005, CF2.0, C++, Platform selection

    My development environment is Visual Studio 2005 Enterprise. I have a C++ application containing both managed and unmanaged code. I've successfully compiled it for the Win32 platform. It executes correctly in that environment. The next step is to install it on a CE 5.0 using the Compact Framework (2.0, sp1 installed.) I cannot figure out how to switch VS from the Win32 platform to any other platform without losing the C compiler switches that enable it to use managed code. My process: 1. Using wizard, create a new solution/project for C++, Console Application (which is the model I want to use.) 2. I immediately "Build". All is well. It says "Hello world." 3. I select Configuration Manager, and choos ...Show All

  • Smart Device Development Checking network availability

    Hi All, I am working on a project that needs network availability checker module.i.e the application should be able to detect networks available for ex. gprs,wlan,blue-tooth, wi-fi Anyone having similiar experience please share with me. Thanks Take a look at the Mobile Application Blocks. They a class that should do what you need: http://www.codeplex.com/smartclient/Wiki/View.aspx title=Mobile%20Client%20Software%20Factory&referringTitle=Home HTH.. Alex ...Show All

  • Smart Device Development hook Keyboard , to AlexY and any helper

    Hi, Could anybody tell me please how to use Alex Yakhnin hookkeys class. http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=84b95802-76d7-499c-b266-e2251ab15706 i want my application to detect any key pressed in the keyboard, even if the application was in the background. thanks in advance. Dear Alex, thanks for replying, i am trying to make a program that monitors pocket pc activities including taking screen shots and monitoring keystrocks, don't worry not for evil reasons, so the software will be running in the background and i'd like it to capture keys pressed in the SIP mainly and hardware keys (optional), and send the value of the keys pressed to a textbox for example, so when the user types "hello" ...Show All

  • SQL Server Replacing symmetric keys

    I'm trying to develop a procedure for re-encrypting data with a different symmetric key, but I need the new key to use the old key name. I want to do this without leaving the data in clear text at any point. I would think the process would work like this: 1.Create a new key 2.Decrypt data w/old key and encrypt with new key. 3.Drop old key. 4.Rename new key using the old key name. However, I can't find that there's a way to rename a symmetric key. Is this correct If that is the case, I believe I have to do an additional round of encryption: 1.Create a temp key 2.Decrypt data w/old key and encrypt with temp key. 3.Drop old key. 4.Create a new key with the old key name. 5.Decrypt data w/temp key and encrypt with new key. 6.Drop temp ...Show All

  • SQL Server Compatibility of SQL 2000

    I find that the "Create Table" script generated by SQL Server 2005 is in format: CREATE TABLE [dbo].[City]( [CityID] [int] IDENTITY(1,1) NOT NULL, [Name] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_City] PRIMARY KEY CLUSTERED ( [CityID] ASC )WITH (IGNORE_DUP_KEY = OFF) ON [PRIMARY] ) ON [PRIMARY] Can this appliable in SQL Server 2000 or MSDE If not, how should I change it to make it work in both SQL 2000 and 2005 Thanks Hi, the equivalent would be: CREATE TABLE [dbo] . [City] ( [CityID] [int] IDENTITY ( 1 , 1 ) NOT NULL, [Name] [nvarchar] ( 50 ) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, CONSTRAINT [PK_City] PRIMARY KEY CLUSTERED ...Show All

  • Visual Studio Express Editions Webbrowser Title Help needed

    Hey i've been working hard on my browser lately and i've been testing it aswell as some other people and we've notcied that the title of the website dosen't show and over the past month i've tryed some things and been looking into stuff i was also wondering can you get the program's title with the website title for example halo2formbuddy Index - H2F-Browser Can anybody help me thanks. private void wb_DocumentTitleChanged( object sender, EventArgs e) { this .wb.Document.Title = "H2F-Browser - " + this .wb.Document.Title; } Dosen't work sadly thanks. ...Show All

  • SQL Server Need help ---- Server Error in '/ReportServer' Application

    I created a report project with the sales report followed by the SQL Server tutorial. But when I tried to publish a report. I got the following problem: 1. The connection could not made to the report server http://machinename/ReportServer 2. Server Error in '/ReportServer' Application. I had a similar problem (same error, different appication) accessing web.config. Permissions on the "wwwroot" folder were denying access. I'm still trying ro figure out which permission it was, but resetting them without restrictions circumvented the error. Also, I put a web.config in the wwwroot folder, but I don't know that this really helped anything yet. Late response. ...Show All

  • SQL Server how to convert Microsoft.SqlServer.Management.Smo.DataType to System.Type

    Hi there, I would like to map correctly SQL types (Microsoft.SqlServer.Management.Smo.DataType and System.Data.SqlDbType) to CLR types. Is it possible to not use user function like this: System. Type GetSystemTypeBySqlType( Microsoft.SqlServer.Management.Smo. DataType typeSql) { switch (typeSql.Name) ... } It is strange that StoredProcedureParameter . DataType has property SqlDataType and does not have SystemType. It would be positive to map this type automatically, because new types appear sometimes :) ...Show All

©2008 Software Development Network