Software Development Network Logo
  • Microsoft ISV
  • Visual FoxPro
  • Visual C#
  • VS Team System
  • IE Development
  • Game Technologies
  • Visual C++
  • Audio and Video
  • SharePoint Products
  • Windows Forms
  • Visual Basic
  • Windows Vista
  • Smart Devicet
  • SQL Server
  • Visual Studio

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

justom

Member List

Michael Herman - Parallelspace
Chapio
Katie446
OniShiro
Robin Debreuil
JDavide
LuckyL
Mike_Kla
DigitalFusion
Brandon T Perry
favio
arvindbksc
Slovek
lpx
james_cline_
xr280xr
Xenon86
Whoisit
MichaelEaton
Mbunschoten
Only Title

justom's Q&A profile

  • Visual C++ unresolved external symbol Link error appear on release

    so strange for this...I have 5 project when I use DEBUG mode to compiler,the work is fine, but when I change debug mode to release ,some strange error is appear, error LNK2001: unresolved external symbol "public: static class ATG::StringID const ATG::NamedTypedObject::TypeID" ( TypeID@NamedTypedObject@ATG@@$$Q2VStringID@2@B).....etc I sure make all setup for release,project dependencies on link lib ...... all setup is the same as debug,but still appear link error but I create a new project to test such problem. It work fine!! have any step missing Make sure that you are linking with proper DLLs in the release configuration too. Give the required lib files in the project configuration. it will work ...Show All

  • SQL Server script formatting options in SQL 2005?

    Where do I set the default Script Formatting options for generating the TSQL to create database objects I know how to "right-click > Script As > Create To..." What I need is to set the default scripting behavior to include a check for existence, drop the object if it exists, and also include object-level permissions. In SQL 2000 Query Analyzer , it was easy (Tools > Options > Script ). The result would look like: if exists ( select * from dbo . sysobjects where id = object_id ( N'[dbo].[CustOrderHist]' ) and OBJECTPROPERTY ( id , N'IsProcedure' ) = 1 ) drop procedure [dbo] . [CustOrderHist] GO CREATE PROCEDURE CustOrderHist @CustomerID nchar ( 5 ) AS SELECT ProductN ...Show All

  • Windows Forms RadioButton in DataGridView (VB.net 2005 Express)

    Can anyone provide me sample code for adding RadioButton in DataGridView ( VB.net 2005 Express) Please reply as soon as possible. Thanks. http://www.windowsforms.net/WhitePapers/DataGridViewRadioButton/DataGridViewRadioButton.doc code in c# , should not pose a problem, you can still use the control in your vb.net program.   ...Show All

  • SQL Server Log File path in Configuration file does not work.

    Hi, I cannot get the log file path read from the configuration. If the path in the Connection Manager is invalid, package throws an error "SSIS logging provider has failed to open the log" instead of reading it from the config.file.  What am I doing wrong Here is the portion of the config file. Everthing else is read from the config file correctly. - < Configuration ConfiguredType =" Property " Path =" \Package.Connections[SalesforceConnectLog].Properties[ConnectionString] " ValueType =" String " >   ConfiguredValue > D:\APPS\BACIAR\SalesforceConnect\SalesforceConnect.log </ ConfiguredValue >   </ Configuration > Appreciate a he ...Show All

  • Windows Live Developer Forums Microsoft Acquires Colloquis to Enhance User Interactions Online

    Microsoft Acquires Colloquis to Enhance User Interactions Online This is a noteworthy story for those that have followed Messenger bots, built one yourself or taken part in the Windows Live Messenger Robot Invaders contest. Please post questions to the forum or contact me directly. Todd Biggs Product Manager, Windows Live Looks good. It would be great if some of Colloquis' technology could be used in an sdk available to developers. Natural language processing is a very difficult thing to do well, it would be immensely helpful to have a library that allows you to break down a user's message into a group of standardized language objects (for want of a better description ). For example, "I need to f ...Show All

  • SQL Server Design question: static data & custom data & merging the two

    OVERVIEW: We have "normal" application data, like Company, and we have custom/override data that can override the "normal" data. We need the ability to switch back and forth between normal data and custom data and also merge the two (with custom data overriding any normal data fields). BASIC QUESTION: Is it best to set a flag in each table saying whether the row is custom or override OR is it best to have a Normal table and a Custom/Override table MORE DETAIL IF NEEDED.......... Company Data CompanyName - CompanyCity - Company Address (Normal/Default Data) Microsoft - Seattle - 1 Microsoft Way (Custom/Override Data) Microsoft - Atlanta - 1 Peachtree Way So, the first row would show up in the appl ...Show All

  • SQL Server Dynamic Security Stored Procedure Repeatedly Called

    I have implemented an SSAS stored procedure for dynamic security and I call this stored procedure to obtain the allowed set filter. To my supprise, the stored procedure is being called repeatedly many times (more than 10) upon establishing the user session. Why is this happening OK, I will test both approaches (StrToSet and server-side Set) and post the results here. ----update --- Thanks for the tip. Server Set resulted in much better performance. The first column shows the number of members in the allowed set. Time is in seconds. Filer #   StrToSet           Set 5000 52 35 10000 90 58 ...Show All

  • Windows Live Developer Forums DisambiguationCallback returns only 10 results

    Hello, I'm testing the new disambiguationcallback in v3.2. I get only the first 10 results. For example: When you enter "5th ave, new york" in the "Search city, address or landmark"-field on local.live.com, you get only 10 results. Any solution to get the other results I think it's possible to use the Find method and supply a pageindex. Then all pushpins are painted for me, what I don't want. Kind regards, Maarten Claes Mmh, it works with "what" type searches... also with the DisambiguationCallback I think this is a missing major feature of the search function. If it was possible, I would be implemented on the local.live.com page. Can anyone from Microsoft confirm ...Show All

  • .NET Development Enterprise Library - Access and PostgreSQL support in the Data Access Application Block?

    Hello all, I'm starting the analysis of a new project. My plan is using Enterprise Library (June 2005) with Visual Studio .Net 2003. My application needs to access SQL Server, Access and PostgreSQL Databases. There is already a Database Provider for Ms Access and PostgreSQL, or do I need to extend the Database provider in the Data Access Application Block Does my problem go away if I turn to Visual Studio .Net 2005 (with the last Enterprise Library) Thanks, Pedro ...Show All

  • Visual C# GAC and a team enviroment

    Given that this is for team systems and hopefully most people here are working on a team I thought I would post the following here. I didn’t really see a better forum so please let me know if there is one. We are in the process of setting up a build system for our company's framework. However, I'm a bit lost on how to best set up the developers’ machines. We are currently running VS 2005, and may be doing the builds manually at first then moving to an automated build environment, most likely TFS. What I am looking for is advice, points in the right direction, links, etc… that would help me come up with a process for having strong named assemblies in a team development environment. So far most of what I found addresses 2003 and gi ...Show All

  • .NET Development Database application only runs on development system

    I'm currently developing an application for logging hours spent on various engineering projects. I started out writing the application in Visual C# 2005 Express and then imported it into Visual Studio 2005 Pro when the discs were located. The program connects to an Access database using the OLE DB interface and the following connection string: OleDbConnection sqlConnection = new OleDbConnection ( "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=//lfyd044a/shared/schambda/demo/db/TimeSheet Tables.mdb" ); Everything works great on my dev machine but as soon as I run the application from a different machine (either from a network share or a local copy) the program crashes before the UI is displayed with the following error s ...Show All

  • SQL Server BLOB Merge Replication

    Hi, I have setup a Merge Replication between a SQL Server 2005 and a SQL Server Mobile using native C++ code in Windows CE 5. Replication of normal data types (nvarchar, ints etc) works great, but when I try to replicate a blob about 1.5 MB the performance is awful. The download phase seems to be quick while the applytime (printed in debugger) when the database on my CE device is updated is about 3 minutes for 1.5MB binary data which is unacceptable since the database gets locked up during the applytime. The BLOB column is defined as image data type which shall hold up to 1GB data. I have tried to disable compression during replication, but it doesnt matter. Does anyone have some experience of using merge replication with blobs in SQL S ...Show All

  • Visual Studio Team System Best Approach? ... Websites, Code Libraries, Shared Code, Shared Filesystem

    I have a massive headache looking at all the possibilities for our team migrating from using VSS to using TFS. TFS has been purchased and installed (working great) but I want to do this the right way from the start. I really need to setup the Team Projects in TFS the best way possible and Im not sure what approach to use. The answer to my first question below may answer all of my questions, but a little guidance would be great. And, a huge thanks to the community as I have spent this entire week watching vids, reading blogs (some install headaches), and articles. Questions: How would I set up a Team Project and or multiple Team Projects in the context of my Architecture below Im currently OVERWHELMED right now with the possible approa ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to access Surface data?

    here is my code Surface surface = graphics.GraphicsDevice.GetBackBuffer(0, 0); uint[] data = new uint[4]; surface.GetData<uint>(data,0,4); "The size of the data passed in is too large or too small for this resource" exception will throw out when execute GetData function. How draw a picture on an surface except to use GetData SetData function Is there a way to use GDI+ function to draw something on XNA surface,or copy data from System.Drawing.Image I want to write some code to draw chinese string on screen.If GDI+ function is available in XNA,that will easy to complete. Here's the code for a working sample of this method of drawing text. using System; using System.Collections.Generic; using Microsoft ...Show All

  • Windows Forms WebBrowser control and html document(simple question)

    Hey, I added a .html document into my project. But How do you make it so that my web browser control "webbrowser1" will show the document, I named it "New_Tab.html" Thanks :) It worked! thanks guys, there is a little probelm thoe, but I can fix it, it really easy. But befoe I make a new topic would it be OK if I asked a question in thsi topic that involes using thta line of code you gave me Thanks :) ...Show All

©2008 Software Development Network