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

Software Development Network >> Quilnux's Q&A profile

Quilnux

Member List

jan.zajic
sandeep437
saarar
Forch
Gabriel Lozano-Moran
Tryin2Bgood
CPP_Standard
h3nry
Jasper1976
Ben Fidge
deji101
rWarrior
yaotong
Michael Herman - Parallelspace
cOngx
John_Mac
Kallex
Tsmedegaard
Volksman
David Mc Quillan
Only Title

Quilnux's Q&A profile

  • Windows Live Developer Forums getting latitude and longitude

    I am making use of MS Virtual Erath Interactive SDK for displaying map and directions information. Is there any way , by which I can make use of the SDK to fetch latitude and longitude information, which I can pass to the VELatLong() method. I don't really understand what you mean by this line: " Is there any way , by which I can make use of the SDK to fetch latitude and longitude information," What is your criteria for getting lat/longs Are you passing in an address and then geocoding it to get lat/longs You want to click on the map and then get lat/longs from mouse click ...Show All

  • .NET Development Framework1.1->Framework2.0 and 'There is an error in XML document'

    Hi I am investigating some problem and I cannot find a solution. Maybe someone cen help me... After converting project from Framework1.1->2.0 a have the following error in a few of my customers: System.InvalidOperationException: There is an error in XML document <189,2> -->System.FormatException: Input string was not in a correct format ........... and after many exceptions System.InvalidOperationException: <logAttributeSpec xmlns=''> was not expected..... ..a part of definiftion in cs [ XmlRoot ( "logAttributeSpec" )] public class LogAttributes { [ XmlElement ( "structureList" )] public StructureList Structures; [ XmlElement ( "logTypeList&q ...Show All

  • SQL Server SYSAdmin users do not have permission to see records in a view?

    We have a third party application and wish to create a report based upon a view. The strange thing is logged in to the server as a SQL SYSAdmin account, we cannot view the data via the view. SQL Admin accounts are setup correctly and there is nothing different on this particular server. No errors are returned just a blank view with no records. Could this be a permissions problem or orphaned schemas in that particular database I thought SYSAdmin could view and do just about anything and the people who use this particular database would not have the know how on denying permission to the SYSAdmin role. Thanks N There are 2 tables in this view. One of which is a 'Secure Employee' table which has a ...Show All

  • Visual Studio 2008 (Pre-release) How to get the positon of the control's left edge, in relation to the desktop?

    How to get the positon of the control's left edge, in relation to the desktop In win32, we can use GetWindowRect() to get the window's position, and the conrol is also a window there. How can we do that in WPF (The control in WPF is not a window) http://blogs.msdn.com/llobo/archive/2006/05/02/Code-for-getting-screen-relative-Position-in-WPF.aspx ...Show All

  • SQL Server Out of Memory Error (bUFFER sWAPPING )- SSIS

    HI , Need some quick fix Help I have been trying to load data from AS400 to DB2 (windows) using ADO.NET connection in Data reader source and OLEDB Destination (IBM Oledb provider ) The files, I’m trying to load, have number of rows more then 15 million. On execution of the package I get Out of Memory Error (see below) My Destination Box is 4GB+ RAM and 4 CPU Box. There seems to be some Buffer and Swapping related issue which I’m not able to figure out. It says that System is unable to allocate memory Please help me on the same. Thanks in Advance Amit S SSIS package "ABCDE 1.dtsx" starting. Information: 0x4004300A at ABCDE 2003 to 2004, DTS.Pipeline: Valida ...Show All

  • SQL Server Problem Upgrading from MS SQL 7.0 to MS SQL 2000 (upgrade option disabled)

    Ladies & Gentlemen, I realize this must be an unexpected question in this day and age of MS SQL 2005, however, at my company i need to upgrade from SQL 7.0 to SQL 2000 standard on a WIN2K machine. can anyone out there tell me why the option to upgrade ("Upgrade, remove, or add components to an existing installation of SQL Server") is disabled I'm reading that i should be able to upgrade without having to install a second instance. thank you It depends of SQL 7.0 edition. It the editon is diferent than Enterprise than upgrade should work. It is not allowed to upgrade SQL 7.0 Enterprise to SQL 2000 Standard. ...Show All

  • Software Development for Windows Vista Error while Opening an activity in designer view.

    Hi, I've installed the latest version of .Net 3.0 & VS Extension for WF. But whenever I'm trying to open any workflow in designer view, following error is occuring. Method 'GetSelectedPropertyContext' in type 'Microsoft.Workflow.VSDesigner.ExtendedUIService' from assembly 'Microsoft.Workflow.VSDesigner, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation. Hide at Microsoft.Workflow.VSDesigner.XomlWindowPane..ctor(DesignSurface surface) at Microsoft.Workflow.VSDesigner.DeferrableWindowPaneProviderService.CreateWindowPane(DesignSurface surface) at Microsoft.VisualStudio.Design.VSDesignSurface.Microsoft.VisualStudio.Designer.Interfaces.IVSMDDesigner.get_View() Please help.... ...Show All

  • SQL Server Totals and Calculated members bug in SSAS 2005 (CTP3, SP2)

    I have created two calculated members in the Adventure Works cube: ---------------------------------------------- CREATE MEMBER CURRENTCUBE .[MEASURES].[ParallelPeriodSalesAggregate] AS Aggregate ( ParallelPeriod ([Date].[Calendar].[Calendar Year],1,[Date].[Calendar]), [Measures].[Internet Sales Amount]), FORMAT_STRING = "### ### ### ###" , NON_EMPTY_BEHAVIOR = { [Internet Sales Amount] }, VISIBLE = 1 ; CREATE MEMBER CURRENTCUBE .[MEASURES].[ParallelPeriodSalesSum] AS SUM ( ParallelPeriod ([Date].[Calendar].[Calendar Year],1,[Date].[Calendar]), [Measures].[Internet Sales Amount]), FORMAT_STRING = "### ### ### ###" , NON_EMPTY_BEHAVIOR = { [Internet Sales Amount] }, VISIBLE = 1 ...Show All

  • Visual Studio Express Editions So What Exactly is an Assembly?

    When ever I save a project , I get a whole lot of files generated Out of those files which files are considered as Assemblies I tried Versoning by creating 2 dll files with different assembly versions and still could not import to my project ,it gave me an error saying "Already Imported" Note One assembly was very 1.0.0.0 ans the other one was 1.1.1.1 How can we say that Dot Net supports versoning Yes indeed. The .NET Framework (or visual studios not sure) ships with the tool called ildasm.exe (Intermediate Language Disassembler), which can be used to view or output the CIL code to text file, and can be typically found from path: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\ildasm.exe. Check ...Show All

  • .NET Development Using .config file

    Hi there, I have a standard c# class project (ie it's not a win forms project) which includes an application.config file. I have code which seeks to read some configurations from the file using the standard code - ConfigurationSettings.AppSettings["KEY_NAME"]. However, the code doesn't return a value. But the same code seems to work when I'm using it within a winforms project. Surely I'm missing something simple here PS My code is using the System.Configuration namespace - using System.Configuration; Cheers. :) I just wanted to say that different classes should use different keys. For example by including the class name in the key. Class A would have A_setting and class B ...Show All

  • .NET Development How do you run javascript and vbscript on the same asp.net page

    When I try I get Cannot use 'javascript' because another language has been specified earlier in this page (or was implied from a CodeFile attribute). As soon as i declare a new javascript block <script LANGUAGE="javascript" RUNAT="Server"> This implies that there is already a script file specified above. If the line you declared looks like the following, make sure that there is a </script> tag associated with the line. If the closing tag is missing it won't allow you to add another script with a different language. <script language="vbscript" src="vbs_client.htm"></script> ...Show All

  • Visual Studio Express Editions disabling .net features

    Hi, I have VC++ 2005 Express Edition installed on my computer. The problem is that I need to program without using the .net framework. As I understand this is possible by choosing "WIN32 Console Application" type of project. However it is important for my needs that the program I would write in VC++ 2005, could be later compiled also on the older version 6.0 of VC++. Is there any way I can assure that, while using VC++ 2005 Thanks. If you choose a Win32 Console Application then you won't, by default, be using any .NET features. But there is no way you can guarantee that your code will be compilable with the Visual C++ 6.0 compiler. There is a vast difference between the Visual C++ 6.0 comp ...Show All

  • Visual Studio Team System Msscci provider 1.1 is out!

    We've just released version 1.1 of Team Foundation Msscci Provider. It's available here . The most important changes are following: Support for Enterprise Architect 6.1 and PowerBuilder 10.5 Fixed order of parameters passed into external diff tool (it's the same as in Whidbey now) Work items can be reviewed and edited from inside the Checkin Dialog Setup is working in x64 architecture Checkin locks are treated as exclusive Enhanced "Open from SCC"/"Add to SCC" process - both local and server path are specified in the single dialog. Also if the local path is already mapped, the process is done automatically. And last, but not least - "Get latest" on Checkout :) It's disabled by defaul ...Show All

  • SQL Server Nulls in SQL 2005

    Hello, I have a varchar(20) field which stores a value or empty string. I have noticed that if the value is NULL and I use is null in my query, the query runs very fast. However If I also include in my query a check for an empty string (len(rtrim(field)) = 0) the query is much slower. Is it a good idea to force the empty strings to null and if Yes is there an automatic way in sql 2005 (maybe a trigger) to update all empty strings to null. Thanks, I just need some advice. Michael One more option is to create computed column and index over it, but there are some requirements for that (refer for details: http://msdn2.microsoft.com/en-us/library/ms189292.aspx ) ...Show All

  • Visual C++ VC++ won't run from source control: "The system cannot execute the specified program"

    Hi, I've installed VS 2005 C++ Express into source control and it won't work. I've wasted the better part of a day so far trying to get it to work. The error message I get when trying to run something as simple as lib.exe is: "The system cannot execute the specified program." When I load up the .exe in the dependency walker (depends.exe), it says: Error: The Side-by-Side configuration information in "y:\compilers\Microsoft Visual Studio 8\VC\bin\LIB.EXE" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001) . The only dependency shown for LIB.EXE other than KERNEL32.DLL is MSVCR80.DLL. I've tried copying all t ...Show All

©2008 Software Development Network