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

Software Development Network >> Lucas Pasquali's Q&A profile

Lucas Pasquali

Member List

jessicalegazpi
helen_166
Aleniko29139
Misbah Ahmad
Terry Smith
safewithyou247
Douglas H. Troy
Hongxue Cai
Amos Soma
Hollispj
Kamii47
JVJ
h1
nabeelfarid
Gumbatman
Armin N.
GeoffNin
Thomas S. Andersen
rravech
LastHope
Only Title

Lucas Pasquali's Q&A profile

  • Smart Device Development deploy pocket pc program

    i can not build or deploy my program!!! my file gives a Hello World in a client rectangle. As you can see it compiles as a win32. ------ Rebuild All started: Project: dddd, Configuration: Release Win32 ------ Deleting intermediate and output files for project 'dddd' , configuration 'Release|Win32' Compiling... stdafx.cpp Compiling... davidtwo.cpp dddd.cpp Compiling resources... Linking... Generating code Finished generating code Embedding manifest... Build log was saved at "file://c:\Documents and Settings\Owner\My Documents\Visual Studio 2005\Projects\dddd\dddd\Release\BuildLog.htm" dddd - 0 error(s), 0 warning(s) ========== Rebuild All: 1 succeeded, 0 failed, 0 ski ...Show All

  • SQL Server Problem with installing of Sql Server 2000

    Hy, Can anybody help me I downloaded the Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) Release A (which have 42.9 mb ) from Microsoft site ( http://www.microsoft.com/downloads/details.aspx familyid=413744D1-A0BC-479F-BAFA-E4B278EB9147&displaylang=en )... i run the kit exe , i set the sa password and a name for instance, and begin the installation. after it finished, nothing isn't happend. I restart my pc, and the sql agent is offline, same the services and the instance. What is the problem Other problem : i have the kit for MS SQL Server 2000 Enterprise. I run the setup, i choose the "Install database driver" option and i receive a prompt message which tell me that the Sql Server 2000 Enterprise edition ...Show All

  • Visual C++ help needed for multithreaded animation in VC++ 6.0

    Hello! I was trying to develop an animation in Visual C++ 6.0 on WinXP when i came across this problem: i was trying to run animation inside a thread: DWORD WINAPI AnimationThread(LPVOID param){ for(i=1;i<15;i++) { ................................. ................................. //AniProc1 and AniProc2 are functions to create animations SetTimer ((HWND)param, ID_FLASH,100, AniProc1); SleepEx(2000,1); SetTimer ((HWND)param, ID_MOVERIGHT,5, AniProc2); SleepEx(2000,1); ....................... ....................... .................. } All of a sudden the animation stops (during 12th loop ...my code contains no special condition related to the 12th loop in particular) Plz hel ...Show All

  • Visual Studio 2008 (Pre-release) Shortcut keys for context menu?

    Hello! I've defined a ContextMenu like this: < StackPanel.ContextMenu > < ContextMenu > < ContextMenu.CommandBindings > < CommandBinding Command = " ApplicationCommands.Cut " CanExecute = " CWPFEntity_Cut_CanExecute " Executed = " CWPFEntity_Cut_Executed " /> < CommandBinding Command = " ApplicationCommands.Copy " CanExecute = " CWPFEntity_Copy_CanExecute " Executed = " CWPFEntity_Copy_Executed " /> < CommandBinding Command = " ApplicationCommands.Paste " CanExecute = " CWPFEntity_Paste_CanExecute " Executed = " CWPFEntity_Paste_Executed " /> < CommandBinding Comman ...Show All

  • Visual Basic Write a program, which verifies that the procedure is properly written

    Write a procedure that takes an integer value and returns the number with its digit reversed. Write a program, which verifies that the procedure is properly written. sorry but we cant do the homework for you. You need to learn yourself to do this. we can give you the logic but pretty much that. When you have coding errors/issues, then post the code you are using and we will try to help. check to see if the textbox contains numeric characters (look at Char.IsDigit() method, only accepts a single char but you can use a loop to go through each character and see if it s a digit or not) if they contain digits then simply count down from the last character in the textbox, going to the first c ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Terrain & Terrain-Physics (intersection, dynamic slicing)

    Hi, at the moment i am wondering how to deal correctly with a terrain in XNA. For now i just have a static terrain model loaded from file. So i have an object (a buggy for example) and want to get some physics on it, therefore i need to check for collision with the underlying terrain. The collision with the buggy could be done with a boundingbox, but the terrain needs to be checked per face (3 vertices triangle) i think. But i cant find a way to check this. I think iteration throught all faces of the terrain would take to long for all objects in the world. How do other developers solve this problem So if I do it this way i will always need to calculate every object in the world each frame, no mather if its visible or not, is this th ...Show All

  • Visual Studio Team System VB code to call a coded webtest from another webtest

    I am making a master coded webtest that calls several other coded webtest. How would I do this in VB Also can I pass values to the webtest and return values from the webtests ~Todd Ok.. with what you have told me I will wait until the next release. Those issues will prevent what I need from working. Thank you very much. ~Todd ...Show All

  • Visual Studio Tools for Office Outlook Application ItemSend Event signature

    Hi, I'm trying to develop a solution that filters the outbound emails sent from the company, compares the email addresses of the recipients with those stored in the company contacts database and stores the message into a database table. The best way to do this would probably be to do it on the server. I was able to do this for the inbound mail interacting with the Exchange event sink. Not a nice thing to do, having to do that in VB6 components that have to be registered with vbs scripts. But for outbound mail I was not able to do that. So I'm tring to develop a c# Outlook 2007 add-in that reacts to the Application_ItemsSend event (which has the advantage that I can put a checkbox on the ribbon to allow the user to choose wether or no ...Show All

  • Visual Studio Tools for Office _ComObject specified cast exception calling add-in interface method in external app.

    I have created Outlook add-in that implements my defined interface IExposedClass (among other things for exposing some methods from add-in also). In external app (automating Outlook): object addInObj = isentrisAddIn.Object; MyExcelAddin1.IExposedClass addInExposedAgain = (MyExcelAddin1.IExposedClass)addInObj; object temp = addInExposedAgain.GetAppointments(); // Call a method on addin object DataTable dt = (DataTable) objectTemp; // objectTemp is _ComObject type calling some method, add-in that should return complex data type (eg.DataTable). While doing cast to DataTable getting invalid cast exception. The same result happens if I call GetAdressBookDT() method. In this case scenarion marshaling described on various articles ...Show All

  • Visual C# What is the equivalent solution of Microsoft?

    What is the equivalent solution of Microsoft to produce similar page (Please register for a real time trial) http://www.peachtree.com/download/trial.cfm Note that in the trial, user can try software online and the winform UI is seen inside the browser. I know that in .NET, we can load a single .dll(not an entired winform application) in a webpage. Although I haven't registered for a free time trial my guess is that they use ActiveX control. It is possible to host a User Control in IE. Depending on what exactly your requirements is you could take a look at ClickOnce deployment: ClickOnce Deployment for Windows Forms Applications ...Show All

  • SQL Server Visual Studio 2005 Database Project Question

    This may be a silly question but I've got a .NET 2.0 application with several projects/libraries. I'd like to have the benefits of a VS 2005 Data Project (deployment, code snippets, etc.) but I can't figure out how to take an existing C# project and allow it to also be a Database project (there should be the extra "Data" tabe in the project's properties). Any tips Thanks! - James Vineet Rao - Microsoft wrote: I dont think Visual Studio allows you to migrate your code from one project type to another. Try posting this question in one of the Visual Studio forums and you would get a definitive answer. However, it should be fairly simple to create a new SQL Server project and add all your C# files to that ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Trying to pass a cubemap.dds to a fx shader

    I have been playing with these shaders: http://msdn.microsoft.com/library/default.asp url=/library/en-us/directx9_c/Goal_3___Environment_Mapping.asp and I have got these shaders up and working in my engine, with the exception of 3 and 4, they light my model correctly, but they don't seem to be rendering the cube map I am giving them. The shader manages the cubemap like this: texture EnvironmentMap < string type = "CUBE"; string name = "lobbycube.dds"; >; samplerCUBE EnvironmentSampler = sampler_state { Texture = (EnvironmentMap); MipFilter = LINEAR; MinFilter = LINEAR; MagFilter = LINEAR; }; I load the cube map like this: private TextureCube myCube; myCube = myLoa ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Texturing subsets

    Is it possible to render a texture to a specific mesh, or part of a mesh Would these parts of meshes be called subsets I keep reading about subsets, but not really sure how to know which is which etc. Do subsets need to be created with the model, or are they defined at runtime Subsets are parts of model such as Cylinder01, Sphere 02, Box99 (when modelling in 3DMax). Just 1 matrial can be applied to a subset. ...Show All

  • Visual C# contents of release mode

    Hi My solution consists of three project that creats three dlls. first projects dll is used by 2nd project and 2nd projects dll is used by 3rd 1. do i required to release all these 3 dlls r only the 3rd 1. how i can release it regards Yes. other machine has the .Net framework on it and it is the correct version as it is same as on my machine, application can upload and run the chield dll but it is missing to call the parents dll methods. do i missing any referance r configuration ...Show All

  • SQL Server accesssing mirrored databases via SQLNCLI linked server?

    Does anyone know how to configure a mirrored pair as a linked server on a 3rd instance Say I have a mirrored database on two servers: PRIMARY and SECONDARY. I want to create a linked server on a 3rd machine that allows me to access the database on the mirrored pair. This is what I'm using: EXEC master.dbo.sp_addlinkedserver @server = N'MIRROR', @srvproduct=N'', @provider=N'SQLNCLI', @provstr=N'Server=PRIMARY;FailoverPartner=SECONDARY;' select count (*) from mirror.pubs.dbo.authors and it works fine if the database on PRIMARY is alive. however when the mirror has failed over to SECONDARY and PRIMARY is no longer available, I get the following when I try to query the database via the linked server: OLE DB provid ...Show All

©2008 Software Development Network