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

Software Development Network >> Ameya Barve's Q&A profile

Ameya Barve

Member List

FritzPoll
Help me please
Thenend
Nada Ali
Wellproc
Kevin Cogger MSFT
Paul MF
Scott Ramuno
humble.apprentice
Guygeboe
Travis Bickle
vessel
brentserbus2
Beleebe
Richard McEnery
Leo13
Boomstik
Zheng Lu
Richard3D
Sam Stokes
Only Title

Ameya Barve's Q&A profile

  • Smart Device Development How can I cleanly access StackTrace from PocketPc

    On my Desktop, I am able to write a class, called Location, that is able to retrieve the location (source file, line number, etc...) from System.Environment.StackTrace Even on the help page for the "Environment.StackTrace Property", URL: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref2/html/P_System_Environment_StackTrace.htm in the section "Platforms", it lists: Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP ...Show All

  • Visual Studio Express Editions Controls Not Working When Published

    Hi Using the Visiual Web Developers Express Edition I have created pages with various controls including some bound to an AcessData Control. When I publish this to my service provider non of the controls are visible (bound or otherwise) exept labels. The service provider supports FrontPage extensions and asp and other asp pages developed with FrontPage 2003 work fine. What am I missing Regards Rob Smith Hi The database definitely contains data - otherwise it would not all work perfectly in a local environment. The path to the database on the server might be wrong but the address is relative A ...Show All

  • Software Development for Windows Vista Beta 1.2 install on VS RTM causes error in VS Code Designer

    I'm having problems loading WWF b1.2 onto VS2005 RTM on WinXP. Getting error: CodeDomDesignerLoaderNoRootSerializer. The version for VS RTM is 8.0.50727.42 I've tried install/deinstall/reinstall several times on 2 separate machines. Any suggestions TIA Hi Paul and DrQwest, You pointed me the right direction. I had the same "package load failure", but did not want to go reinstalling right away. I searched the registry and found this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\AutoLoadPackages\{adfc4e64-0397-11d1-9f4e-00a0c911004f} On my system it contained a DWord with name {FD526733-BD7 ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT on Win2000 ???

    I tried installing the latest DirectX with XACT & discovered that it will not work with W2k. Is there any way to get just XACT on a W2k platform TNX Ken KC7RAD KenLindner wrote: > I tried installing the latest DirectX with XACT & discovered that it will not work with W2k. Is there any way to get just XACT on a W2k platform just install it manually. Howto is explained here: http://www.xoxideforums.com/932917-post6.html ----- this forum is broken, with opera 8.52 there is no edit field for the message, IE5.5 will not login and firefox 1.5 crashes when insertin a link! ...Show All

  • Software Development for Windows Vista OTP: Apple - Windows Vista?

    So I've heard of this Boot Camp software that you can use for Apple computers, which you can then install Windows XP on, but the new Windows Vista is coming soon, and I was wondering if once it does come out, if Apple computers could install WinVista. This forum is for programming questions only. I'd say Apple are the people to ask anyhow, it's their parade, they're the ones chasing a successful platform. ...Show All

  • Visual C++ visual studio 2005 recompiles all

    Hi, I just installed Visual Studio 2005 (on an XP64). Visual Studio 2005 recompiles all files in the project everytime, regardless whether changes were made or not. I browsed through all options, but can't find anything related to this. Minimal rebuild doesn't do it. Is there something I'm missing Thanks. Thank you for the suggestion. However I started trying out things and the problem goes away when I set the "Program Database File Name" back to the default $(IntDir) in the project. So I don't think the problem is caused by Perforce or source file timestamps, but it seems the problem is caused by pdb file generation. ...Show All

  • Visual Studio Team System Collect methods

    Hi, Is this possible to collect information about all method's in all assemblise in BeforeAnalysis method before Check methods will be called. Thank you. IMHO it will be very useful, if you add method for getting derived types into the TypeNode. Thank you for your help. ...Show All

  • SQL Server MSDE & SQL Server 2005 Mobile Server Tools problem

    After installing MSDE(with SP4) and SQL Server 2000 SP4 Replication Components, the SQL Server 2005 Mobile Server Tools installation fails when running the System Configuration Check with a SQL Server requirement Error. "You must first install the Replication Components for SQL Server 2000 SP 3a or higher or the SQL Server 2005 Replication Components" Am I getting this error because I'm using the Desktop Engine version of the SQL Server 2000 We have NOT tested SQL CE/Mobile Merge Replication with MSDE. And, we dont know the problems you may face. Thanks, Laxmi Narsimha Rao ORUGANTI, ...Show All

  • Windows Forms App icon

    Hi,  I'm creating my 1st winform .NET app & have some problems with it (it'd be strange if I hadn't  :)  )   During creating new app under VS there is default app.ico icon file. I've altered it to my needs & informed my app that this icon is to be used (via Properties tab). Properites tab shows my icon properly, but af ...Show All

  • Windows Forms Inherite System.Windows.Forms.TreeView

    I wrote this class public class RTLTreeView : System.Windows.Forms.TreeView { const int WS_EX_LAYOUTRTL = 0x400000; private bool _mirrored= false ; [Description("Change to the right-to-left layout."),DefaultValue( false ), Localizable( true ),Category("Appearance"),Browsable( true )] public bool Mirrored { get { return _mirrored; } set { if (_mirrored != value ) { _mirrored = value ; base .OnRightToLeftChanged(EventArgs.Empty); } } } protected overr ...Show All

  • Visual Basic How Do I make a link?

    I am trying to make a button on form1 to link to form2, and I do not know how to do that, please reply if you know. nogChoco wrote: Hi Dan, A Button1 (on Form1) could have the following code in its Click eventsub, to create a new Form2 and show it to the user: ...Show All

  • SQL Server Error Code 0xC0202009 + connection password

    Hi, I have developed a .dtsx package than runs normally from my computer. When I import it on the server and assign it to a job it always fails. I tried also to run it directly from the server (remote desktop) and also faild. I exported the dtsx file on server and refresh the db connections and after that workd fine from the server. Another work-around was to use windows authentication. Then runs normally from the server. It seems that connection password is lost when importing the report on server. (The import is done in MSDB not in the filesystem) But I can not design all the jobs on the server (work-around A) or use windows ...Show All

  • .NET Development Date format in XML

    How Can I get this format "2005-11-22T17:37:09.49+03:00" in XML file as an element XmlWriter w = new XmlTextWriter(Console.Out); w.WriteStartElement("SAMPLEDATE"); w.WriteString(DateTime.Now.ToUniversalTime().ToString(@"yyyy-MM-dd\Thh:mm:ss.szzz", DateTimeFormatInfo.InvariantInfo)); w.WriteEndElement(); This outputs the ISO 8601 format, including the time zone designator. Cheers Rich. ...Show All

  • Windows Forms inherited controls

    I would like to have, say, textboxes of 2 different sorts: A and B. I think inherited control (inherited textbox) is the ideal concept. The goal is to have event handlers ONLY in the Parent Form (from where inherited forms will be created, containing those A and B textboxes) I know how to create a inherited textbox, its name being tbx1. But now,  ...Show All

  • Visual Studio Team System Team Portal - Remaining Work - The page cannot be displayed

    Whenever the Team Portal is viewed locally within the network - then the home page renders perfectly. Although once it gets viewed from the outside - everything is perfect, BUT the Remaining Work section below. Basically get the 'The page cannot be displayed' error. Is the mapping of the hosts different for reporting service If so - how do I get it to render correctly no matter where the page gets viewed from Thank you. The likely cause of this is that the url for the report server is not the same from the 'outside' as it is from the 'inside'. The reports are generated by the report ...Show All

©2008 Software Development Network