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

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

Lucia_fernadez

Member List

NickBuck
Michael Herman - Parallelspace
Jonathan Stratford
fbnts
Teymur Hajiyev
Paula M
Shivangi
tempp
RavenWorks
mta37
Santhoo
roy-roy
mariap
Klaus Even Enevoldsen DK
imed-deborah
Daroedawg
2times
jschroeder
p_shah
Ashesman
Only Title

Lucia_fernadez's Q&A profile

  • Visual Studio 2008 (Pre-release) My WPF application doesn't run on a machine which has .Net3.0 but doesnt have VisualStudio2005 and its extensions for WPF/WCF

    Hello, Please let me know what are the minimum requirements for running a WPF application(using XAML) on a machine that doesnt have Visual studio 2005 and orcas Our application end users just have .Net3.0 installed on their machines.When this app.exe is run on a machine with just the .net3.0 framework, we get a msg like : "app.exe has encountered a problem and needs to close.WE are sorry for the inconvenience.If you were in the middle of something,the information you were working on might be lost." This otherwise works fine.Can you please suggest me what I am missing here Do I need to create a deployment package everytime so that all relevant dlls(w.r.t WPF) are also intalled our end user's machine.Am I missing something ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Another XNA Build question

    Is there a way to run it from the command line Yes, there is. You can create a msbuild project (an xml file) which is used to control the content pipeline build process. You then call msbuild from the command line with this file as a parameter. Take a look at this post on Shaun Hargreaves' blog for a bit more information. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Some questions about ground, walls,sky and so on

    I have some questions, because I have not totally understanded how a 3D game can be created. How do I make for example walls and ground(for example a carroad) Should I just make it as Models For example: asfaltvejlille = content.Load< Model >( "Content\\World\\asfaltvejlille" ); ("Asfalt" is danish and means asphalt/asphaltum/bitumen(token from www.ordbogen.com ) on english) Or as a Texture2D.. or How should I do it I have tryed to make a road/"asfalt-vej(road)-lille(small)" as a Model but have some problems with the cameras and where the road is..(See picture http://simon.h-form.dk/gallery2/main.php g2_itemId=968 ) Should I continue to "play"("rode" on danish, do ...Show All

  • Visual Studio Team System Protocol violation - can I change how sensible the test shall be to protocol errors?

    I get this error when running a test on a web page that I have no possibility to change: RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF Is it possible to configure how the test shall handle this so the test will not fail I meet the same problem.I got an exception from System.Net.HttpWebRequest.GetResponse(), which says that there is protocol violation in SECTION=ResponseHeader, and Detail=CR must be followed by LF. I think that is a bug since IE can load the same web page. I've added the entires in vstesthost.exe.config but I can still see the problem. ...Show All

  • Visual Studio Thread Exit Code -1073741811

    Does anyone know what it means when the thread exit with the following message in output window of Studio 2005 C++ The thread 'Win32 Thread' (0x6c8) has exited with code -1073741811 (0xc000000d). John, can i get the event when the thread got exited That is, when the thread got dead or timeout then i want to call another function. Thanks, Suresh M ...Show All

  • Visual Studio Express Editions Making Webrowser

    Hello everyone,i have a few questions about making an WebBrowser in Visual Basic 2005 Express. Question 1 : I'd like to make an progress bar,but wich codes do i need to add to let it work,and let it only be visible when the page is loading. Question 2: Wich Code is Required to open a new window by clicking on : New Window( in the ToolStrip Menu) I just want it to open a new window of my own browser.(see code) And wich one is needed to let ip open an File( See code 2) Private Sub NewWindowToolStripMenuItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewWindowToolStripMenuItem.Click End Sub Code 2: Private Sub OpenToolStripMenuItem_Click( ByVal sender As System.O ...Show All

  • Visual Studio Express Editions Dynamic help doesn't work in cpuid.c, but works in cpuid.h and test.cpp???

    I download it from http://download.microsoft.com/download/B/A/D/BADA8219-9761-498D-85B4-4565C28F4DB8/crt/cpuid.zip.exe I found that in "cpuid.c", dynamic help shows "No links are available for the current selection", and in "cpuid.h" and "test.cpp" dynamic help is okey. And I can also build and run the program. But why Dynamic help doesn't work in cpuid.c Need help. To build that sample, you need to change the current configuration. Build + Configuration Manager, change Platform from Titanium to Win32. You can't expect dynamic help to give you any info on cpuid.c; it is filled with assembly code and other low-level stuff. If you really want to find out ...Show All

  • Visual Basic Code Compilation at Runtime?

    Is it possible to write a program that generates code at runtime, then compiles it into a DLL Yes, you can. Remember, every computer (with the .NET framework) has access to the compiler engine. Even so, there's a specific namespace which you can use: Microsoft.VisualBasic.VBCodeProvider Look that up: there's a ton of help, and a few examples. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. My XNA Game 'iFACTOR'

    Believe it or not, this time it's not a question :) I appreciate all the help I've been getting on this forum and I'd like to share some media of my first game. The media was taken from a Windows build but the game is designed for Xbox360. http://www.vector2games.com/ Thanks, Dave It looks very nice(i don't see whats the point or how to play..)but it looks nice i will defanatly download it when it comes out. Xna3der ...Show All

  • SQL Server Using report history/subscriptions

    Can a parameter driver report be scheduled so that such reports are saved in IF formats for future use I want to have a data-driven report executed every month. This will generate one report per customer. I then want to be able to go back in time for a certain customer number and render the report that was generated at that point in time. Assuming above is at att doable: How do I keep track of the old reports Parameter values and timestamp Can I enumerate the old reports and present them to a user It is a legal requirement to archive such reports over a long time period. How do I handle this Are the old report in ReportServer or ReportServerTempDb Or both Can I export these IF format reports and import them back into the da ...Show All

  • .NET Development PROBLEM WITH FTP FIREWALL IN C#

    My problem deals with the fact that I was able to FTP files to and from a friend's site that doesn't have a firewall but I now have the real FTP information and it does have a firewall and I have no idea how to FTP a file to this new FTP location. I am under severe time pressure and would like to see the commands necessary in C# and NET 2.0 to accomplish this goal. Here is an example I was given by the site administrator using DOS FTP to access and upload a file. I will change the passwords in the example below: ftp -n open edifxpbw.geia.com user yppc112 yppc110GX user 10033XDIR@edi.yppc.geia.com 15211 HENRY binary put DirectoryStart.dat %YPPC-TEST%DIR ls mblist Here is an example of an upload that I created in C# ...Show All

  • Visual Studio Team System Ruls breaking build

    This is in reference to one of the existing threads http://www.gotdotnet.com/Community/MessageBoard/Thread.aspx id=327668 Custom rules breaking build Posted on:  09/08/2005 06:11:05 Hi Mike, If we have a script that figures out whether any rules were broken, though, one can not differentiate between the output log entries on the per-rule basis (well, its possible if one keeps information about each rule being used in the script). That is a bit inconvenient and breaks nice encapsulation. Am I wrong or missing something We are trying to make our continuous build fail on some warnings/critical warnings/errors of specific rules available with FXCop. Also, do you know if it ever will be ...Show All

  • Software Development for Windows Vista Spurious 'device in use' error from waveInOpen and IAudioClient::Initialize

    I have discovered what appears to be a Windows Vista bug. If I change the default recording device in the Sound applet (mmsys.cpl) while an application is recording, all future calls to waveInOpen (WAVE_MAPPER, ...) or IAudioClient::Initialize for the default audio endpoint fail with error code MMSYSERR_ALLOCATED or AUDCLNT_E_DEVICE_IN_USE respectively. To demonstrate the problem, proceed as follows: Start SoundRecorder Start recording While recording, go to the Sound applet and change the default recording device Stop recording (and save the file) Try to start recording again SoundRecorder then reports 'An audio device cannot be found' Restarting SoundRecorder does not help The situation can be resolved by ...Show All

  • Smart Device Development Cannot create device app after install Device Shell Emulator

    Hi, i am working with VS2005 and i’ve installed Device Shell Emulator. After this i no longer can create device applications or open existing ones. The error is: The project type is not supported by this installation. I’ve tried to uninstall Device Shell Emulator but the problem continues. I appreciate some help on this. I didn’t want to install VS again :( Thanks SP ...Show All

  • .NET Development OpenFileDialog Bug?

    Hi all, I am not so sure if it is a bug, or it's me-the-bug... The following code works OpenFileDialog dlgFile = new OpenFileDialog(); dlgFile.Title = "Select a report file"; dlgFile.RestoreDirectory = true; dlgFile.AddExtension = false; dlgFile.DefaultExt = "rdlc"; dlgFile.Filter = "Local Report File(*.rdlc)|*.rdlc"; If I change the last line to dlgFile.Filter = "Local Report File(*.rdlc)|*.rdlc | Remote Report File(*.rdl)|*.rld"; I would have a dialog that I can select either *.RDLC or RDL file type. However, the files are not listed on the dialog's body. It only gives me a list of sub-folder. Is this a ... bug, or it is my code th ...Show All

©2008 Software Development Network