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

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

kudosdude

Member List

craig kelly-soens xpectworld.com
tikira
Miahoo
StRoNgWiLLeD
Jason1
Iulian Popescu
yanivpinhas
MuppetMonkey
James Proctor
ShaTari
Aquilo
Patrick Flynn
Tony_siu
cnSoftware
enTy
MagicCity33
RayAB
Bernard C
Silverblade2005
cpwrdev
Only Title

kudosdude's Q&A profile

  • SQL Server Using custom cookies

    Hi, We are writing our custom authentication for report server. However, we do not want to use .net generated cookies but our own mechanisms to check for the user and call the logon method etc. What is the right way to go about achieving such a task . Our application, report server both should use the same custom cookie. Thanks. ...Show All

  • .NET Development WSE 2.0 SP2 Installer Error 1001

    Hi, I'm trying to install Microsoft WSE 2.0 SP2 on an XP Professional machine. This is a fresh install of the WSE library, no other version has been installed previously. I am using the installer directly from: http://www.microsoft.com/downloads/details.aspx familyid=FC5F06C5-821F-41D3-A4FE-6C7B56423841&displaylang=en I receive the following error: Error 1001. Unknown Error (-1) and then: Error 1001.Could not ...Show All

  • SQL Server infromation about accuracy of the mining model problem

    Hello! I have a problem getting information about accuracy (percentage of the right predictions) of the model using DMX. Is it possible to get information about accuracy of the model using DMX I didn't find any useful function... My second idea was to build and process the model. And then compare states of the predictable columns of the test data to states that the model predicts on the same data. And count them. That would be the way to get pe ...Show All

  • .NET Development Exporting COM+ 1.5 Problem

    Hi all, I have developed a C#2 .Net COM+ Server Application using System.EntrpriseServices.ServicedComponent. It is a server application and it uses Role Based Security. It also uses a couple of 'private components'. All are working fine on the development machine. But when I tried to use the Component Services' Application Export Wizard to deploy to another machine, it gave the following error when I tried to generate the MSI (I am exporting th ...Show All

  • Visual Basic How do you open an embedded resource?

    I am trying to make a program that will will make it easier for me to access some of my smaller frequently used program. I am new to Visual Basic and just discovered how to embed a .exe file into the project. I just dont know how to open it now. Basically there is a button and when it is clicked it needs to open up a .exe file, lets just call it 1.exe. I have looked around everywhere on how to do this and all I found was some resourcemanager com ...Show All

  • Visual Studio Team System Error 28925 - TFServerStatusValidator TFSService Account

    Does the Service account for TFS have to be a member of the servers domain or can it be a local user account I've tried every combo known and still am getting this error at the end of the install. Just FYI .. TFS assumes that you are installing SQL on both the AT & DT and it has a dependency on ASP.NET 2.0 which is absolutely required. Now it is possible to 'hack' around that installation in which ca ...Show All

  • Visual Studio Visual Studio/VSS Problems

    Dear Frenz, Can anyone solve my issues, Kindly help. VISUAL STUDIO/VISUAL SOURCE SAFE ISSUES Below are the scenarios we identified from VSS: Sometimes when we open Project from Visual Basic (located in VSS), it is showing “ Failed to load project ” Error. After modifying the code in Visual Basic, If we try to check-in multiple forms at-a-time, It checks-in the forms perfectly. After checking-in, it is allowing us ...Show All

  • Smart Device Development Socket c# programming on windows mobile 5.0

    Hi please look at this link it my question based on c#! Thanks! Kin http://forums.microsoft.com/msdn/ShowPost.aspx postid=299042&isthread=true&siteid=1&authhash=6dcb696aa96f08b031e59fda92f84b7173ab8be0&ticks=632779917540143020 Hi Kin, You would need to establish a GPRS connection with TcpClient. I have posted an article on how this can be done: http://blogs.msdn.com/anthonywong/archive/2006/03/13/550686.aspx ...Show All

  • SQL Server Snapshot location on a clustered server and Kerberos authentication

    Hi, We have a clustered instance for our distributor in a transaction replication topology. At this distributor we also have our snapshot folder. We created a file share resource for this snapshot folder in MS Clustering in the virtual group as the sql instance. In the distributor setup we then provided the "virtual group\sharename" as the location of the snapshot folder thinking that in the event of a failure, the virtu ...Show All

  • SQL Server Protecting scripts form running (accidentally) on the wrong database

    Hi In SQL 2000/7 I have a header which is placed (automatically) at the top of mainteneance and upgrade scripts: <code/> if db_name() ='Master' or db_name() ='model' or db_name() ='msdb' or db_name() ='tempdb' raiserror('Incorrect database: abort script', 20, -1) WITH LOG Go </Code> In 2K this has the effect of bombing the connection and preventing the script running against the "important" databases ...Show All

  • Visual Studio Vertical alignment in text or field objects

    I am working in Visual Studio 2005. Is there someway to center values vertically in text or field boxes I also don't get anything related to same Another workaround is like save crystal report to PDF & show PDF in iframe Hope it helps ...Show All

  • Visual C++ Getting started with a plain c++ program!!

    How do I just open and compile normal c program, without it being a "win32 console application" or any other fancy-shmancy stuff File->New->Project A window will spawn. Under the C++ header select "Win32", in the right pane select "Win32 Console Application." Give it a name and hit "OK." Hit Next. UNcheck "Precompiled header" check "empty project" click "finish" Done. Your project is created. Now we need to make a file. Now you ...Show All

  • Visual Studio 2008 (Pre-release) OperationContracts and parameters

    What are the use cases for the various ways of factoring interfaces using: intrinsic types, XSD complex types (classes), and data contracts For example, which is the “best practice” for the following: [OperationContract] void CreateUser(string username, string password); [OperationContract] void CreateUser(User user); [OperationContract] void CreateUser(CreateUserRequest createUserReqest); I’m u ...Show All

  • Visual Basic Buying Visual Basic 2005

    Am I able to buy just VB 2005 or do I have to buy the Visual Studio suite Thanks in advance! I just looked, again. I didn't see anything in the way of a Standard edition. There hasn't been a pro edition since VB6 (So I'm told) So basically the answer is no. But you can still get just VB by way of an express version. http://msdn.microsoft.com/vstudio/express/vb/ And it's free and downloadable. Ran ...Show All

  • Visual C# How can I prevent others using my assembly?

    How to trust the calling assembly that loads my assembly. I don't want anyother client load my assembly except specific assembly   Sean Vikoren wrote: To get really secure code, you will need to compile to a native format.  Of course when you do this, you loose the flexibility of running in the CLR. The security protections offered by the CLR would also be lost.  Considering that no call ...Show All

©2008 Software Development Network

powered by phorum