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

Software Development Network >> suchi banerjee's Q&A profile

suchi banerjee

Member List

MA2005
T2TD
Jassim Rahma
Ooogaleee
Setse
lutalex
kangalert
Andres Vettori
Wayne.C
CalifGirl
Jon Braganza
Batikit
Ron L
CodeScribler
lidiya
AlucardHellSing
drakest1
JavaBoy
Zeek
Vijay Guru Prasadh
Only Title

suchi banerjee's Q&A profile

  • Visual Studio Team System Error TSD158 when Building from MSBuild

    My build server does not have SQL Server 2005 installed on it, just client tools. I execute the following at the command line: msbuild /p:TargetDatabase=MyDatabase;ConnectionString="Data Source=SQLSERVERMACHINENAME;Integrated Security=True;Pooling=False" I get the following response: Build started 12/19/2006 3:44:00 PM. __________________________________________________ Project "C:\MyDatabase\MyDatabase.dbproj" (default targets): Target SqlBuild: Building deployment script for MyDatabase: EnableFullTextSearch, BlockIncrementalDeploymentIfDataLoss MSBUILD : Build error TSD158: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be cause ...Show All

  • Visual Studio Express Editions Problem with Visual C++ 2005 Express Edition

    I have been programming with VC 6.0 for some time now, and it has worked great. However, all I hear is that VC 6.0 is a nono now, and I should bump up even to the EE of VC 2005, and well I did. Now, getting started is horrible, and I hope you guys can help me get it going nicely. For instance, how do I add libraries to a project Is the only way through the VCProjectDefaults folder Also, I am learning DirectX better, and I tried transferring code that compiles in VC++ 6.0 (simple code, in fact, the code from the SDK sample for Microsoft) to the new IDE, and it gave me 16 linking errors, so I spent about an hour trying to find out how to do this, and the only way I saw was from the same method to allow the creation of Windows forms, and co ...Show All

  • SQL Server MDX Calculations Script updates

    I have mdx calculated members defined in my cube calculation script. Is there any tool (other than BI Studio) that would allow a power user (typically a financial controller) to modify formulas for selected calculated members Another option could be to use custom rollup formulas stored in the relational data source and offer a nice front-end for modifying those formulas, but this would require a full process of the cube, where as modifying the calculation script would only require a default process. Any other idea Thanks! I am not aware of anything like this that is available and there are a couple of barriers to actually building something like it. at present you would need to have admin rights t ...Show All

  • SQL Server How to access data in a SQL Command in the OLE DB Destination editor

    Instead of blindly inserting all my data from a previous task into a table using "Table" as the Data Access Mode in the OLEDB Destination editor. I would like to join this output with a reference table and insert only qualifying rows. Question is "how do I access the data from previous task so that I can do a meaningful equijoin" I know I have to use the "SQL Command" data access mode, but what next Thanks. chiraj well, I don't see that property. What I did was I dragged the "Sort" transformation and put it between the lookup & mergeJoin and another between the OLEDB Source & MergeJoin. That did the trick. I still have to see the results. ...Show All

  • .NET Development SqlDataReader throws NullReferenceException

    Is this a bug in the .NET 2.0 framework   Error Message: Object reference not set to an instance of an object. Stack Trace:    at System.Data.SqlClient.SqlDataReader.Bind(TdsParserStateObject stateObj)    at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)    at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)    at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)    a ...Show All

  • Visual FoxPro VFP7 COM+ error while calling from ASP.Net 2.0 on IIS6

    Hi, I have an ASP.Net 2.0 application which interop with VFP7 COM+ (using DCOM). It was running fine on IIS5, WIndows 2000. Recently I migrated the server to Win2003 and IIS6 is running on native mode, and I couldn't get the COM+ running, below is the information and hope someone here could help: 1. If the application pool identify set to 'Network Service', I can't even create the COM+ object in the ASP page even though I have granted the 'Network Service' account with neccessary NTFS folder permission. 2. If I change the identify to let say Local System or Administrator, I have no problem to create the COM+ object in ASP page, and VFP codes in the OLEPUBLIC class Init event has actually being processed as well (for example I put a Create ...Show All

  • .NET Development How can I load a big image file to an Bitmap object?

    I have a TIF image file which's size is 10000*10000,250Mb,so it is very big .When I load it to an Bitmap ,like Bitmap anBitmap=new Bitmap ("**.tif"); it occur an error.But i try the other smaller image .it work well. Please someone tell me how to solve it. the error is "Argument Exception". I don't understand the mening of "using GDI+ directly ". I can load most tif by Bitmap class.Only some tifs which size are biger than 200 MB. But I can load them by using image software like ACD .etc. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Official List of Features and Limitations of the various Pixel Shader versions?

    Does anyone know of an official list of features and limitations for the different Vertex Shader and Pixel Shader versions (1.1, 2.0, 3.0, etc) I couldn't find anything on the Microsoft or nVidia web sites or on the web. I don't even know for sure who governs these standards. Wikipedia has a pretty good article on HLSL that should help. Basically, you get more registers/instruction slots with greater versions, allowing you to do more. So some things like tex#dlod aren't available on earlier shader models. MSDN used to have a pretty good HLSL Shader Reference , but I think it's either been taken down or moved, and I can't find it if it's been moved. Edit: I found this in MSDN2.  Not exactly wh ...Show All

  • Visual Studio 2008 (Pre-release) IIS 7 & WAS

    Hi there I just want to find out if my understanding of IIS 7 & WAS (Windows Activation Service) is correct. Does this mean that it is possible to host a WCF service using a NetTcpBinding binding in IIS 7 Thanx in advance Edwin Loubser Thank you, your help is much appreciated. Do you roughly know when the server versions of Vista will go gold Edwin ...Show All

  • .NET Development Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following

    i am also getting same problem while deployement , it is working properlly on my system but i am getting the problem after deployment. please help me We didn't get to see the full error message. Guessing: ensure that the Microsoft Office PIAs are installed on the target system and that it has the correct version of Office. ...Show All

  • Visual Studio 2008 (Pre-release) WPF "Bugs" or "Features"? + DirectX Interop Thoughts

    Hi all, I'm hoping for a little advice from someone more knowledgeble than myself... I've bolded important bits for lazy readers, I'm not trying to be rude :) Basically, I'm building a logic simulator . I want it to feel modern, with a nice looking UI, but most importantly to provide a fun and intuitive editing experience through the main editing panel. I've been prototyping with WPF for obvious reasons. To help demonstrate, I decided to attach the current (very basic) prototype for anyone who wants to try it out. I'll also link to some screenshots I took which demonstrate the problems I'm having (for those busier readers!) The  prototype currently only connects lines tog ...Show All

  • Visual Studio Team System TF30177: Team Project Creation Failed - Windows Sharepoint Services 2.0 SP2

    I am getting the following error when trying to create a new Team Project. The problem appears to be related to setting up the SharePoint Portal site for the new Team Project. I was able to successfully set up several Team Projects previously. I have searched the message boards and have done the following based on guidence found there: Given NETWORKSERVICE Account permission to access STS_Config_TFS in SQL Server 2005 Run 'stsadm -o upgrade -forceupgrade' Repaired .NET 2.0 Nothing has seemed to work. I have not seen the specific error code (0x81070550) referenced anywhere. Any help would be appreciated. 2007-02-20 12:45:01Z | Module: WssSiteCreator | Thread: 9 | TF30267: Exception: System.Web.Services.Protocols.SoapException: Excepti ...Show All

  • SQL Server intermittent replication issue

    Hello, I currently run a nightly replication from a windows server 2003 machine with sql server 2000 sp3 to a windows 2003 server machine with sql server 2005 sp1. I run a snapshot replication as merge is not supported from 2000 to 2005. 2 out 5 snapshots weekly fail with the following error: 2006-08-09 17:00:06.97 Message Code: 10054 2006-08-09 17:00:06.97 2006-08-09 17:00:06.97 [0%] The replication agent had encountered an exception. 2006-08-09 17:00:06.97 Source: Replication 2006-08-09 17:00:06.97 Exception Type: Microsoft.SqlServer.Replication.ConnectionFailureException 2006-08-09 17:00:06.97 Exception Message: TCP Provider: An existing connection was forcibly closed by the remote host. I have setup the sql server 2005 age ...Show All

  • Microsoft ISV Community Center Forums Require Basic Excel Sorting Macro To Be Made For Me!!! (Pretty Basic, But I Have NFI!)

    I was wondering if someone could make me some code for Excel 2000. I want it to start at C1, check if C2 is the same as it, and if not insert a row between. Then check if C3 is the same as C4 and if not insert another row. So if my data looked like the left list it would turn out like the right list. Apple                                                 Apple                       &nbs ...Show All

  • Visual Studio Express Editions accessing UI from secondary threads

    Hello, I am trying to display images but i need to save data relating to each image and want to be able to show images while the data is saving. trying to do this asynchronously I have employed a stack of threads (or have tried to). I realize that only the primary thread can access the UI and I don't know how to allow each thread to access the UI. I need to pass an image location of the image to be displayed, other than that, the function can be standalone. Ideas Thanks, Cameron Take a look at the Invoke method and the InvokeRequired properties. With them you can determine if you can call methods on an object from the present thread as well as request that the owning thread call a met ...Show All

©2008 Software Development Network