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

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

Amit_Kulkarni

Member List

Mordy
sambar
Amadeus156553
Poek
Ryan F
arstacey
kanagaraj_pk
AlanRR
Gangadhart
Morel Chang
Echo Wang
Baolong Chai
GreyWolf
∞
Thomas L
Data Base
Nightw0lf
Paszt
pm6262
Tom Sanfilippo
Only Title

Amit_Kulkarni's Q&A profile

  • Smart Device Development Deploying VS2003 app(converted to Vs2005) in CE5.0 Device

    My application was developed in vs2003 C# CF1.0 and Sql Server Ce with SQL Server 2000 for synchronization for PPC2003 devices. I am trying to convert that project to VS2005 sothat I can deploy it on Windows Ce5.0 device. The conversion wizard didn't successfully convert the project, it kept throwing the error Compact Framework 1.0 is not installed on the computer even though I had it and I can compile the project in Vs2003.     So I installed VS2005 on other computer and successfully converted the project. But still it didn't give me the option to connect to Ce5.0 device. So I created new Vs2005 project for Ce5.0 devices a ...Show All

  • Windows Forms Visual Studio 2005 Beta 2 Designer futures

    Hi, Microsoft is talking about view, edit properties" mode for controls in windows forms. They are saying the following: I'll select View Edit Properties mode.  It's going to bring up a little tray at the bottom of my designer, and as we can see, I've got the names of all these controls directly accessible to me, and easy to edit right on that form. I can not find this future in Beta 2. Is there anybody who knows where to find it Thanks Leon, I'm having the same problem (finding this new feature). I read about it in the following article: http://msdn.microsoft.com/msdnmag/issues/04/05/NETFramewo ...Show All

  • SQL Server MSDE & SSMSE -CTP connection problem

    hi friends, I'll be thankful if anyone solve this problem. When i developed my application i used sql 2000 as a server side DB. Now my client want to install MSDE instead of SQL 2000. so i uninstall SQL2000 and installed MSDE . AS we all know, MSDE doesn't have GUI. So i installed Microsoft SQL Server Management Studio Express - Community Technology Preview (CTP) (includeing xmlparser,windows installer,.net 2.0). now i could able to view tables and everything. but i couldn't make the connection. Getting error like "SQL server not found. CMPNAME\MSDERELA" I used same kind of connection string for SQL 2000. Worked well ...Show All

  • Visual Studio Express Editions thanks a lot for your valuable help

    I have problem with saving data back to the sql database. i have downloaded the sample project from the video tutorials section (prepared by learnvisualstudio.net). saving some how is not working this thread has a similar question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=294759&SiteID=1 but the answer given by 'SHAKALAMA' was to check out the faq page. i could not find any thing related to data saving in that page. there is a link to a faq page but that is related to faqs about this forum   help please! I believe shakalama refers to the answer to the ques ...Show All

  • SQL Server How to open a SSIS solution with broken Data Sources in less than 20 minutes?

    How can I open an SSIS solution with broken Data Sources in less than 20 minutes Is there a way to open a package with broken Data Source links without validating the entire package first If I open the solution and double click on the first DTS package, the SSIS environment 1) brings up box describing all the data source connection strings that don't match the data source connection strings in the solution, 2) the cursor stays as the pointer when it should have switched to an hourglass, 3) the "OK" button is not clickable ( when you click on it you get the messagebox stating the application is busy and would you like to switch to another a ...Show All

  • Visual C# Why is the C# team allowing this to Happen? and Why do they close threads on the topic?

    Since PJ. van de Sande Closed the last thread I opened : Why is the C# team allowing this to happen I guess because he didn't click the link or he didn't like the topic.  I brought the link information here.....  So I ask again... Why is the C# team allowing this to happen   If he closes it again, please respond here From the Blog link: From Tom Archers blog Why so many examples in Visual Basic We find another thing for us to ignore from MS when trying to do what they do, and not what they say to do. This blog from Feb I wrote touches on the VB.NET & C# mess discussed in the threads ...Show All

  • Visual Studio Duplicating a Project within SourceSafe

    Hello- I am new to Visual Source Safe and I have inherited a solution from a previous developer. I would like to create a duplicate or a version 2.0 copy of the solution before I start to modify it - keeping his version unchanged indefinately. Can anyone give me some pointers Thanks. -Dan Hi Danny, You have a couple of options : 1. Get the latest version of all the files, create a new project in the vss trea and add the updated files to it. 2. Drag the original folder in the VSS while pressing the right mouse button, and drop it on top of the folder in the VSS where you want to create the co ...Show All

  • Software Development for Windows Vista How to Create property of type Custom data collection

    Please help me in resolving this issue. // Code sample. public static DependencyProperty TestProperty = System.Workflow.ComponentModel. DependencyProperty .Register( "Test" , typeof ( StreamActivity []), typeof ( MailActivity )); [ Description ( "This is the description which appears in the Property Browser" )] [ Category ( "This is the category which will be displayed in the Property Browser" )] [ Browsable ( true )] [ DesignerSerializationVisibility ( DesignerSerializationVisibility .Visible)] public StreamActivity [] Test { get { return ( StreamActivity [])( bas ...Show All

  • SQL Server Running a package in C#

    Hello all. I am trying to run a package in C# and have come accross the help file of how to do it in Visual Basic ('Running an Existing Package using Visual Basic'). However, I cannot find a reference to anything relating to DTS in my reference dialog. In the help file it says to add a reference to Micorsoft.SQLServer.ManagedDTS.DLL, however, I cannot find this reference anywhere. Am I missing something Thanks, Mike   Tazzmann wrote: ...is there a way to install just the Business Intelligence without installing SQL Server ... Yes and I have it that way. While installing you have to select only the option to instal ...Show All

  • Visual C# Making It Fullscreen

    I'm writing an application which runs automatically when Windows starts and I want make it fullscreen but without taskbar and Start button. I also want disable red button (x) for shutting form in upper right corner of the screen. Could somebody post source code in C# for this tasks. I'll be greatfull, because I'm not very experienced in C#. sure ... here`s your code.. for maximizing window private void Form1_Load(object sender, EventArgs e) { this.WindowState=FormWindowState.Maximized } and for the x button.. i dont really know how to do that.. but you can cancel the x button operation.. on the form1_clo ...Show All

  • Visual Studio Express Editions VB E E 2005 and MySQL

    Can i use VB express edition to manipulate data in a remote mysql dataabase   JGWingfield wrote: Mattyo - Please post if this works.  The Express Editions (except for VWD) are only supposed to support local data connections.  That is definitely the case with SQL Server but I haven't tried with any other DB.  Curious to know what happens.  Thanks. Hi, Yes, this is quite accurate. But limitations is only imposed on the Developement Environment. There's no limitatoin if your accessing through code...   cheers, Paul June A. Domag ...Show All

  • SQL Server Maintenance Plan Logging

    As part of the logging facility in my backup maintenance plans, I have set the logging options to generate a text file report and mail it to an agent operator which I have set up. The job which runs this successfully send a completion email to the same operator when the job is finished, however the text file report fails with the following message: Could not generate mail report.An exception occurred while executing a Transact-SQL statement or batch.No global profile is configured. Specify a profile name in the @profile_name parameter. I have checked the database mail and the profiles / accounts I have set up seem to work correctly. Af ...Show All

  • Visual Studio Team System Delete Custom Work Item Type

    Hi I have added my own Work Item Type (WIT) "BuildBugs" using the WITImport.exe file. Now I want to delete my WIT from the "Team" - "Add Work Item" menu. How can I do this Thanks It is not possible in v1. This question came up recently and Bill Essary gave the following guidance for mitigating the problem: Here are a few things that you can do: 1) Change the name of the type to something like “(Deprecated) Bug” so that users know not to use it 2) Add an attribute to the WIT that stops users from creating a new Work Item of that type. If your initial workflow state is “ ...Show All

  • Visual Studio Team System Throw exceptions by new WorkItemStore(server)

    The following exception is thrown. VSTS API seems to have issues supporting multi-app domain processes like WORD. Please advice how to bypass this issue. Thanks,Yuhang. Cannot pass a GCHandle across AppDomains. Parameter name: handle ************** Exception Text ************** System.ArgumentException: Cannot pass a GCHandle across AppDomains. Parameter name: handle at System.Runtime.InteropServices.GCHandle.InternalCheckDomain(IntPtr handle) at System.Runtime.InteropServices.GCHandle.FromIntPtr(IntPtr value) at CProdStudioObjectRoot.{dtor}(CProdStudioObjectRoot* ) at ___CxxCallUnwindDtor(IntPtr pDtor, Void* pThis) at C ...Show All

  • Visual Studio Express Editions SQL Update

    I have been going through the free videos (very good) but have a problem regarding lesson09. The database does not update after closing down the program. I have tried a few times now and even run the downloaded copy but to no avail. Has anyone else come across this problem and been able to overcome it BindingSource1.EndEdit() Dim rowsAffected As Integer = 0 rowsAffected = CustomerTableAdapter1.Update(MyCompanyDataSet1.Customer) MessageBox.Show(rowsAffected.ToString())   Thanks I've try it and I get result is : Don't select "Copy to Output" option , Just select "Copy if newer",The probelm.will b ...Show All

©2008 Software Development Network