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

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

Amorano

Member List

bbp
amitbadgi
Zdog
citykid2
Worf
motters
Matthew Haigh
Naras
sakotze
Jared Parsons MSFT
oguime
Meher123
TrackerX
Marga
txnet
mbarbiero
RUSSO
FJINFANTE
Luciano Bargmann
laslous
Only Title

Amorano's Q&A profile

  • Smart Device Development Smartphone emulator and Windows Media Player 10 - adding songs to the library

    Hi. I am currently developing a media player for smartphone, in C#, using Visual Studio 2005, Windows Media Player 10 SDK, and Windows Mobile 5 Smartphone SDK. For trying my application I use Smartphone emulator for Windows Mobile 5. I have the following problem. I emulate a storage card using folder sharing. But when I use "update library" in Windows Media Player 10, it doesn't collect the music files in the shared folder. During the update process, it repports "n files found", but none is added to the library, and the library remains empty. Otherwise if the files weren't in the Shared Folder (or any subfolde ...Show All

  • Visual Studio 2008 (Pre-release) Location of Perforator tool?

    I can 't seem to find the Perforator tool in the WinFX September CTP.  It is not "under the Tools submenu of the main SDK Start menu item" as mentioned in the WinFX SDK Documentation .  Is it available for download somewhere Thanks,  Dan ...Show All

  • Visual C# find item at index using list <T>

    how would i find the item in a list<int> if i know the index of the item i am looking for. I tried list<int>.items[4] but that won't compile even though the item property exists in documentation. Try this List<int> l=new List<int>(); l.Add(1); l.Add(2); l.Add(3); l.Add(4); l.Add(5); MessageBox.Show(l[2].ToString()); ...Show All

  • Windows Forms Console.WriteLine

    I forgot how to sent the output to a text file when calling Console.WriteLine. Please advise. Thanks. You can redirect your standard output like so: C:\>MyConsoleApp.Exe >myLog.txt this will redirect any console write or writeline calls to a text file called myLog.txt. You can also use this technique with any other type of console application, not just&nb ...Show All

  • Visual Studio Team System How to get it

    Hi all I would like to know how to get Team Foundation System RC version and also How to get Team Foundation System RTM version Thanks in advance. Team Foundation Server Release Candidate is available to MSDN Subscribers through MSDN Subscriber Downloads. Team Foundation Server RTM won't be available until next month. ...Show All

  • SQL Server Linked Dimensions

    I'm going for "Analysis Services Error Message of the Week": "The 'root' element at line , column (namespace 'urn:schemas-microsoft-com:xml-analysis:empty') cannot appear under Envelope/Body/ExecuteResponse/return because the parent already contains a child element, ''. As you can clearly see, what I was trying to do was to add a linked Time dimension into a very simple A/S 2005 cube. This is the error I get when I process the cube. Interestingly, if the solution needs deploying to the sever first, although the deployment step tells me it has worked (and therefore moves on to cube processing), I get a "Deploymen ...Show All

  • .NET Development Sending data using Socket class - problem with blocking thread

    Hi, everyone I have problem with Send method from Socket class - it block thread when I try send data and my GRPS modem has unpluged antenna. Details: I would like protect my application from some communications problems (on GPRS layer) like week signal which cause very long timeouts. One of the testing method is disconnecting antenna from GPRS modem. I disconnect antenna after initialization my connection. After I try use Send method program stops because it is blokckin call. Send method don't return me any exception. I find two hipotetical solutions: - use second thread and after for example 45seconds abort it (Abort method) - ...Show All

  • Visual C# dropdown and textbox

      hi,     i have this code. it populates the dropdown from database. whenever the user selects from the dropdown it will display the equivalent value of the text chosen. i don't know what's missing with my code it does not display the value on my textbox. private void Page_Load( object sender, System.EventArgs e) { if (!Page.IsPostBack) { //string MyConString2  //MyConnection MyConnection.Open(); string prj = "SELECT Flag, Code, Name FROM ProjectTable WHERE Flag='C' ORDER BY Name "; OdbcDataAdapter DA_County = new OdbcDataAdapter(prj, MyConnection); DataSet DS_County = new DataSet(); DA_County.Fill( ...Show All

  • Smart Device Development How to achieve Delegate.CreateDelegate() in .NET CF

    I have asynchronous callback , that I would like to call from a .NET CF application I retreive attribute from a method , and I would like to instanciate a delegate on the method tagged with this attribute in .NET I use Delegate.CreateDelegate() from the MethodInfo and it is OK but in .NET CF the CreateDelegate Doesn't exist How to do this Take a look at this article on codeproject.com. It describes a workaround: http://www.codeproject.com/netcf/UsingMyXamlCF.asp ...Show All

  • Visual Basic Compiler Error BC31091

    Hi: I am converting a 39 project solution (sln2) from VS2003 to VS2005 beta 2.  A previous attempt of smaller 19 project solution (sln1)  works.  sln2 references some dlls from sln1 and I can't figure this compiler error out: BankingCenterManager.vb(2999) : error BC31091: Import of type 'xxx.Common.ITaskCommand' from assembly or module 'Common' failed. I can't find any explanation on this error message.  Any help would be greatly appreciated. Mark. (In case you haven't solved this yet) You could try running peverify  and see what it has to say about the file. Also, try doing a f ...Show All

  • SQL Server SQL Server Management Studio Express CTP - not working

    The SQL Server Management Studio Express CTP application is not working anymore after having done so for a day. No messages, nothing when I double click the icon. Everything else seems to be working OK. I have tried a de-install and reinstall with no success. Some of you who know where to start looking Regards TorB. Sorry for making a new tread. The matter is solved in another tread here. Regards TorB. ...Show All

  • SQL Server Changing login permissions

    I am trying to set up a secure system and would like some advice on how to do it as it is a bit tricky. The underlying security is Windows Authentication but I need to set various permission levels in the application. What I want to do is to allow users read-only access to a users table. Once they are validated and their permission level is determined, then I want them to be assigned to the role that is set for their permission level. I have looked at Application Roles but when I try to set the role up using the sp_setapprole then I get network errors (odd). There does not seem to be an SP which assigns a user to a role. So I do I go a ...Show All

  • Visual Studio 2008 (Pre-release) DirectX vs. Viewport3D

    Hello, my task is to display a complex part of an engine at the screen. The user must have the possibility to interact with it (hit testing, moving, any coordinate systems etc. ) At first I thought DirectX is an appropriate way to do this. Derive an control, override OnRender and so on. But I saw there is Viewport3D and it looks like to do the same just like a "DirectX-Window", isn't it But the samples (rotating teapot, ...) run very slow and take 100% of cpu. Or is there a way to speed this up (If I look at the samples of managed DirectX SDK these run very fast) Thanks, Eric ...Show All

  • Visual Studio Autorun does not work

    I attended the VS/SQL Server 2005 Launch in Dallas on 11/30.  I have been trying to install the software received from this event, but cannot install VS 2005.  When I insert the disk in my dvd/cd nothing happens.  When I double click autorun.bat nothing happens.  I contacted my local support which then directed me to the "event help" and told them of the problem.  A week later I get a new CD for disk 2.  Guess what, same problem.  Called event support again and am told they only report the issues and cannot answer any technical questions.  So, has anyone had this problem   Is it worth the frustrat ...Show All

  • Windows Forms Book on winforms and ADO.NET

    I have been searching everywhre but cannot find a book that really talks about these two.  Can anyone give me a recommendation  The best 2 seem to be  Learn winforms in 21 days AND Professional Windows Forms any idea The App I am createing is all about winforms and grabbing data and inserting data Very happy with David Sceppa's book from Micr ...Show All

©2008 Software Development Network