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

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

rastsan_caj

Member List

hellomahesh
StephanLotter
bmssoftware1
Pierce Blaylock
elliotg2005
BradyGuy
gugu
Takalth
Eric Liang
Robert_B
Moonshadow
MTM
Sameer.V
JohnnyClueless
Mark Doughty
Mick Beeby
Seaman Jiang
Joel Holder
unclejim
maciu
Only Title

rastsan_caj's Q&A profile

  • SQL Server Renaming table column by lookup to define source definition

    Hi, I'm looking for a way to redefine in a table the columns refered by another table to use as source (Exel / Flat file) withinh SSIS SQL 2005. Any idea ( mailto:cattel2000@icqmail.com Marco, I am not sure if I understood your question correctly. If you can explain the scenario further, it will help to understand the problem. But, if you are looking to update the meta-data of columns of a table at run-time, you may use "Derived column" task and 'replace column_name' option. You may use appropriate cast operators in the expression to match the data-types, if required. If the meta-data are incompatible, you will be better-off using 'add ...Show All

  • Visual Studio Team System Team Builds and Compact Framework v2

    Hi Testing Team Builds. Most of our applications is for Mobile Devices. Is it possible to use Team Builds to genereate installation sets for Compact Framework 2.0. My test returned an error: Target GetFrameworkPaths: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CompactFramework.Common.targets(23,9): error : This project requires .NET Compact Framework v2.0, which is not installed on this machine. Done building target "GetFrameworkPaths" in project "xxx.csproj" -- FAILED. If its possible to use Team Builds with CF v.2, what to install on the TFS server, and where do I find this installation/setup file Arild ...Show All

  • Visual Studio Team System MSF 3.1 is still far superior for enterprise project mgmt and delivery

    As I  learn more about VSTS 2005, I am concerned that the software can not replace power of MSF 3.1. Remember, MSF is a Microsoft methodology proven over years to deliver  IT projects on spec and schedule. VSTS  based solution framework 4  is more suited for workgroup projects  and small teams. It is not suitable for enterprise wide  project  which definitely  needs  traditional six team roles.  Very existence of six team roles forces right team play throughout software development cycle. Microsoft should refocus MSF 3.1 as template driven enterprise framework. It is tool independent,  a ...Show All

  • Windows Forms FormBorderStyle BUG? -- Nudge

    I hesitate to make a quick call here, but to all appearences, there is a bug in the implementation of the FormBorderstyle property of forms. The bug is that when you toggle from the "None" value to the "Sizeable" value, the display of the form does not conform to the metrics reported for ClientSize, Height, ClientRectangle, Bounds, etc...the form's display does not correspond to what it thinks its state is... The sample program included is very simple. It places a panel on a form and a button, neither have any Docking or anchoring (there positions are arbitrary). The panel had a 1-D border so that its position is easy ...Show All

  • Visual Studio Team System Deleting TeamBuilds in the RTM

    In the RTM of TFS will we be able to delete past team builds from within the IDE or are will still limited to using tfsbuild delete from the command line Thanks Hi Graham - We are not supporting any UI way of deleting builds from Team Build in the RTM version also. The command line way is the only option provided. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mech commander 2 question

    i built the MC2 project and decided to play it all the way through. i bought the game in ages past and love it, so i wanted to play it again before i dive into the source code. there seems to be an issue with the mission 17 .abl file. it crashes with an error about fadetocolor at line 755 having an integer out of range. i looked at the numbers in the mission file and they were within a normal long int range. i changed them to be within a short signed int range just in case, but that didn't help. has anyone else seen this problem my appologies if this is the wrong place for this question. Yeah i ...Show All

  • Visual FoxPro RSA Public/Private Key Encryption in VFP 9.0

    Hi, I need to be able to decrypt data pulled from a MySQL table encrypted with RSA public/private key encryption within a FoxPro application.  I am currently using the FoxPro Foundation Class known as _cryptapi as a wrapper to the CryptoAPI interface.  The problem I'm having is that I can't seem to figure out how to decrypt a RSA encrypted string of data.  I know that the _cryptapi class provided by Microsoft uses the Microsoft Base Cryptographic Service Provider which in itself uses RSA public key encryption algorithms, but for some reason I am having the hardest time finding the methods that support this in the _cryptapi fo ...Show All

  • Visual Studio Express Editions Db connection info

    I have a Mysql dB that I develop web apps with,   I would like to tryout working with   ASP but I would need to be able to convert my old sites over to ASP for PHP, but I don’t want to change db to SQL.   Can someone direct me were to go, to get a step by step explanation of what to do, to connect to Mysql for .net Have not done much with MySQL, but you might want to look at the following link, It is a link to a MySQL Provider for the Membership and Roles system in ASP.Net 2.0 Membership and the Membership Provider ====================================== MySQL Membership Providers http://www. ...Show All

  • SQL Server Interactive Sort within a Matrix

    Can't seem to make any kind of interactive sort work within a Matrix. Is it possible I've got the interactive sort to work in a Table. In a Matrix, the sort buttons come up, but they don't have any affect on the presentation of the data (columns). In the matrix, I think I've used every possible combination of Current Scope, Choose Data Region or Grouping, Detail Scope and the second Choose Data Region or Grouping. Any help or suggestions would be most appreciated. I'm wondering - how did you make the interactive sort work within a table Perhaps my problem is that my table is a drill-down. I can't f ...Show All

  • SQL Server sql-express install fails

    the latest sql-e install fails on one pc for me. It looks like some previous sql-e beta components are still installed. I'm not sure what the correct procedure is for removing them. I tried using msiexec /x but i get an error for each of the 3 components. I'm pasting the error log below. If someone could tell me the correct way to remove them i'd appreciate it, thanks. Microsoft SQL Server 2005 CTP Setup beginning at Thu Sep 29 21:00:51 2005 Process ID      : 2284 d:\593c02c0675bffeb8beb\setup.exe Version: 2005.90.1314.0 Running: LoadResourcesAction at: 2005/8/29 21:0:50 Complete: LoadResourcesAction at: 2005/8/29 21 ...Show All

  • Windows Forms Syntax error converting from a character string to uniqueidentifier

    i have a object that is capturing a null field and then when trying to insert im getting an error.. Syntax error converting from a character string to uniqueidentifier..  how can i turn the string into a uniqueidentifier ...Show All

  • Software Development for Windows Vista problems while registering .Net assembly as COM interop

    Hi. I'm writing a plugin for some windows service (IAS). The service is written on C++ (not managed), but the exact plugin code must be written on C#. So I wrote C# module and registred it as COM server. C++ plugin creates C# server instance by standard CoCreateInstance call. In test application everything works ok. But when I run it under service process, C++ plugin hungs up on CoCreateInstance call. The most interesting thing is that it works if I terminate service process and start it again. After restarting computer the problem is replicated. I tried to put the CoCreateInstance call in seperate thread for the case if it takes to ...Show All

  • Visual Basic Accessing a cabinet file

    I want to make a program that will access a cabinet file and copy certain files from the cabinet to the users hard drive. I have no idea where to start, though. Any ideas you can use Cabinet SDK http://msdn.microsoft.com/library/default.asp url=/library/en-us/dncabsdk/html/cabdl.asp a helpful artical http://www.findarticles.com/p/articles/mi_zddvs/is_200410/ai_n7181083 ...Show All

  • .NET Development AddAccessRule doesn't work properly ??

    Hi, I want to add wirte access right for a certain user to a folder. The following code is my approach in doing this. However, a NETWORK SERVICE user is added with no right(either allow or deny). Do you have an idea I myself execute this code as Administrator. folderBrowserDialog1 = new FolderBrowserDialog (); folderBrowserDialog1.ShowNewFolderButton = false ; DialogResult result = folderBrowserDialog1.ShowDialog(); if (result == DialogResult .OK) { string path = folderBrowserDialog1.SelectedPath; string account = @"NT AUTHORITY\NETWORK SERVICE" ; try { // Create a new DirectoryInfo obje ...Show All

  • Visual Studio Team System False Positive: ValidateArgumentsOfPublicMethods

        Resolution   : "Validate parameter 'left' passed to externally                    visible method SecurityGroup.op_Equality(SecurityGroup,                     SecurityGroup):Boolean."     Public Shared Operator =(ByVal left As SecurityGroup, ByVal right As SecurityGroup) As Boolean         If left Is Nothing And right Is Nothing Then Return True        ...Show All

©2008 Software Development Network