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

Software Development Network >> Alex Ivanoff's Q&A profile

Alex Ivanoff

Member List

robinjam
cravingsushi
Dino Ablakovic
Serega
Ed Moya
Clay Budin
Andy_Paul
chawacho
Anjali
Si B
Androjoker
doug gorman
dbcuser
rano
Dean
Naga Kumar .J.V
Seybaa
Virmundi
Harmesh Patel
James29
Only Title

Alex Ivanoff's Q&A profile

  • Visual Studio Set up VSS so all files checked in before final release

    I like to know if there is a way in VSS to make sure all files are checked in before any developer can make a final release executable. Thank you in advance! J Hi J, Sorry, I do not know of such 3rd party software. But perhaps someone else on forum or newsgroups knows I suspect there should be fairly easy to write such tool yourself. I don't know for sure, but I'd expect VSIP interfaces for VisualStudio have a way to hook up a Before_build event. Then, it should be easy to use IVSS interface and check the status of the project files in the VSS database. Alin ...Show All

  • Visual C++ programing for a speedometer

    being a newbry to c++ i was wanting to know how to print 2 or more colums of numbers 1st colum then second then reseting the first and so on and so on much like a speedometer. Where do you want to display those columns In a window based application or in a console based application. Beside all I give you a hint: Read a book to learn basics... ...Show All

  • Visual J# High School Teacher needs help

    Hello, I am a high school math teacher and my students and I am having difficulties getting my first java applet to work for my students using j# 2003.   I have successfully written applets in miscrosoft visual j++ and want to run some of the same applets with j#.   Here is my problem.   I would like to run the same applet found at http://www.mrpowell.net/progra/java/example1.htm   But can not get the applet to run.   I have tried various approaches, so I quess I would like answers to the following questions.   1.       When creating a new project, which type do I select: Vi ...Show All

  • .NET Development Dependency Generator Issue??

       We are currently including a selection of complex types from one schema document into a schema defining a dataset. However, the code generation tool doesn't seem to be able to detect that the datasets need to be regenerated when the included schema is changed. We are currently on VS 2005, but this problem was also an issue in VS 2003. Are there any know workarounds or fixes for this I understand you like the VS designer to detect a change in an included schema and regenertate TypedDataSet. There is no support for this feature in v1.x/2.0 as you have observed. I see that it would be nice for the designer to detect the ...Show All

  • SQL Server Easiest way to get a value in af file into a variable ?

    I get a file with some key information delivered to an ftp destination each day along with some files containing rawdata. The file is a csv file containing some short description of what is being delivered. Numrows;pulltime;sourceinfo 25302524;25-01-2006;dssrv34 So the file has columndescription and 1 row with some information. My question is, what is the easiest way to get those 3 informations into 3 variables How about a Flat File Adapter into a script component in which you can load the values into the variables. -Jamie ...Show All

  • .NET Development To check weather the .txt file is in XML format or not

    Hi, How can I check that a .txt file is in XML format or not using c# Thanks in advance, ~Hitesh The XmlDocument class has a Load method ( it also has a LoadXml method, which I believe takes an Xml string, but I may have the two confused ), which takes a file path. It will throw an exception if the file is not valid Xml. ...Show All

  • SQL Server Query behaviour

    Hi there, I wonder if one of you worthy folks can help me out with some strange behaviour exhibited by a piece of SQL. Its my first post here , so please be gentle. Here is my simple example :- <my test table> create table test (ind int, message varchar(255)) insert into test (ind, message) values (1,'date=01/06/2006') insert into test (ind, message) values (1,'date=20/12/2005') insert into test (ind, message) values (2,'test') The first query is select * from test t1 where t1.ind in (select max(ind) from test t2 where t2.ind = t1.ind and t2.message like 'date=%' ) fine.... 2 rows 1    date=01/06/2006 1  ...Show All

  • Windows Search Technologies WDS Query from VBScript or COM

    I'm looking at integrating WDS functionality with an existing application and have been trying to call the ExecuteQuery from VB6 but am having problems. Does anyone else have some example code that they've managed to get working I've worked out that passing empty strings seems to case issues and am passing null references instead but am getting some errors raised ("Inv. Proc. Call"). This is for a small quick research project to decide between WDS and GDS so any suggestions would be very gratefully accepted! Many Thanks, John I'm not really a VB6 or VBScript expert, but I think this ...Show All

  • Visual Studio Message when i try to open project

    Always I try to open my solution, the IDE show this message: The file 'MySolution.sln' needs to be checked out before it can be edited. The file was not checked out automatically because you have disabled automatic check out when files are edited in the Source Control options page. I only have 1 project under solution file. In the Environment options pane of Source Control I have check "Get everything when openinng..." and "Check in everything when closing...", and "Chek out automatically" in "On Edit" and "On Save". How can remove this message I'm out of ideas. One thing that might help finding ...Show All

  • Visual Studio Express Editions I need to count by ascii characters. Seems tricky!

    Hey guys, I'm doing an expirement and I need to basically "count" but using a set of ascii characters. I'm having a heck of time. And using VB.NET Express. For example, in Decimal, you count 1,2,3...8,9,10. As you know, once your first character reaches 9, a new character is added, 0, to the left, and then you start over counting the 1st character such as 10,11,12...18,19,20. Each time the rightmost character reaches 9, the next one over goes up one, and if another char doesn't exists, it is created. Okay, I need to do this but instead of doing it with numbers 0 - 9, I need to do it with 93 ascii characters! Ranging from chr ...Show All

  • .NET Development Itanium compiler error

    I am porting a C# project to 64 bit.  I successfully compiled in Whidbey using AnyCpu setting and ran the test client.  However, after I changed the compiler setting to Itanium and copied settings from AnyCpu, I got this error upon compiling: ------------------------------------------------------------------------------- C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(1500,9): error MSB3551: Unable to load referenced assembly "C:\Projects\...\bin\Itanium\Debug\MyClass.dll". Could not load file or assembly 'C:\Projects\...\bin\Itanium\Debug\MyClass.dll' or one of its dependencies. The system cannot f ...Show All

  • SQL Server Tool from SQL 2000, Missing in SQL 2005?

    My favorite tool ever in SQL 2000 was a little utility, a front end if you will for querying the system tables. It was under the tools menu and if you typed say 'account', you could find all objects containing the name 'account'- stored procs, tables, columns, etc. A GREAT little tool that few people seemed to use. Now I have 2K5, can't remember its proper name to google it by, and can't seem to find it anywhere, though I suspect it is burried somewhere. Anyone seen this one in SQL 2K and remember its name, or better yet, seen it in 2K5 and can point me there Thanks in advance, Jeff Thanks for the ...Show All

  • Visual Studio 2008 (Pre-release) Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:system.serviceM

    using CTP bits i can rebuild the samples and all ok - building my own project i get the following error: "Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:system.serviceModel'. C:\Documents and Settings\jim\My Documents\Visual Studio 2005\Projects\msnsearchclient\MSNsearchIndigo\app.config 3 6 MSNsearchIndigo" all of this is using VS 2005 beta2. jim I've been banging my head against this Atlas *** since the Orlando VSLive conference and I just can't get it to work. Until it's a helluva lot easier than all this to code Atlas, then AJAX will continue to own Web 2 ...Show All

  • Windows Forms Not everything loading up on execution?

    So the new .NET 1.1 is cool and great, but I have a question; A v1.1 application appears to startup quicker than a v1.0 application.  I've noticed this in an application that we are working on that we have transferred over to v1.1 before its completion.  Is the faster startup due to not loading all of the system classes or methods until  ...Show All

  • SQL Server Problem with Incrementing variable

    I want create a Incrementing row through a variable in Derived Column Transmition,For that i created a variable called 'Increment'..in the derived column iam creating a new column with this expression @[User::INCREMENT] == @[User::INCREMENT] + 1 Is anything wrong with this statement..bcoz iam getting 0 or the value which i assigned (1000)to all the rows. Can you pls suggest some solution Niru Yeah, that won't do what you want. if you want to generate contiguous IDs then look here: http://www.sqlis.com/default.aspx 37 -Jamie ...Show All

©2008 Software Development Network