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

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

franjorge

Member List

clstephenson
isearcher
Chuck S
Matthew Ferguson
Paul Bates
Markus Buhmann
Mandhadi
Abhigad
ZNS
DianaBurke
kanagaraj_pk
Abbasi
Anand K
Maximilian Raditya
Tukkkko
Tanny
Athar.Iqbal
Sameerhanda
khushboo Sharan
Naiem
Only Title

franjorge's Q&A profile

  • SQL Server Plug-in algorithm documentation and sample code

    I've read in at least one book (and heard firsthand at the SQL Server launch event) that there's a plug-in framework for adding new algorithms to Data Mining. However, the book was apparently written against a Beta version, and the location it suggests for the plug-in sample code doesn't exist in the shipping version. I haven't been able to locate any documentation about the plug-in framework in the SQL Server Books Online, and I haven't been able to find any sample code, either. Can someone give me a few pointers We are working on a framework/SDK for developing plug-in algorithms using managed code. We hope to make it available for do ...Show All

  • Visual Studio Team System Protocol violation - can I change how sensible the test shall be to protocol errors?

    I get this error when running a test on a web page that I have no possibility to change: RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF Is it possible to configure how the test shall handle this so the test will not fail Sten, this sounds like a bug so I'm going to need some more info to track it down.  What's the request like that's causing this error   Are you using non-ASCII characters in a custom header value or in the URL Josh ...Show All

  • SQL Server ReportViewer Help

    I am having trouble populating my reportViewer. Is there a walkthrough that will show me how to do this. I am trying to view reports that reside on my ReportServer. I would really appreciate a point in the right direction Thanks -JW This may help you: http://odetocode.com/Articles/128.aspx If you are going to do further modifications to the report viewer I've written a post that could also help. http://www.sqlmonster.com/Uwe/Forum.aspx/sql-server-reporting/11593/ReportViewer-and-Click-through-links Cheers, Patrick http://www.patrickperon.com ...Show All

  • Visual Studio 2008 (Pre-release) FK column and related tables

    When using sqlmetal.exe against a database I step into the following problems:    - Some (not all) of the identifiers are written to the .cs file in what I guess is ASCII, even though they are Unicode identifiers (e.g. a column named "Descripcion"), which makes non-alphanumeric characters (ascii chars > 128) appear in the middle of the names, rendering the file unusable.         - Some (foreign-key member) columns are named the same as the parent table they refer to (e.g. FK column "Order" in table "OrderItem" is a foreign-key that points to table "Order"). The code generato ...Show All

  • Visual Studio Team System Logical DataCenter - Newbie

    Today is my first look at this and I've added zones and servers but I'm having some troubles importing the settings from those servers. For example: I highlight the server, go to Settings and Constraints box, right click "Logical Server Settings" then "Import Settings". It looks like it works but some of the settings it pulled are NOT what is set in IIS. One example is the sp script timeout is set to 300 on the default website of this box, but it tells me it's at 90. Any ideas Thanks Basin, Thank you for the post. Product team has reviewed it, and it looks like this is a bug. T ...Show All

  • SQL Server Derived Column Task failing with error 0xC0049067

    I have a package that fails as soon as it hits the first Data Flow that contains a Derived Column task. The task takes three date columns and looks for a date of 6/6/2079. If it is there, it is replaced with a NULL. This task worked fine until I installed the Non-CTP version of SQL 2005 SP1, earlier today. (I went from RTM 9.0.1399 to SP1 9.0.2047)Does anyone have any ideas Here is the error I am trapping: An error occurred while evaluating the function . The "component " Update Max Date Value to NULL " (346)" failed because error code 0xC0049067 occurred , and the error row disposition on "input colu ...Show All

  • Visual Studio 2008 (Pre-release) WCF Custom Behavior

    Hi All, I am looking for some WCF behaviour help. Which will tell me Why we need behavior...wht we can do with it...& how to implement custom behavior. I tried a lot to get this info but didnt impress me much. if anyone have some real good stuff plezzzz share it across. Thanks a tonzzzzz in advance. Excellent idea, and very easy to implement as well using a clientside message inspector. I've coded one up that does just that. If you want to take a gander send me email at smason@microsoft.com and I'll reply with the sample. Thanks! Scott ...Show All

  • Visual C++ Conversion of projects from Visual C/C++ version 2.0

    Hi In the msdn library there is an article describing serial communications in Win32. This article includes the complete source code of a sample program called MTTTY . I use Visual C++ 2005 (beta 2) and would like to compile the source. When I run the convertion wizzard on the sample makefile I get the following message: Conversion Issues - MTTTY: Unable to open file. This appears to be a project file from a version of Visual C++ between 1.x and 2.x. Converting of projects from these versions is no longer supported. I have also tried to "create a project from existing code" with all of the sorce from the sam ...Show All

  • Visual Studio Team System Dropping Files into Source Controlled Projects Fails Checkout

    I have just created a project within Team System and checked the source code in. Now when I drag and drop newer files in, generated from CodeSmith, it asks the following questions... "Destination File Exists [Title] A file with the name "xxxxxx.cs" already exists. Do you want to check this file out and replace it [ ] Apply to all items. Yes, No, or Cancel" I select "Apply to all items" and then "Yes". However the files never get checked out. (This is my issue.) How do I get it to check these files out when I drag them into the project and they already exist It does, however, change my lo ...Show All

  • Visual Studio Express Editions App runs under c# Devel environment but not on another box

    I can produce a release and debug version of my application. It will run under the VC # IDE and it will run development box( just copy the app.exe and app.exe.config to anydir(runs fine). When I try to put it on another box. It does not work like the devel environment. Using the .net 2 and have verified the installation on the client boxes. It seems to be some type of permission problem. (I also tried the publish but what a joke) Thanks in advance, help frustrated. ( if I am in the wrong forum I apoligize, there are only 50,000 to start from) Thanks for the quick reply. When I ...Show All

  • Visual Studio Express Editions Registration process

    I've installed both C# and WebDev and seems to me that there are some difference between my experience and what MS says on the visual studio express site: - both apps does not requires registration - in the welcome e-mail I didn't received any registration code - I haven't seen any place where I can put this code seems to me that they are totally freeware. anyone of you experienced the same or not ...Show All

  • Visual C++ Help with ODBC connection

    C++ unmanaged Using ODBC: My app prompts the user for a DSN connection. It then stores the connection string and uses it later. Getting the connection string (this works): m_sDSN.Empty(); CDatabase db; if (db.OpenEx (m_sDSN, CDatabase::forceOdbcDialog)) { m_sDSN = db.GetConnect (); db.Close(); } This brings up the DSN selection dialog. Although I could choose differnent DSNs, for testing m_sDSN ends up with this connection string: "ODBC;DSN=RaptorSQL;APP=Raptor Client;WSID=SCOTT1;DATABASE=RaptorTest;Trusted_Connection=Yes" Later, when I want to open this connection (does not work): CDatabase db; if ...Show All

  • Visual Studio Team System Special icon for branch

    Hi, Currently, Folders and branches look the same in the IDE (like regular folders). 1. Is it possible to change the branch icon to a different one 2. Is it possible (in the future) to see a graphic window for the branches (like in ClearCase) Thanks, Michael Maybe. I'm not convinced this is a good idea. Should files that were created thru branching also have this icon instead of taking it from their file type Ok, so we apply your rule only to the root of a branch operation...except files can be branched directly too. Ok, so we special-case folders. Are we willing to make extra server round-trips when refres ...Show All

  • Visual Studio Team System Will TFS work on a Windows 2000 AD domain?

    We are about to start our evaluation of the Team Foundation Server (TFS) beta 2. Our original plan was to add the server running TFS to our usual network. The problem is that our network is a Windows 2000 Active Directory (AD) domain. The installation guide for TFS clearly states that a Windows 2003 AD domain is required, though. Is there a chance of getting TFS to work on our 2000 AD domain or do we need to set up a separate Windows 2003 AD domain for the evaluation Has anyone tried to run TFS in Windows 2000 AD domain If it won't work on our Windows 2000 AD domain, will the release version of TFS support Windows 2000 AD domains or will ...Show All

  • .NET Development Compare time

    Hi, Im having a lil question. Im trying to compare 2 times with eachother. One time is in an xml file. The other one is the time at this current moment. If the time is older than 1 month, it should remove a whole table from the xml file. This is the code i produced so far: static void Main(string[] args) { try { DataSet xmlFile = new DataSet(); xmlFile.ReadXml("test.xml"); foreach (DataRow dateRow in xmlFile.Tables[0].Rows) { string Date = dateRow["Date"].ToString(); DataRow[] tempXmlFileRows = xmlFile.Tables[0].Select("Date = " + Date); ...Show All

©2008 Software Development Network