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

Software Development Network >> Arnab Saha's Q&A profile

Arnab Saha

Member List

Ashok Ojha
miki lior
GregE
Keith Thomson
Mircea Cimpoi
Brian_n
Christiawan
Jimqjp
Prambo
Seraj
rtb77
Buck Hodges
Pacharrin
FedericoAX
webdev1
gamehack
Stevezilla2000
Harold Jimenez
Dmitri Sologoub
kbailey
Only Title

Arnab Saha's Q&A profile

  • Visual C++ "list iterator not decrementable", error.

    I am trying to use some code written in C++, by a third party and I am having problems with the run time error: list iterator not decrementable I am using VS 2005. I have limited C++ experience by the way. This happens when an STL list, in decrementing backwards, pass the beginning of the list. I am told that the list is ‘Circular’, so this should not matter because it will hit the end of the list. This code h ...Show All

  • Windows Forms How to skip User Interface dailog box depends upon some condition?

    Hello Friends, I am creating .NET project installable using MS setup project. In this project I am using one user interface dialog box (Text Box 1). This dialog box will ask “SQL Server Name” and other details for creating one application configuration file. What I require, if this configuration file already created then this user interface (Text Box 1) should not be display. Can we call such user interface dialog bo ...Show All

  • Visual C# Anyone have a NUnitASP replacement for VS2005?

    Hello All, I have not seen any action for the NUnitASP project since last fall so I am looking for a replacement to use with VS2005 other than VS2005 Test Suite - can't afford :( Any ideas would be greatly appreciated :) Bob Hanson Hi! The best place for asking ASP.NET questions is on the ASP.NET community site, and in the forums there. Check out http://www.asp.net/welcome.aspx tabindex=1&tabid=39 . HTH, PEte ...Show All

  • Visual C++ Form Closes without this->close() being called

    I have a form and when I click a button, the form closes even though I never call the close() function. The code is below: if(group) { tree->Nodes->Add(textBox1->Text); } else { tree->Nodes[gIndex]->Nodes->Add(textBox1->Text); } textBox1->Clear(); textBox1->Focus(); that is all my button_click even does yet my form closes after the execution...why ...Show All

  • Windows Forms help with dynamically created controls!!

    i've been having lots of problems with setting events on a dynamically created button... i'd really appreciate if any of you could take a look at this thread and post your suggestions here. http://www.webwizguide.info/wwf_forum/forum_posts.asp TID=10590&PN=1 Thanks in advance! ...Show All

  • Visual Studio 2008 (Pre-release) Defining GridViewColumn's CellTemplate inline

    Is there anyway to define a DataTemplate for a GridView column inline instead of adding it to the parent control's Resources and referencing it So far the only way to get this to work is to do this: <GridViewColumn Header="Amount">   <GridViewColumn.CellTemplate>     <HierarchicalDataTemplate>       <TextBlock TextAlignment="Right" Text="{Binding Path=Amount, Converter={StaticR ...Show All

  • Visual Studio Team System Who is the Customer Target Group?

    Are there any whitepapers on what kind of marked the Team Fundation Server is aimed at The way I see it right now it is  - not scaling well enough for enteprise usage.  - To expencive for small teams that need something right out of the box.  - Has to few features for any established build environment that wants to improve on their exsisting build situation. Hi, Thanks for your detailed response - ...Show All

  • SQL Server Cube Browser not filtering the data for the user having only read definition permission

    Hi, I am started working with SAS2005 recently. Using Adventure works sample database. When I login to the Management Studio as administrator and browse the cube, the browser filters all the null value columns and rows. Steps: 1. Add Product.Product Categories to filter area and select only Bikes 2. Add Date.Calendar.Date Calendar year to filter area and select year 2005 3. Add Product.Product to Row area 4. Add Measures.Int ...Show All

  • Visual Studio Source code control

    Dear All, I am using the VS.NET 2005 professional. I have a few developers working on the same project. I would have to have the source safe control the same as it was in VB6. What else would I need to have the source safe server installed and also the projects source code can be shared and developed by multiple developers Regards, LG Well, you've summed it all up. You'll need a source co ...Show All

  • .NET Development Filling DataSet?

    Hello, I need to read a XML file, I've generated a typed DataSet with xsd.exe, but I don't know how to fill the DataSet: DataSet1 ds = new DataSet1(); ds.ReadXml("file.xml");   but the dataset seems to be empty, what am I doing wrong Also, I can't find a way to append a TableAdapter to the scheme from the designer I'm using Beta 2 obviously. How stupid can I get New XMLs weren't pointing to th ...Show All

  • SQL Server Calculated Members slow to display in Excel PivotTable

    Hi, I have created an Analysis Services 2005 cube, and am viewing it using an Excel PivotTable. When using Excel 2003, normal members display instantly, but when I place a calculated member in the PivotTable's data area it sits for several minutes before displaying. The calculated member (Gross Margin Percentage) was created with the expression: [Measures].[Gross Margin]/[Measures].[Net Sale] Net Sale is a data field from the Data Sourc ...Show All

  • Visual Studio Team System how to install microsoft.visualstudio.qualitytools.unittestframework.dll

    Hi Guys, Here i am sharing with you a perculiar problem. Actually With Whibhey Beta 2 there is an integrated testing framework. Here in our system we have installed Whibhey Beta 2 but this integrated testing framework is not seen. I have searched thru all directories in the .net framework to located  (Microsoft.VisualStudio.QualityTools.UnitTestFrameWork.dll) but in vain. Can any one tell me how to load this Framework. Thanking you, sriniva ...Show All

  • Visual C# creating setup files using VC# 2005

    Hi, This may not be the right place to ask this but I need to know how to compile, build a project and create the setup files using VC#2005 express exition Any ideas is greatly appreciated. Thanks, Mo I haven't really looked into doing this from within the C# IDE itself, but here's what I do. I use an external setup builder program (there are several on the market) to build installers. In theC# project folder, ...Show All

  • Windows Forms Forms and Parent property

    Something has changed between how VS2003 and beta 2 and I need help in indentifying that. I have one form that I call a parent form.  This form in not a MDI form.  Within the parent form code I create a new form and make it a child of my parent form.  The code is below. Form frm = new frmChildTest(); frm.TopLevel = false; frm.Parent = this; frm.Show(); It works, the new form, my child form, is contained within my parent form. ...Show All

  • SQL Server VS.NET 2005 and CLR stored procedure permission sets.

    VS.NET 2005 automatically deploys a CLR stored procedure when you start a project with debugging. However, if the CLR stored procedure attempts to access external resources you will get a message stating: System . Security . SecurityException : Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed . I've isolated this to ...Show All

©2008 Software Development Network

powered by phorum