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

Software Development Network >> M.Lipinski's Q&A profile

M.Lipinski

Member List

daveremy
tahir_ali
~rabin
Shibu Shaji
RBrady
nielsvdcp
Antonio Yonekura
Tim Wilson
Gregg Payne
ALepage
Mike Marino
Jose.
Tomas_H
sontek
Brett Ryan
Doug2005
MRaybone
Brandon Hawkins
Susheil
rosevines
Only Title

M.Lipinski's Q&A profile

  • .NET Development MSXML 6 Merge Module

    Does any one know if microsoft are going to release a merge module version of msxml 6 I ask as i need it for an installation Thanks MSXML6 will only be released as MSI there will be no more MSI releases from Microsoft. - Umut Alev [MSFT] ...Show All

  • Visual Studio Team System Adding Workgroup users to TFS

    Hi, I'm installing team foundation server on a clean server build in a workgroup environment.  Its all gone smoothly so far and I've managed to create a new team project.  However when I add a workgroup user to the team project they are able to view the portal page but some of the page section are reporting the following error: The permissions granted to user 'CONWY\gwyn' are insufficient for performing this operation. (rsAccessDenied ...Show All

  • Visual Studio Automating Team Project Creation

    Hi, Is it possible to create a Team project from cmd line or by using the object model Basically I donot want to use the wizard for creating team project and this has to be automated as part of some other activity. If yes, will you please provide any pointers. Any help will be highly appreciated. Thanks and Regards Prash In V1, we do not provide a public method for creating a team project pr ...Show All

  • SQL Server SQL Authentication and SQL Express

    (FYI - the Search box throws a scripting error when I type in it) I see in SQL Express Manager that I can connect using either Windows Authentication or SQL Authentication. Is the SQL Authentication for use with SQL Server 2000 and perhaps the full SQL Server 2005, but not for SQL Express My product uses SQL Authentication with SQL Server 2000; I am testing my product with SQL Express, but it fails on the authentication step: Event Type: F ...Show All

  • Software Development for Windows Vista Property declared in Custom State Machine Workflow not accessible in Activity reference

    Hi, I created a workflow based on a class that is derived from StateMachineWorkflowActivity - reason being that I needed a complete XOML based workflow (no code) and with pre-defined properties. -----------------------------------Code---------------------------------- public class OrderProcessBase : System.Workflow.Activities.StateMachineWorkflowActivity { public static DependencyProperty OrderProperty = DependencyProperty.Registe ...Show All

  • SQL Server Generate scripts only for stored procedures and views?

    Hello, I have two environments, testing and developing, sometimes on developing environment I make chagnes to views or stored procedures, the first time I copied the whole database, but when the tester began to test the second cycle I made the same and he losed the changes, the tables wont change, but the views and sps may change, so I need an easy way to change those objects without having to copy all the database I tried but the generat ...Show All

  • Visual Studio New options in Latest Beta 2(Build 8.0.50215.44) Release of VSS 8.0

    With the prior version (also called Beta 2) of VSS 8.0, an analyze using the usual V6.0 options (-f -c -d) took 5 hours.  Now it takes over 12, and results in thousands more errors and bad files.  There appear to be many new options available in this version. What do they do, and what affect will they have in "fixing" the database. Thanks Hi Jenska, Thanks you for reporting the .old files problem. ...Show All

  • .NET Development How to Hide original IP while using HttpWebRequest/Proxy support

    Hello friends, I am developing Windows Application and using HttpWebRequest. My requirement is, While sending a request to a URL, I want to hide my IP address, or I want that the requested URL gets some other IP from My request. Can anybody suggest how to do this Rgds, Kiran Suthar. Well, not by using HttpWebRequest, that's for sure. Spoofing IP addresses requires manipulation of the underlying TCP/IP packets. HTTP si ...Show All

  • Architecture Databinding vs Multi-tier

    I'm a bit confused - see if you can help me out. It seems like microsoft is really big on the multi-tiered approach to development(presentation, business, data), but now, with visual studio 2005, they're also really pushing the new and improved typed dataset for databinding. Am I wrong, or is it virtually impossible to take full advantage of the new typed dataset and still separate your system into presentation and data layers You create a data ...Show All

  • Visual C# How can hide my form on startup?

    Hello, I am wondering how can I start my application hidden. I want when the user first clicks the app.exe nothing seems to happen untill I want to show on a certain condition. this.hide(); on load method didn't work! Please help. Hi! Actually this is not good to hide app after startup - user may think he doesn't started app and start it again. Try this code: BeginInvoke(new MethodInvoker(delegate { Hide(); }) ...Show All

  • Visual Studio Ruby Plug-In ?

      Ihave been really impressed with Managed code (C#) and Visual Studio over the last couple of years. But I am now pretty impressed by Ruby (and the RAILS Web fraemwork) Unfortunately the best Editors and few IDEs for Ruby seem to be weak  Java implementations, not a patch on the Visual Studio experience. I know Ruby is a very dynamic language, not so well suited to Visual Studio, but a Ruby Plug-In for Visula Studio, with robust ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. TextureLoader gone? Alternatives?

    Hi, I'm new with DirectX and I'm starting with the December 2005 SDK.  It seems like almost every tutorial or sample I've run into uses TextureLoader to retrieve textures.  From what I've seen, and I've looked pretty hard, TextureLoader doesn't exist in Microsoft.DirectX.Direct3D anymore contrary to any documentation that I can find. Well, instead I've been using Texture.FromBitmap to load textures, which I guess is okay... But I can't ...Show All

  • Visual C++ Linker Error with the file atlsd.lib

    Hi all, I am facing a problem when building my code in VC++. Actually i built my code on a machine which contained VS2003. When i copied the same files into my machine which has VS 6 in it gives me a linker error saying, LINK : fatal error LNK1104: cannot open file "atlsd.lib". What is the reason for this to occur ,I think there will be a simple solution for this. Please look into it and gimme a suggestion. Thanks &am ...Show All

  • Smart Device Development Connection Manager vs RAS for GPRS

    All,  I'm pretty new to the cf world and have been forced here due to some inadequecies with the Appforge language we were previously using for Handheld App Development. Our group are expert VB6 Developers, Intermediate VB.net developers, and fairly ignorant with the netCF.  I'm working in the VS2005 Beta 2 right now trying to rewrite a logistics tracking application.  Looked through helpfiles and forums, but haven't found any cl ...Show All

  • Visual Basic Quick question

    I'm running this proejct on vb. net 03 pro. This is a small project sample that i want to developed a little bit more, but i have a problem with the output... code: Module mainmodule Public usernamedatabase(4) As String Public passworddatabase(4) As Integer Public r As Boolean Sub main() Dim objLoginform As frmlogin objLoginform = New frmlogin Dim x As String Dim y As Int ...Show All

©2008 Software Development Network

powered by phorum