Software Development Network Logo
  • Visual FoxPro
  • Architecture
  • Game Technologies
  • Microsoft ISV
  • Windows Vista
  • Visual Basic
  • VS Team System
  • VS Express Editions
  • .NET Development
  • Windows Forms
  • SQL Server
  • Smart Device
  • Visual J#
  • Visual C++
  • Visual C#

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

XiaoYu

Member List

Mario Marschner
Joe127
Alexandre Cesar Reis Tres
John Cronin
Desprate Me
Marland
Vijey Ashok
Jigar_Patel
Armine
edlegs
Time Out
YN
ariescape
Wiwin Teja
Old_newb
ScottEye
Ricky Lundstal
LUCYCARD
larkahn
Esprite2000
Only Title

XiaoYu's Q&A profile

  • Smart Device Development How do I manually deploy the CF2 to my PPC?

    I tried running the Microsoft installer and although it starts the installation on my PPC (running Windows Mobile 5.0), it never actually installs the Framework. Is there a way to manually install the CF 2.0 There is a file created in the root partition called MS .NET CF 2.0 LOG.TXT. Here are its contents (sorry this is long): 10/05/2005 00:40:57: PocketPC 5.01 10/05/2005 00:40:57: Processing alternative file: '\Program Files\.NET CF 2.0\cgacut ...Show All

  • Windows Forms VSNET 2005 FINAL release can't open a form

    Hello, The new version of VSNET2005 FINAL release can't opens a form file that use Infragistics controsl. The error shown is the following: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. The designer loader did not provide a root component but has not indicated why. Hide      ...Show All

  • SQL Server get data from cube based on date range( hierarchy)

    Hi, I have a report to show based on a time interval. And the time interval is available as a parameter in Reporting Services. How can I retrieve the cube information based on the date range. The dimension used is having hierarchy. I used the following in sql server 2000 with member [RegistrationDate].[Range] as 'Sum([RegistrationDate].[Year].[FY 05].[Quarter 3].[January].[24]:[RegistrationDate].[Year].[FY 06].[Quarter 3].[ ...Show All

  • Visual Studio Team System Solution problems with RC and Beta 3

    Maybe it's just me, but can you no longer add a solution to source code control when creating the solution (or project) Did something break with the beta 3     Awesome. This fixed it. For some reason I just expected the Team Suite to default to a given provider. I never even though to look here. Thanks for your help! Jeff ...Show All

  • .NET Development SessionState 2.0 Problem connecting to SQL Server

    We are attempting to upgrade from 1.1 to 2.0. We are running SQL Server 2003, and it has SessionState 1.1 installed successfully. We installed 2.0 on the same server, but under a different database name. The userid and password that is used to connect to 1.1 was given dbowner permissions on the new database. When we attempt to use the application, we get the following error: Unable to use SQL Server because ASP.NET version 2.0 Session State is ...Show All

  • Windows Forms Help w/Decision - embedded controls vs inherited forms

    I have a VB6 app which contains an architecture that I am very proud of and has proven to be very extensible. I now need to take that piece of the app over to winforms and am trying to decide whether to continue using this archit ...Show All

  • SQL Server Merge Replication - Weird Conflicts for no reason

    Hi. I am using Merge Replication on Sql Server 2005 (which works much better than 2000 by the way) and everything is working great except occassionally I will get some conflict rows for no reason. The same column(s) of the same row was updated at both 'PublishingServerName.DatabaseName' and 'SubscribingServerName.DatabaseName'. The resolver chose the update from 'PublishingServerName.DatabaseName' as the winner. I checked our audit table a ...Show All

  • Visual Studio 2008 (Pre-release) Keyframe animation is invalid XAML?

    From the documentation, this should be correct XAML (properties are omitted for brevity): <DoubleAnimationUsingKeyFrames ...>       <DoubleAnimationUsingKeyFrames.KeyFrames>              <DoubleKeyFrame... />       </DoubleAnimationUsingKeyFrames.KeyFrames> </DoubleAnimationUsingKeyFrames> Compilation gives me this error: "Th ...Show All

  • Software Development for Windows Vista Read and WritePrivateProfile

    Now that writing to HKLM is being restricted will the PrivateProfile APIs be modified and/or extended Writing to a file (ini or xml or ...) is now a more preferred way to operate rather than using the registry. Using these APIs is much more efficient than having to load an XML parser or write file management code into a app for a few limited shared values. Also it would be useful to be able to store/read binary data with the PrivateProf ...Show All

  • Visual Studio Team System Problem while creating a New team Project

    Hi all ,      My siteurl is http:\\tfs-app.default.aspx. Inside this site I created a subsite called TestDemo.            I have created New Team Project Named TestDemo. When I Right click the Project and show project site. Its shows my sharepointsite(i.e http:\\tfs-app\sites\TestDemo) Problem 1:          &n ...Show All

  • Windows Forms Importing ActiveX Controls into .NET

    I am experiencing a problem when adding ActiveX controls onto a form in .NET when the account I am logged into on XP does not have full administrator rights. I can successfully add the control to the Toolbox, however when I try and create a control, eg the Microsoft Rich Text Control 6.0, on the form the references are successfully created and then I get the following error: "One or more of the types in the assembly unable to load ...Show All

  • .NET Development xsdobjectgen and multiple XSD files

    Hi all I am working with some vendor provided XSD files, and using xsdobjectgen to generate classes to deserialize them. I started with one document type, an EDI 850 Purchase order. It created a very useful class that I employed. Now, I need to work with another document type altogether. When I generate this document, it creates another public class that conflicts with the first class completely. These two documents are unrelated, and some ...Show All

  • Visual C++ Fail to include "atlstr.h"

    The environment: Microsoft Visual C++ 2005 (Beta) Need to activate Macros in C++. First: The following is working properly: I created a DLL (in .NET) with the two lines function: /*static*/ System::String ^ CMyCppMacros::InsertSlashesLine(EnvDTE::_DTE ^ DTE) // Return: "" // Post:  Line of slashes is inserted into the text {   EnvDTE::TextSelection ^ l_ohTextSelection = (EnvDTE::TextSelection ^)DTE->ActiveDocument->Selection; ...Show All

  • .NET Development BeginReceive problem

    im having a big problem on my server side with my Socket.BeginReceive call. here is the code: int bytes_read; try { client.BeginReceive(buffer, 0, buffer.Length, SocketFlags.None, new AsyncCallback(read_data),client); bytes_read = client.EndReceive(ar); if (bytes_read == 0) { client.BeginReceive(buffer, 0, buffer.Length, SocketFlags.None, new AsyncCallback(read_data),client); } else { string ...Show All

  • Visual Studio Team System Reopen existing schema project

    Hi! Ihave project with imported schema, but on open project I give follow MessageBox: --------------------------- Microsoft Visual Studio --------------------------- Exception of type 'Microsoft.VisualStudio.TeamSystem.Data.Schema.InvalidIdentifierCriteriaException' was thrown. --------------------------- OK --------------------------- And after this message Project marked as unavailable. Project - SQL 2000 Project Database - SQL 200 ...Show All

©2008 Software Development Network

powered by phorum