Kapadia Shalin's Q&A profile
.NET Development Commerce Server 2002 Projects
Has anyone done any Commerce Server 2002 projects using VS 2005 team system Thanks. Hi, You will need Commerce Server 2006 in order to use .NET Framework v2.0/VS2005 http://www.microsoft.com/commerceserver/2006preview/default.mspx Regards, Vikram ...Show All
SQL Server Error In Merge Replication while server syncs
At first we received error like "The merge process could not retrieve identity range resource for table..." then after solving this error we again started syncing of servers manually then we got some other error like "the process could not enumerate changes to the subscriber". We tried our best to solve this problem but some error appears each time like "The process could not deliver the snapshot to the Su ...Show All
Visual Basic HelpCursor on Menu
Hi all, I need to enable context sensitive help in my application. For this when user clicks on a menu item( "Whatis this"), i would change the cursor to a help cursor. I used system.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Help As this code did not help in changing the cursor, i modified the code to Me.Cursor = System.Windows.Forms.Cursors.Help This code indeed worked. But when i move the cursor over a ite ...Show All
Windows Forms Calendar, date-based object and databinding in datagrid
Hello all ! I am about to develop an application which purpose is to edit information of one or a couple of days... Here is the approximative final look it should have : Month --------Janvier----------- ... Days --Mon--Tue--We--Thu -- ... Day -- ...Show All
Windows Forms How to access methods of MDI Child from by MDI Parent Toolbar?
Hi How can I access the methods (Add, Save,Delete, Record navigation methods such first, previous, next & last) of a MDI child from when clicking on a toolbar positioned in the MDI parent form So on the MDI parent I have this toolbar. When clicking on a button on this toolbar it must call a method from the current MDI child form. I am running there are several types of MDI child forms with keeping recordsets, but each contains (th ...Show All
SQL Server i need to export a report with sub reports to excel
I need to export a report with sub reports to excel that they include all the information of both i try that but the exported report not include all information and generate and some times present an error in the sub report space yo necesito exportar un reporte con sub reportes a excel que incluyan toda la informacion de ambos yo he intentado esto pero cuando exporto el reporte no incluye toda la informacion y algunas veces repo ...Show All
Visual Studio VS 2005 Beta 2 - Installing Team Foundation Server
Hi, I am trying to install VS 2005 Beta 2, Team Foundation Server with no luck. I installed SQL 2005 Beta that came with VS 2005 Beta, and Sharepoint 2003. On startup, when SQL 2005 server/analysis/report are running, Team Foundation Server installation conplains - SQL 2005 Analysis engine is not started / installed - SQL 2005 Report engine is not started / installed - Sharepoint version is incompatible How can I diagnose the pro ...Show All
.NET Development Unable to cast object of type 'System.Security.Principal.GenericIdentity' to type 'System.Web.Security.FormsIdentity'.
I am getting the following error in the browser. The files are uploaded in the 2003 server and this was working fine on Y'day. I did n't made any changes in this page. I am a beginner in asp.net so anybody please help me to solve this issue in my project. Server Error in '/' Application. This appears to be an ASP.NET issue. Please repost this to the forums at www.asp.net ...Show All
Visual Studio Express Editions Equivalent of ADODC.recordset.field("<name>") in Visual studio 2005
Hi all I am a newbie.. so please be patient with me i have been using vb6 all along very recenty i am working myself on Visual Studio 2005 once i establised the conection to my MSAccess database (Trial.mdb) and refrence to the table (birthday_table) i am able to conect my textboxes to thetable and retrive recods in the table I ma using bindingnavigatpr to move throght the records and the text boxes are getting refreshed accordngly in VB6 i usua ...Show All
Visual C# DirectX and Visual C# Express???
Hi, I'm trying to play around with DirectX and C#. I downloaded the C# Express edition, and the latest DirectX SDK. After installing the DirectX SDK, I tried to add a reference to my project for Microsoft.DirectX, but I couldn't find anything DirectX under the .NET tab. Then I went through the browse tab looking within the directory structure for the DirectX SDK, and couldn't find anything C# would reference to. I then browsed to ...Show All
Visual J# J# limits
Hi, I just saw this from Andrew Binstock article (http://www.devx.com/SummitDays/Article/6918) ---------------------------------------------------------------------------------------------- the J# does not support applets, the Java Native Interface (JNI), Raw Native Interface (RNI), or remote method invocation (RMI). J# is intended strictly for stand-alone client-side software ------------------------------------------------------------------- ...Show All
Windows Forms creating expressions dynamically?
Is there an equivalent function in VB to eval() in javascript I vaugley rememebr being able to use eval() to build expressions on the fly. example: for i = 0 to arSeg.length -1 for j = 1 to 4 if instr(arSeg(i),j)& ...Show All
Visual C# WORKING ON APP.CONFIG ...
Hi, I want to get a named setting created in app.config in my class library. It is working fine as an assembly. But, when this assembly method is invoked by some application, I am getting : Object reference not set to an object for the app setting I am referencing. I tried copying app.config in the directory of the application that is invoking my assembly. But still getting the same error. Any help is highly appreciated. Thanks, ...Show All
SQL Server Add database in VWD - can't find SQLExpress
ERROR: Connection to SQLServer files (*.mdf) require SQLServer Express 2005 to function properly . ASP.NET Config manager is able to create aspnetdb and set up MemberShip correctly. SQLExpress service account has access to teh folder (as witnessed by ASP.NET manger success). What else can cause the IDE to fail to create and attach the file Also the accoutn I am running VWD under can access and create/attach db files with no prob ...Show All
Software Development for Windows Vista WinWF Beta 2.2 SqlDatabaseActivity with invalid ConnectionString can crash VS2005
Beware of the following: I am running VS2005 RTM with WinWF Beta 2.2. I am developing a state machine workflow to support insurance inspection scheduling, and I just found a very fast way to shut down VS2005 :-) I have a SqlDatabaseActivity in the workflow, and I made an error in setting the ConnectionString to connect to a SQLExpress database. I had accidentally left some unmatched " characters in it. I then clicked on the drop ...Show All
