Oscar Perez's Q&A profile
.NET Development No Managed DirectX for 64bit?
I posted this issue back during Beta 1 and was told that Microsoft will look at making a 64 bit Managed DirectX after the OS and the development environment was released. That is way too late for those of us looking to release a 64 bit application any time soon! Is there any update from Microsoft on availability of even a Beta Managed DirectX for the x64 Thanks - John Sigh... I'm Still getting the BadImageFormatException with DX SQK Feb 2007... under Vista 64.... Here we go for the "/platform:x86" workaround...again Are ya kidding ...Show All
SQL Server Database is read-only.
Hi I have been learning on how to use the new features of the .NET 2.0, and Well I using VS2005 and everything is pretty straight foward. I did a Membership webform where you log in and create users and roles etc. I installed the SQL Server 2005 express as my Data provider and thats where my Tables are. I used the aspnetsql_reg comand to integrate the server to this application. Anyway my problem started when i decided to copy my project to my IIS server and well when I run the app from the Browser tells me that he Database It's set to Read-Omly and therefore it cant update it. This happens right after log in. but then I open ...Show All
Windows Search Technologies WDS 3.0 beta
Hi I installed WDS 3.0 beta and Outlook 2007 beta. But WDS keeps running into an error in searchindexer.exe - its a memory read error - cannot read memory at the address that it is looking for. I had a previous version of WDS - the enterprise 2.6.x version...which I uninstalled and then installed WDS 3.0 beta any help is appreciated. thanks Anand Hello Anandj, Do you have the Adobe PDF IFilter installed If so, please uninstall it. There are a few issues with that IFilter and the 3.0 WDS beta. To do this go to Add/Remove programs, locate the Adobe IFilter and click on Remove. Hope this helps, Paul Nystrom - MSFT ...Show All
Visual Basic Need Rapid help
I am currently Porting an Application from Access 2003 to VS 6 I am having issues with certain listbox properties missing out of VS 6 mainly Listbox.RowSource = "field1;field2;field3;" <-- delimited string rowsoruce AND last but not least ListBox.Recordset = objADODBRecordset Does anyone have any solutions to my predicament If I do not find equivalent controls I will wind up doing a massive rewrite of the logic & display layers :/ Thanks for anyones help 1. a listcontrol in vb6 can have only one column (idem in vb.net) propossed solution : create your own in a usercontrol with a textbox and ...Show All
Visual C++ conditional compilation; Intellisense doesnt seem to be working
Dear All. I am using VC 2005, writing a chunk of code like this... #ifdef USE_LICENSING #include<file1.h> code... code.. #endif the editor grays out the code between then ifdef and endif tags, I can use features like intellisense only if i comment out ifdef and endif tags.. anyone aware of this Satish Boston,MA. I agree that I.S. takes way too long to populate its database and I've found it to not be completely reliable in more complex scenarios. This is what I've tried: #if 0 void FOO(int x,int y) {} #define FOO(x) (x+1) #else #define FOO(y) (y+2) #endif int _tmain( int argc, _TCHAR* argv[]) { // After you wa ...Show All
SQL Server text box sending large amounts of text to next page Microsoft please help
I have a report that has a text box called Fields!ResolutionText. If the resolution is small the whole report stays on one page. If the Resolution is a long one, the whole text box goes to the next page, leaving the first page w/ only 1/3 with information on it and a huge blank space. How can I force the information on to the first page and to fill the first page before putting the rest of the text on to the second page. Any help would be appreciated. In SSRS 2005, text boxes are always kept together. If the text box will span a page boundary and can fit completely in one page alone, then it will be moved to the next page. If the text ...Show All
SQL Server Cannot complete Install of Express
Product: Microsoft SQL Server Native Client -- Error 1706. An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'. Logged as MsiInstaller in App Log. The install fails with this and two other items in the bos that shows successful install items SQL Server Database Services Workstation Components, Books Online, Development Tools Installed 2 necessary programs; Windows Installer 3.1 and .NET framework 2.0 redistr. Any Ideas === Verbose logging started: 11/30/2005 19:05:44 Build type: SHIP UNICODE 3.0 ...Show All
Software Development for Windows Vista 我?Windows Vista Beta2 5231 的一些看法 In English
Very unexpected,I have not unexpectedly seen,Here has a Chinese the posting In here me said,I this system feeling which use to me,The machine disposition is not good,Also when lowly disposes to this system test 1、 When uses our country domestic IM software QQ,If simultaneously starts WMP to be able immediately working as machine。 2、 When uses the IE browsing homepage also often makes the mistake 3、 After installed the AV97 sound card actuation, the sound track input also is unable to establish 4、 While moves some software also very easy restart 5、 The system brings the ...Show All
SQL Server Communicating between 3 Service Broker instances
I have a problem. I am trying to set up Service Broker communication between 3 machines, all running the September CTP release. I have included the scrip (edited) that I used to setup the 3 machines. This scrip refers mainly to what was done to server1, with comments to indicate which parts were done on the other servers (commented out the connectionstring property to indicate a change of server) I also added comments to indicate the copying/deleting of certificates; this script is intended to recreate the three setups if necessary so there is script that checks for the existence of objects before trying to create said objects. Certificates ...Show All
Visual C++ Where does it go?
I have VC++ Express. When I double click an item, the IDE takes me to Form1.h to enter code. Is code suppose to be in a header file My project is called Test. In Source Files there is a .cpp file called Test.cpp. This has the directive #include "form1.h". It therefore should have forward definitions of functions attached to buttons, etc. on the form. But, I can't copy and paste a function definition from form1.h, then enter code here. I get scope resolution problems. I have a .cpp file that contains a function. I put it here so that I can use it over and over easily. However, I can't get scope resolution if I add the file to Source Files in ...Show All
Visual Basic AND ONCE AGAIN, ANOTHER NEW QUESTION
How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) : Private Sub PicBox_On_Click( ByVal sender As Object , ByVal e As EventArgs) If PicBox(x, y).Image = Tiles.picPerson.Image Then &nb ...Show All
Smart Device Development Udp Client JoinMulticastGroup Problem
Hi, i got a kind of weird problem... i got an udp multicast client that work on .net compact framework 1, when i try to use the same code in .net cf 2, it throw an exception on the joinmulticast group instruction. So i tried the use the .net cf1 dll in my .net cf2 app but it does not seem to work either. Does someone know how to use multicast in .net cf 2 or a way to get this code to work Also, im using this code on a ppc2003 se device with wifi. Multicast client work only when the pocket pc is not docked, so i can't debug! is there anyway to get multicast to work when docked public static byte [] getPacket( string IP, i ...Show All
SQL Server Script Task TimeOut
Anybody knows how to change the TimeOut of a Script Task Thanks! The task call one asp page that makes some updates in a remote sql server. If I call the asp page without SSIS the proces finish ok, but if I call the asp page with Script Task, the task returns a TimeOut error. I need that the Script Task wait until the asp work finish. ...Show All
Visual Studio Express Editions How do I calculate a person's age?
Visual Basic 2005 Express Edition: I need to display a selected person's age in years. Lastname, Firstname Age: 99 LastName, FirstName and BirthDate are from my SQL database table. Pocket, Polly Age: 6 hi, you can try something like this Sub Main() Dim birthday As DateTime = "29/10/1975" Dim age As Integer = DateTime.Now.Year - birthday.Year Console.WriteLine(age) End Sub hope this helps ...Show All
Visual Studio Express Editions Programming Languages
I need to know in what ways are C, C++, Java and C# alike or similiar. Wow - there's a huge question. C is a non object oriented language. C++ was designed by Bjarne Stroustrup to offer OO in C, he'd seen OO in use in smalltalk and other languages. Almost all C programs will compile in C++. Object orientation basically means the ability to create classes, and for classes to hide thier internals. Java was invented by Sun. Java, like C# and VB.NET, runs on a virtual machine, it was the first language to claim it could run on any computer, given a VM. This did not turn out to be quite true, the truth was, Java apps tend to run bad ...Show All
