Chatakondu's Q&A profile
Windows Live Developer Forums SSL with VE
Hello, I've posted this before but not seeing any changes and noticing the esoteric items that seem to be getting into the VE releases (before core items are in place) I thought I'd re-post. Can we somehow indicate to the client side VE script that we'd like to run this via https as opposed to http Our app is giving the user fits since every page they containing a map is causing the user to respond to ugly ssl warning popups. I really don't want to roll back to the clunkier MWS maps but I may have to do it based on customer complaints. Thanks, Jeff not at the moment. Your probably aware of this but just to note: you can also send your feedback to the VE team at vesdk@microsoft.com ...Show All
Smart Device Development making a web service call
folks, i'm attempting to make a web service call in evc++ application for PPC. actually, i am back-porting the code from VS2005 and finding that "atlsoap.h" does not exist under evc++ 4. is there an equivalent or work-around I doubt there is an equivalent, but for a workaround, if your web service allows POST requests, I would suggest using XMLHTTP object. It provides a (more) convenient way of sending requests and receiving XML-formatted responses. Techinically, you could even build SOAP requests and receive SOAP responses this way, but of course it's more work ...Show All
Gadgets Gadget post info to new web form
I've created a gadget which is a simple HTML form with 2 text boxes and a button. When you click the button it should open a new IE window and send the information to the target URL as a post. The problem is when installed as a sidebar, although the IE window is opening with the correct page, the information in the 2 textboxes does not seem to be transferred. I have tested the simple HTML form by opening it in IE and all functionlity works fine, but not when I install it as a sidebar. Is there something obvious that I am missing Any help would be appreciated. Thank you Hi, Here is the HTML of my gadget: <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ...Show All
SQL Server passing parameter to the sql server report using Report viewer control
Hi, I want to give filtering criteria in my SSRS report. I have drop down list control having list of Email's of clients. So, how can i pass the value of the particular Email id in my SSRS report using Report Viewer control How can i pass user input as parameter in my report using visula studio 2005 Thanx, Ruja By calling reportViewer.ServerReport.SetParameters() as explained in more details here . ...Show All
Visual Studio MSBuild Task Success\Failure
If I am using the MsBuild Task (to call another msbuild project file) how do I detect the success or failure of the msbuild task. I have tried the ONError to no avail. It doesn't get there if the callee msbuild task fails. I have tried the ContinueOnError both ways. Also, the msbuild task is for projects. How do I go about getting solutions <Target Name="BuildOtherProjects"> <MSBuild ContinueOnError="false" Projects="@(ProjectReferences)" Targets="Build"> <Output TaskParameter="TargetOutputs;BuildSucceeded" ItemName="AssembliesBuiltByChildProjects" /> </MSBuild> <Message Text="Project Fi ...Show All
.NET Development Out of memory exception (c#, .net 2003, large images)
Hi, I am developing an application (c#, .Net 2003, Framework 1.1) that deals with large images. The application captures multiple image frames and stitch them up into a large hige-res image. We are looking at 50+ frames and sometimes more than 100 frames of 1024x768 color images. I am also using double buffers for edit purposes. To get an idea of what this application does: beyond the image acquisition and stitching, it is very similar to Paint.Net ( http://www.getpaint.net/index2.html ) in providing tools to draw on top of the image. The program is hitting out of memory exceptions -- sometimes even with smaller images. Documentation on LOH seems to explain this observation well, especially with memory fragmentation a likely cause of ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XNA and DirectX 10
Is XNA will use Directx 10 when becomes available thanks The same question was asked only a few posts below yours. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=711869&SiteID=1 Sorry if I sound harsh. ...Show All
Visual C# Error highlighting
Hello, I've been working with NetBeans IDE (Java) for quite some time and now I'm learning C#. What disturbs me alot in the Visual Studio 2005 IDE is, that non-syntax errors that would lead to a compiler error are not highlighted until I compile my source code. For example if I'd return an integer although the return type of my method is void, the IDE wouldn't highlight that error until I'd try to compile the source. That's quite annoying to me since NetBeans IDE always did that and I'm used to it. Now my question is: Am I missing an option Is there a way to activate it Thanks for any help! The IDE simply doesn't do the sort of semantic analysis that is required to catch these errors before compilation. ...Show All
Smart Device Development Accessing message stores
I have reach the stage of opening message stores but how can i access each message and get the content of the message, including the sender info If your willing to spend a couple of dollars on a 3rd party component - try this: http://www.inthehand.com/WindowsMobile.aspx This library provides the managed wrappers for native MAPI APIs. If you don't: you'll have to use the native MAPI COM interfaces to get this done. An intro can be found here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/DevGuideSP/html/sp_inbox_and_ce_messaging_oxsj.asp ...Show All
SQL Server Strange errors around linked server
Hi, I am getting a linked server connectivity errors randomly. We have a set of DTS packages to pull data from OLTP (SQL 2000) to reporting server (SQL 2005) through linked server and both instances are on same server. The process is running ok on Acceptance server, and failing on production server. It is throwing the following error randomly, and it is getting fixed for a while after restarting SQL 2000 service. An OLE DB error has occurred . Error code : 0x80004005 . An OLE DB record is available . Source : "Microsoft OLE DB Provider for SQL Server" Hresult : 0x80004005 Description : "TCP Provider: The specified network name is no longer available. " . An OLE DB record is available . Source : " ...Show All
Visual Studio Express Editions Visual Basic 2005 Express help
ok i have visual basic 2005 express installed and that is all no other programing software on either of my pcs. I am just starting to learn vb. and i am watching these video tutorials and reading these books. it says go to add new item then click inheritance form.. well that option is not availible in 2005 express. So can someone talk to me like i am stupid and tell me how to fix this. and also will inheritance form pull information from form 1. like num1 = whatever and i just reference num1 on the inherited form and it pull the information Thank you for the all the help Thank you i am going to look over this now and see. what i can do with this... what does open strick on and off s ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Where is the free artwork that was promised for XNA?
In a lot of articles I've read they said the XNA would have a large database of free artwork (both 2D and 3D). Is this available somewhere Thanks, John What are the license restrictions with using the models included in the directx sdk I will assume that I am not allowed to include them in code examples unless someone tells me otherwise. ...Show All
Software Development for Windows Vista Development with Visual Studio Express
Hi all, I'm little confused about the development Windows Workflow Foundation application using Visual Studio Express editions. I found some links on internet but it's not cleart to me. Is it possible or not Thanks in advance, best regards. Fernando Possebon Unfortunately VS Express is not supported: http://download.microsoft.com/download/c/2/9/c293f70d-f32a-4e23-95c7-a82ca1155b3d/VS2005Extensions_for_WF_RC5_Readme.htm Other software requirements: .NET Framework 2.0 WindowsR Workflow Foundation Runtime Components RC5 MicrosoftR Visual StudioR 2005 ( all editions except the Express Editions ) ...Show All
Game Technologies: DirectX, XNA, XACT, etc. 1.) Lock/Unlock vs. SetData/GetData and 2.) predefined vertex formats
Two points spring currently to my mind. Is there any reason besides simplicity not to use the common Lock/Unlock mechanics I would prefer the addition of this to the API. GetData/SetData canthe simply be mapped onto this. I have a large terrain, that I tesselate into the locked buffer directly... With this new scheme I have to build a temporary array and then copy over via SetData, same with textures. On the other hand, if we have to live with this, why do we have the managed pool anymore, kind of pointless! The other thing are the predefined vertex formats... Any reason to not expose the members directly and use setters and getters instead I don't see the point here too, this just forces us to create one intermediate result and copy oper ...Show All
Visual Studio 2008 (Pre-release) wsdualhttp problem
Hi, I have duplex service, which is running in two end point(dualhttp and tcp) and it is running in the app server. When i was connecting using tcp end point it is working fine but if i connect the same service with dualhttp it is hanging and i am keep getting timeout. I even set the security mode to none. BTW. If i run the same service(dualhttp and tcp end point) in my local it is working fine. When i looked at the server event log file, they service is keep doing logon/logoff. I really don't understand why it is keep hanging. Please , let me know what needs to done. Ramesh Hi Ramesh, Is your "Result" class implementing IConfirm Because it looks like you have set the Result class as your c ...Show All
