Laxmi.'s Q&A profile
Windows Live Developer Forums Anyone else having zoom issues when using multiple tile layers with adjustable opacity?
I'm loading multiple tile layers and a VEcollection into my map at http://thecascadian.com/ for my blog entries. That all works fine, but when you select a layer in the dropdown, and then double click on that tile layer, it zooms to the highest detail view instead of just one step "in". I see this effect on the first layer selection from the dropdown when it's the 3rd of 3 loaded layers for the entry (murky waters entry) and I see it on the 2nd layer selection from the dropdown for the first 2 layers loaded if there's 3 layers total (murky waters entry), or on the 2nd layer selection if there's just 2 tile layers loaded (welcome entry). I'm not capturing the dbl click event (or single click) in any way in my scr ...Show All
Software Development for Windows Vista FsiFileSystemJoliet invalid parameter?
When I call IFileSystemImage->put_FileSystemsToCreate(FsiFileSystemJoliet), the result is IMAPI_E_INVALID_PARAM. I'm doing the following: Create an IFileSystemImage object via CoCreateInstance Call put_VolumeName(<name>) Call put_FreeMediaBlocks(0) Call put_FileSystemsToCreate(FsiFileSystemJoliet), and I get IMAPI_E_INVALID_PARAM. If I pass FsiFileSystemUDF instead, S_OK is returned. Hello Caliendo! You're seeing this error because it is illegal to have only a Joliet filesystem. Joliet is an extension of the ISO filesystem, so you would need to create both an ISO and Joliet filesystem by using the following call: put_FileSystemsToCreate( FsiFileSystemISO9660 | FsFileSys ...Show All
Visual Studio Team System Report problems after installing TFS SP1
OS: Windows 2003 Server SP1 Standard DB: SQL Server 2005 SP1 Conhango Scrum is also installed (on TFS 1.0 RTM)) I first installed the KB919156 patch. I installed Team Foundation Server SP1 on my server. * During the installation the following error message was shown: Error 32000. The Commandline ""C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools\TfsAdminUtils.exe" Setup "DOMAIN\TFSSERVICE" "SERVERNAME" "TfsWorkItemTracking;TfsWorkItemTrackingAttachments; TfsVersionControl; TfsActivityLogging; TfsBuild; TfsIntegration"" returned non-zero value -1. "Retry" "Cancel" * Pressing "Retry" gives the same error message over and over... * Pr ...Show All
Game Technologies: DirectX, XNA, XACT, etc. SWM Model Component
Hi all! I just finished a simplified version of a swm loader component based on the classes in SpaceWars. I used X-Tatic's converter to transform the tiny.x model into swm http://astaroth.beatbuggy.net:8080/Downloads/x2swm_1_0_0_1.zip I sent the sources to www.xnaspot.com , hopefuly, they will put it online soon. P.S. the smaple also includes components for a grid, and for FPS (which can be set to be displayed in the titlebar, screen or both) Have Fun! Catalin Zima P.S. I also wait for XNAspot to post my sample of VertexTextureFetch in XNA ;) Attention: Zima Catalin I have a little present for you, I have attached a set of folders with al ...Show All
Visual C# static class/method not recognized within namespace
From what I've read, C#'s static modifier should work just like Java. So, I created a utilities class which has a public static method to do some things. The utilities class is declared within the same namespace as my form class (just in a separate file), but if I attempt to access the method in the utilities class from the form class, the compiler complains that the name of the utility method or the class (if I attempt to use the FQN of the method) does not exist in the current context. If I attempt to add a "using MyNamespace.Utilities" statement at the top (which I fully expect to be redundant) the compiler also complains that the "Utilities" type or name does not exist in "MyNamespace". Any suggestions are most welcome! According to wr ...Show All
.NET Development How-To (Object Class => Binary Serialization => To Memory => Encrypt => Save to File)
Hi Every body .... I have a [Serializable] Class like this ======================================================== [Serializable] class Customer { private string _CustomerName; private string _Country; public string CustomerName { get { return this._CustomerName; } set { this._CustomerName = value; } } public string Country { get { return this._Country; } set { this._Country = value; } } } ======================================================== How can i use Binary Serialization to serialize the object class temprary to Memory and Encrypt it and then save the encrypted to file. Like this 1. Object Class => Binary Serialization => To Memory => Encrypt => Save to File 2. Read file => To Memor ...Show All
Smart Device Development WinCE 5.0 certification
Dear Sir, I have a product that is GPS navigator would like to use the WinCE 5.0 to be OS. 1. Do I need to join you for license if I would like to stick CE/Powered logo to the giftbox 2. How about cost How to join your license program process 3. Do I need to pay you any fee when I retail each product Thanks, Best Regards, AndrewChang. This forum is dedicated to device emulator. Since your question is not related to device emulator, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or news group: http://support.microsoft. ...Show All
SQL Server Need infos regarding install of SQL Express 2005 SP1
Hi, A little technical question. If I want to install SQL Express 2005 SP1, do I have to uninstall current version first Thanks in advance, Stephane Hi, Really sorry to bug you but I never went through this install so far. Having known from start that install process would have asked me this question would have made things clear in my mind. Now, with that last detail, YES, we can close the subject. Thanks for your patience, Stephane ...Show All
.NET Development Automatically detect Internet Disconnection C#
hello all, I am making a program (Internet Dialer) in C#.Net(visula studo 2003) that automatically connects to the internet using Ras APIs. It has been done successfully. Now I just want that whenever the internet disconnects (due to phone line taken out or ISP problem etc), the program should not hang up but a message should b displayed so that I am informed about net disconnection. Also if it reconnects, it is good. Now it is so happening that when the net disconnects, the program hangs up and all is over. please help me! thanks in advance to all Do one thing, When you get in Disconnected Event Handler, Before calling again after 3 minutes Call Dialer's HangUp() Function. And see what happens. Cheers ;-) ...Show All
Visual Studio 2008 (Pre-release) tried making a new service with 1 method that simply calls and gets a string from the sql database
Hosted in IIS right now, directory security is set to anonymous and everything else is unchecked. My service methods all have impersonate.required attributes and principlePermission(securityaction.required,role="mydomain\domain users") on them. however, i keep getting security exception and it faults out. here is my web.config servicemodel info. < system.serviceModel > < bindings > < wsHttpBinding > < binding name = " wsHttpBindingConfig " > < security mode = " Message " > < transport clientCredentialType = " Windows " proxyCredentialType = " Windows " /> </ security > </ binding > </ wsHttp ...Show All
Windows Forms Hum..
i'm using the Visual studio express 2005 I made a navigator... now i need to publish it to run in another machines and never works.. what i need to do and the others machines need to have the .NET Framework 2.0 if needs... have another way i'm starting now to work with the Visual studio... hum.. ok.. i need to make applications to run in another machines... all the machines uses one version of microsoft windos... what i need to do ...Show All
Visual Studio Team System TFS, Team Suite and SP1
My config is as follows: Single-server installation of TFS (Win2k3-SP1, SQL2005-SP1). The Beta-SP1 was NOT installed on this server. Team Suite is also installed on this server. I have several clients running Team Suite-SP1, and everything works. I downloaded VS2005 SP1 (VS80sp1-KB926601-X86-ENU.exe - ~441MB). There is also a TFS-SP1 (VS80sp1-KB926738-X86-ENU.exe - ~47MB), which I have also downloaded. Why two separate versions I'm assuming both SP1 files need to be run on my TFS-TeamSuite server. Is there a correct order of installation, or does it matter Thanks, The big one is for Visual Studio, not for Team Foundation Server. This pack includes patches for team explorer, vs team ...Show All
Smart Device Development STL in vs2005 problem
Just create a non-MFC dll projcet, add these lines #include <string> using namespace std; in .cpp file cause these complier error Compiling... reindeer.cpp D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(94) : warning C4346: '_It::iterator_category' : dependent name is not a type prefix with 'typename' to indicate a type D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(97) : see reference to class template instantiation 'std::iterator_traits<_It>' being compiled D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Include\utility(94) : ...Show All
Internet Explorer Development Ideas for IE7
Hey, Where can anybody post new ideas for IE CV I assume by "new ideas" that you wish to submit a "design change request" to the IE team, correct You're welcome to post your ideas here or in the microsoft.public.internetexplorer.general newsgroup, and the forum moderators will do their best to make sure your comments are heard by the IE team. ...Show All
Windows Forms Forms in different dlls needs to communicate
hi, I am fairly new to Visual Studio (2005, c++) and I have a large application that needs to be ported to this plattform. Most of the application we need to rewrite from scratch (as it contains very bad code). But since this application is large, I need to devide it into several dlls (assemblies) and I also need to put forms in the dlls. I have tried to search the Internet for this, but I can't find out how the forms can communicate with eachother! Do you understand my problem Well, I have three dlls; A,B and C. In each dll I have one form AF, BF and CF. AF is a mdiparent and BF and CF are childs. This works and I can show them and operate with them, but I cant get BF and CF to send data to eachother. I tried to u ...Show All
