De los Palotes Juan's Q&A profile
Smart Device Development Disable Cert Check on WM5
I am trying to ActiveSync over SSL, and can't get it to work. I have a feeling its because of the cert check like in PPC 03. I tried to run the same util in cradle mode, but it errors out. Does anyone know the actual registry key added/modified to disable cert checking on WM5 TIA In your post you mentiont that you "deleted the partnership id" What is the partnership id and how do you delete it. ...Show All
Windows Forms Application settings
What are the circumstances for making the Save method work Up to now I've only gotten a series of errors telling me that I don't have the access required to save the file. That is entirely fine I guess, but the property setting&nbs ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Can't build/run managed samples on x64
Hi all, I just downlaoded and installed the Dec 2005 bits. I can build and run the managed C# samples just fine on my 32-bit machine, but no luck with my x64 machine. When I build the default SimpleAnimation sample, it buildes fine, but gives me this error when I run: System.BadImageFormatException was unhandled Message=" is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)" Source="mscorlib" Sta ...Show All
Visual C# Speeding up the TcpClient method
I am working on a set of programs that communicate over a stand alone network. I have 1 client and 10 servers. The client trys to connect to the servers when the program starts. The client uses return new TcpClient(StudentIP, port); to try to connect to the servers. StudentIP is a String that is "192.168.0.101" , port is an integer equal to 60000. The TcpClient hangs(blocks ) over 1 minute when trying to connect to a ...Show All
Visual C++ IEnumerator<T>.Current
The following code was compiling fine under Beta 1 but now generates the following error: 'Enumerator<T>' does not implement interface member 'System.Collections.IEnumerator.Current'. 'Enumerator<T>.Current' is either static, not public, or has the wrong return type. class Enumerator <T> : System.Collections.Generic. IEnumerator <T> { private T m_current; public T Current   ...Show All
SQL Server Problem with remote replication
I have a number of dialup users who are trying to replicate against a master database.The first few times worked fine.but now each user is getting the following message "The process could not change generation history at the publisher" Any help or pointers gratefully received many thanks David J. 1) How many days has it run smoothly and end up with that error 2) What is the number of tr ...Show All
Software Development for Windows Vista How to implement an automated Purchase Order Workflow?
Hi, I have to implement a long runing automated purchase order workflow, with state persistance and monitoring of the workflow instances. I have to integrate 3 external applications an I have to wait for external data to arrive to complete the order. The process is long running because the external applications have manual processes involved. The state of the workflow instance has to be persisted after every activity, because If my workflow h ...Show All
SQL Server XML source
I used a URL to xml feed as source and it worked great. A nother URL I visit requires me to add the lastvisited time to the URL. Any suggestions how to do this in SSIS (Assume I can select time lastvisited from database but how do I add it to the url and make it execute every 5 min for example) Regards, Throstur I'm assuming the URL is in the connection string of an http connection manager, is that cor ...Show All
Visual Studio Express Editions Registering the Windows SDK Help files with Visual C++ 2005 express. How?
Hello, i installed Visual C++ 2005 express, then i installed the Windows Platform SDK, so i can write Win32 applications, i followed the instructions about enabling win32 project in the wizzard, etc. i created & build a win32 project, and it works fine. But, the help files for the SDK are not abvailable in the Visual C++ help!, for example: if i set the mouse cursor in a code file, over the function ExitWindowsEx(), LoadString(), or ...Show All
Windows Forms Can you run a seperate process as a child form?
We'd like to write some functionality in a child MDI window that can be "plugged into" several different applications but we don't want to have to recompile those container apps when the child changes (nor vice-versa). Is there a way to run a different process (exe) as a child MDI window in other exes I only get it as a child window, not as a MDI child window. I pass the MDI forms Handle propert ...Show All
Visual Basic Icon Editor in Visual Basic
Hi there! I have a dull question. I am using the integrated symbol editor inside Visual Basic (d'oh! my Microangelo installation is on my PC at home - 400 kilometers away!). Is it possible to create windows-xp styled icons (with 8-bit-transparency) That would be cool... best greetings Jan VS2005 icon editor allows you to create Mono, 16 color and 256 color icon. To create a 256 color (8-bits), Open the icon editor -> I ...Show All
SQL Server store procedures creation on prepare statment
Hi, Can I remove stored procedure creation(optimization) for prepareStatment execution (Something like 'prepare=false' parameter on connection string) Thanks Hi! But why you need this One of the most useful part of stored procs is ability of SQL server to prepare execution plan so calls made faster. ...Show All
Software Development for Windows Vista Issue installing Jan Windows SDK
I've tried installing the windows SDK on my VPC image and get an installation error. The final few rows in the log file are: 8:39:26 AM Wednesday, January 25, 2006: Action 8:39:26: ValidateProductID. 8:39:26 AM Wednesday, January 25, 2006: Action 8:39:26: CostInitialize. Computing space requirements 8:39:27 AM Wednesday, January 25, 2006: Action 8:39:27: FileCost. Computing space requirements 8:39:27 AM Wednesday, January 25, 2006: Action 8:3 ...Show All
Visual Studio 2008 (Pre-release) Inconsistence for DataTemplate.FindName on GridViewColumn
I have a GridViewColumn apply a DataTemplate as CellTempale, that mean the GridViewColumn apply the DataTemplate. The I want to find an element inside the Template i used as sample below: object o = column.CellTemplate.FindName( "EditorBox" , column ); this cause build error: Error 6 Argument '2': cannot convert from 'System.Windows.Controls.GridViewColumn' to 'System.Windows.FrameworkElement' I have also tried lis ...Show All
.NET Development Game development with .Net
Hello, I am looking for samples, articles, guidelines... to write .Net games with .Net. I don't want to use DirectX or, if with DirectX, not using 3D. The category of game is Legend of Zelda, Mario Bros... the ultimate goal being to make a game both for WinXP and WinMobile. Also, I'd like to find help on a 3d-iso game like age of empire or StrongHold. Thanks for any help, Claude There's a good start !! The URL ...Show All
