Kunal priyadarshi's Q&A profile
SQL Server What are the difference between SQL Server 2000 and SQL Server 2005 Express Edition
What are the difference between SQL Server 2000 and SQL Server 2005 Express Edition. Or where i can find the list of differences. Can SQL Server 2000 and SQL Server 2005 Express Edition can be used interchangeably for basic database operations Hope to get some response soon. Regards Sanjeev How long is a piece of string The differrences between SS2000 and SS2005 are too long and varied to be ...Show All
SQL Server pls advise me. HELP pls...
on the 1st opening of my web page it uses the membership control of asp.net for logging on. sometimes it takes time to logon and worse is, it will encounter sql server error. that can be resolved by just restarting that specific page and it will be alright, it will logon normally. this only issue happens only on the first opening of the logon page. i have read a certain article and it says there that on the first time you acces ...Show All
Visual Studio debugger - error: cannot obtain value / NullReferenceException
Hello, I have a problem with a portion of code in an OnClickButton event : In the code of this event I make a call to a function wich takes 9 parameters of different types. When this call is commented, there s no problem my application's behaviour is OK. When I call my function in the OnClick Event, there are several problem starting in the beginning of the code : I cannot access to the properties of the form's controls (error: cannot o ...Show All
SQL Server Embedding literals in RDL that will come through in HTML
I am trying to create some reports that when rendered in HTML are supposed to have some interactivity built into them. I understand that there aren't any facilities in RDL itself that would help facilitate this process for me, but is there any way to embed some literal strings that will come through in the HTML The items I'm trying to finesse through are <script> blocks, checkboxes, and <object> tags. When I use the desi ...Show All
Software Development for Windows Vista State Machine Workflow and Petrinets
I am used to representing state machine workflow's as petri nets. In a petri net workflow, ACTIONS on edge cause a transition from one state to the next. A petrinet is a bi-partite graph containing STATES and ACTIONS. For example: Imagine a project plan approval process. Each project plan has a STATE_ID associated with it. During the process of approving a plan, a person in a role takes some ACTION which will cause a transition. STATE=UNAP ...Show All
SQL Server Execute package via a web application failing
I have created a web interface for an ETL. The SSIS packages run via the GUI package utility and the command line; however, they fail miserably via the web application. The web app discovers the package without a problem, as I can view various properties of the package within the web app. However, when I call execute and step through the code a DtsError is returned referencing "System.__ComObject". Any ideas string p ...Show All
Visual Studio Team System Source control compare - on a higher level
Hi all I find the (new) Team Foundation Server and it's features great. Nevertheless there is feature of VSS that I could not manage to find in TFS. In VSS you can compare on a higher level than file, say folders or projects. That is, compare the $MyProject/Server with the corresponding files local (in your associated workspace). Is this possible in TFS I can only find comparison options on file level. I just had a, well.... ...Show All
Microsoft ISV Community Center Forums No Database Type
I want to use VBA to program to get data from an Access database. Do i need to install VBA besides installing Access (VBA and Access are 2 separated sofwares ) or i need to install Access only . Please help. Thanks. Per one of our support engineers: In Access 2003, it is very strong support for development program on the access database (almost like a dev software). For other Access versions, the defa ...Show All
Visual Studio Express Editions What happened to SoundPlayer?
CSE Beta 2 seems to have some interesting new Windows Forms controls added... but one that I used a lot in Beta 1, SoundPlayer, seems to be gone... autocomplete won't find it in the System.Windows.Forms namespace. Anybody have any information about this anyone has any more info on this as i cant seem to figure it out. Also another thing im wondering is if there is an option to have my application automaticly d ...Show All
.NET Development 'Root element is missing' on XMLDataDocument.Load
I'm trying to append a dataset's xml to an existing xml file that was created from the first encounter with the dataset. The application is an online scholarship application form. It needs to collect student data into a single file for downloading at the end of the day. I've been beating my head against this simple problem for several days now and am out of ideas. _ds as DataSet comes from the web form. Here is the extremely simpl ...Show All
Windows Forms Windows Form Resizing !
I've recently switched from my desktop to widescreen laptop and some of the windows forms in my project are misbehaving. I've been trying to eliminate the problem, and the following is the outcome: * All Forms opened in Designer and saved on my laptop (resolution: 1680 * 1050, widescreen), these are the forms affected by not resizing appropriately on lower resolution computers * If i go back to a machine, which has 1280 * 1024 resolutio ...Show All
Visual Basic Update database with Null from databound textbox
Hello, I think the answer to this is simple, but I just cannot seem to figure it out. I have some databound textboxes on a form connecting to the Northwind mdf database. One of the textboxes is bound to a field with an "int" datatype and Allow Nulls is set checked. When I run the app, I want to delete the value in this textbox and have the database updated with null. But, when I just delete the data in the textbo ...Show All
Visual Studio Team System Workspaces - could not be found in your workspace
How do you fix source control bindings weh a workspace has been deleted and you try to recreate it I've recreated the workspace and I'm getting the following error when trying to checkOut; [whatever file] could not be found in your workspace. Any ideas This must be repairable! Thanks Dsvid I was receiving the item XXX could not be found in your workspace error on a tf rename command. ...Show All
SQL Server "Keyword not supported: 'provider'." error with Report Builder
Hi, I'm trying to process reports with Report Builder against a SQL Server Database. When the .Net Provider is used in the model, everything works fine. But if I try to use another provider (the .Net Provider for OLEDB or the native OLEDB one) to connect to the data source, i've got the following error when trying to process the report in Report Builder: Keyword not supported: 'provider'. Is this a normal behaviour of the Report Buil ...Show All
Smart Device Development Debug PB compiled with EVC
Hi, mr. All! Can anybody tell me if it is possible to compile a binary with a Windows CE 5.0 Platform builder's compiler, but debug this binary with EVC Which switches should I set to make it possible Thank you. Unhappily that isn't supported. CE5.0 uses a newer set of compilers and linker that generates debug information in a format that isn't supported by eVC. Note, PB5.0 Can debug eVC generated debug information. VS2005 ...Show All
