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

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

AlpanaDhole

Member List

thelonesoldier
S10n
nop
Mark G. Goles
Sukh1983
Conceptor
bagjuice
search and deploy
Sharma
swells
Bob Bedell
storm2517
RobertMC
Eddie Garcia
lingga
parreg
Umesh.Gandhi
boston_sql92
Shippa
codetale
Only Title

AlpanaDhole's Q&A profile

  • Visual Studio Unhandled exception trying to view windows form

    In a C# Windows application in VS 2005, I'm simply double-clicking a form in Solution Explorer to view it, however, it always prompts me to check the form out. If I don't check the form out, I receive an error dialog: The control System.Windows.Forms.Form has thrown an unhandled exception in the designer and has been disabled. Exception: The checkout was canceled by the user. Stack trace: at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) Clicking "OK" on the error dialog brings up my form (or the border of it anyway) and then continues with a trace of the errors inside the form instead of showin ...Show All

  • SQL Server Cannot open offline cube

    Hi, I created an offline cube file (.cub) using SSAS 2005 sp1. I tried to open the cube file by following these steps: 1. Open excel 2003. On the toolbar, click on Data and select PivotTable and PivotChart report . 2. Select External data source as the data you want to analyze then click on next. 3. Click on the Get Data button on the next step. 4. Choose the OLAP Cubes tab on the pop-up window, select <New Data Source> and Click OK. 5. Type "Sales" as the name of the data source. 6.Choose Microsoft OLE DB Provider for Analysis Services 9.0 as the OLAP provider. Click on Connect button 7. Select the cube file option and browse for the location of the cube file. Click Finish. 8. On the fourth step ...Show All

  • Windows Forms HeaderCell text in datagridview

    I have seen various examples of how to set the text in the row headercell, however none of them actually work. Here is one example that I tried with no results. This is the event handler for RowsAdded private: System::Void dataGridView1_RowsAdded(System::Object^ sender, System::Windows::Forms::DataGridViewRowsAddedEventArgs^ e) { this->dataGridView1->Rows[e->RowIndex]->HeaderCell->Value = e->RowIndex.ToString(); } That compiles just fine, but doesn't set any text. The interesting thing is, hovering over the headercell displays a tooltip with the CORRECT value, however it's not displaying. Ok I am retarted, I had my header cell to narrow and it wasn't showing up. Here is my nex ...Show All

  • .NET Development MDAC Error

    Hi I got windows xp with SP2 When i try to run an applicaton that uses .Net framework I get this error ============================================================= System.InvalidOperationException: The .Net Data OLE DB Provider(System.Data.OleDb) requires Microsoft Data Access Components(MDAC). Please install Microsoft Data Access Components(MDAC) version 2.6 or later. ---> System.Runtime.InteropServices.COMException (0x80040154): Class not registered at System.Data.Common.UnsafeNativeMethods.CoCreateInstance(Guid rclsid, IntPtr pUnkOuter, Int32 dwClsContext, Guid riid) at System.Data.OleDb.OleDbConnection.CreateInstanceDataLinks() at System.Data.OleDb.OleDbConnection.CreateInstanceMDAC() --- End of inner ex ...Show All

  • Software Development for Windows Vista gdi image blur effect

    I downloaded the new Feb CTP Windows SDK and the compiler complains about missing GdiPlusEffects.h. This file is included conditionaly when GDI+ version at least 1.1 is detected. Where can this file be found The workaround is to edit GdiPlus.h and change the GDIPVER from 0x0110 to 0x0100: // Define the Current GDIPlus Version #ifndef GDIPVER #define GDIPVER 0x0100 #endif What is the status of GdiPlus 1.1 in regards to redistribution Can I redistribute it with my application Thanks, -- Gleb http://www.proggle.com/ ...Show All

  • Visual Studio Express Editions ZIP Archive

    Hi All, I've been playing with the .Net Framework again and I was wondering if there is anyway that I could crate an Archive type file. What I was thinking of what using a DateControl object for the Start and End Date and then trying to archive all the test text files I have created (I have created these files on different dates to test this out), I was original aiming for a ZIP file but I cant seem to find any thing in the framework for this! I'm I just blind or do I have to create something myself. Or is there actualy an Archive or backup function that will do what I'm looking to do As always, referances would be best, but I'll take what ever comes. Thanks in advance. Scott there is a GZipStream in .NET 2. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Camera translation in a 2D environment

    I'm trying to build a platformer, but I can't figure out how to do camera translation in the 2D space. I'm using sprites for the environment and characters... How would I achieve camera movement in this situation I've tried messing around with the BasicEffect class (since I read on the forum that that's where you should move the camera), but to no avail. Thanks in advance. I've just written a camera class that now gives me the flexibilty to pass an object to it and the camera will follow it. I did it to test out my sprite class, if you would like to have a look at the project, I could send it to you, or I can stick it on my website and post a link if other would like a laugh All I do now is do a ...Show All

  • Visual Studio 2008 (Pre-release) Mapping to the "varchar" field?

    What is the correct mapping to the database table with "varchar" field type The vNext wizard mapped it like this: <Property Name="GUID" Type="varchar" Nullable="false" MaxLength="60" /> Everything compiles fine, but at runtime it raises error, complaining that varchar and nvarchar are not compatible. If I modify mapping manually to look like this <Property Name="GUID" Type="nvarchar" Nullable="false" MaxLength="60" /> everything compiles and works OK, but then I do not understand where is the magic of converting unicode to non-unicode chars happens and what is the downside of this fix Alex Atul Adya - ...Show All

  • SQL Server 2006-09-13 15:24:18.07 Logon Error: 18456, Severity: 14, State: 16.

    well this is a strange one. i have a sql 2005 server express running on a pc. it has an xp embedded database on it. i can connect to it from one pc using component database manager. however, if i try this from another pc it fails with the following code 2006-09-13 15:24:18.07 Logon Error: 18456, Severity: 14, State: 16. 2006-09-13 15:24:18.07 Logon Login failed for user 'HOSTNAME\Guest'. [CLIENT: XX.XX.XX.XX] . i have simple file sharing turned of on the remote pc that fails to connect. what is my problem. This has been done on both db client pcs the one that failed and the one that succeded. explorer->tools->folder options->view->Use simple file sharing checkbox. i unchecked ...Show All

  • SQL Server Excel Import to sqlserver database

    Hi all, this is thiru from India, hope i shall get answers here for my questions. 1. I need to import an Excel spread sheet to a remote sql server database through ASP.Net web application. I brief the process im following now please go through it. Import Process: a. select a fiile(.xls) and upload it to server. b. using M/S Odbc Excel driver, and the uploaded excel file as datasource, c. query the excel sheet to populate a dataset. d. iterate through the rows of the dataset(I could not bulk copy the excel data, because have to check the database, if record exists then update, else insert) to import to the SQL Database Performance issues: 1. I have to import spreadsheets having upto 60,000 records or even more at a ti ...Show All

  • Visual Studio Team System ORM diagram

    Hello, Where can I download the Visio 2002 Enterprise Architect Version I am looking to do ORM using fact editor not ORM drawings from a stencil. I do not see this functionality in Visio 2007 . However the old VisioModeler had it. Thanks, Aswin. Hi Aswin, ORM source model (which contains the Fact editor you are interested) only comes with Visual Studio Team Arch SKU. You should be able to install it from your CD or via the MSDN download (provided if you have the subscription). HTH Patrick Developer, Visual Studio Team System. ...Show All

  • Visual Studio Team System GUI & command line show different merge candidates

    Hi, When I perform a merge operation between two branches, the wizard list a large number of changesets as candidates. When I run "tf merge source target", I get "There are no changes to merge". I get the same message when I try to /discard one of the changesets appearing in the wizard. Is that a known bug How do I discard all merge candidates Thanks, Shay Correct the reason why you are getting no changes to merge is because you have not specified that you want to merge all the changes that happened underneath source and target. The correct syntax would have been tf merge source target /r /candidates The UI passes the recursive flag automatically for you. ...Show All

  • Windows Forms Build Clickonce deliverables once and Deployed universally - Help please

    Thank you in advance. We are trying to deploy with ClickOnce approach. We use msbuild.exe to generate the Deliverables, so basically user can have two entry points: the .application file And the setup.exe. Here the HTML file. Ref 1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html xmlns =" http://www.w3.org/1999/xhtml " > <head> <title>Start</title> <script language="javascript"> function getStartFile() { if ((navigator.userAgent.indexOf("NET CLR 2")>-1)) { document.write('<a href=./Publish/Start.OperationDialogs.application>Start</a>'); } else { docu ...Show All

  • Visual Studio What the heck is up with 2005 SP1 Update for Windows Vista?

    Vista update just downloaded and installed 2005 SP1. now it tells me i have to have 2005 SP1 Update for Windows Vista. i have to install a beta patch to get my production machine running @#@#!!! ...Show All

  • SQL Server How to pass table name as parameter to reporting service 2005

    Hello to everyone, Right now i am working on a reporting project. I am using SQL server 2005 Reporting services for this project. In my project I want to pass table name as a parameter to report. I tried but i cant get result. In other words, i want to generate a dynamic query in which i want to pass table name as parameter. This table name and other parameters are passed to report from .aspx page. I use @financialyear as my table name parameter in sql query of report, but it give me error that " @financialyear variable must be declared ." If anybody know answer pls reply me fast my deadline for project is near... Thx, for ur reply. When i will use expression in query, it will not ...Show All

©2008 Software Development Network