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

Software Development Network >> Vitali Lesheniuk's Q&A profile

Vitali Lesheniuk

Member List

krahd
Jagger_Mack
stephQc
sbadams
Digamber
Josh Phillips
ZGutt
Jeff_S
infoworx
Sanchi
DLeighty
Chua Wen Ching
ijprest
daras
Will Walter
shart44
iturner100
.netguy
Nibu Thomas
il0vehim.
Only Title

Vitali Lesheniuk's Q&A profile

  • Visual Studio Team System Startup error

    Can you tell me what the following error means. This error has only started to come up this morning during Team Foundation startup. And I found that the Work Items are no longer accessible. There is plenty of space on my local hard disk and my user account should ahve appropriate permission as I have been work in Team Foundation for several days now. What else can I do to resolve the problem TF30330: Team Explorer cannot write to the project list configuration file. Free up space on the local hard disk. If the problem persists, contact the administrator for your computer to confirm that your user account has appropriate permissions to ...Show All

  • Visual C++ fatal error C1083: Cannot open include file 'math'

    I am running VS.net 2003, I need in include the old math.h header file. Now I seached my HD and in fact found the math.h file in the"  F:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include " folder (note I instaled VS.net2003 on a HD NOT my system HD and I also have 'dualboot' with win98 & win2k ). Here is what I have started with: #include <iostream> #include <math> using namespace std; void main() { float userNum=0.0; int workNum=0;     cout << "Enter total amount: ";     cin >> userNum; } And this is the error message from th ...Show All

  • .NET Development Problem Deploying Automation Server with MSI Installer

    The project consists of a C# class library and a COM interface for COM interoperability. The COM wrapper project has the Register for COM Interp set to true. When this project is installed locally, I can view the automation server & call it from a COM client. I cannot, however, get the automation server to register when installing on other machines. The MSI project also has the register property set correctly for the .NET generated TLB file. What else can I check to ensure I am setting up the projects correctly I'm not sure where the wrapper is here, but I'm guessing you just have a class library that ...Show All

  • Visual Basic Casting Error

    Dear Team    there is a field ' Date' in the db allow null...    On the form after binding and adding NewRow to insert ......    if the user left the textbox empty an error will raise    " Casting "" to Date is invalid "    How to solve this error       Thank you very much The code is " As Example "   l = textbox1.text  --> string  d = textbox2.text --> Date Datarow = dataset21.table(0).NewRow Datarow.item(1) = l Datarow.item(2) = d Dataset21.table(0).Rows.Add(Datarow) Let textbox2 empty  The problem in vb not sql cou ...Show All

  • .NET Development Dotfuscate Delay Sign TroublShooting

    I'm trouble shooting my obfuscated program.  I'm using vs2005 with delayed signing option from the project settings and reading the hash from a key.snk file. Going by the book, I sn -Vr to register it to ignore strong name verification and everything is fine.  I obfuscate and then sn -Vu to unregister it before finally sn -R to resign the assembly. I have runtime problems that can't find the obfuscated application/assembly. I used the fusion log, and this is my latest progress. Using the Fusion Log Viewer, fuslogvw. The log error is: The operation failed. Bind result: hr = 0x80070002. The system cannot find the file s ...Show All

  • Visual Studio What happened SourceSafe web service access in Beta 2?

    A collegue of mine has just setup a SourceSafe 2005 database and configured it for internet web service access. I have Team Suite installed including SourceSafe 2005, but I am unable to find an option anywhere which would allow me to connect to it. I can connect over a local LAN or over the net via file sharing, but I can't find the web service protocol. I was informed this feature was in Beta 1. Anyone know what happened to it I thought Beta 2 was feature complete since the Go Live license is available.... Now i managed to get it to work.  I had enabled the internet access while the proj ...Show All

  • Windows Forms Disabling Tabs

    how do i prevent a the user from changing to a different tab TapPage has Enabled Property but it's for internal use by .Net Library so they dont make it appear in intelisense so to control access of tabpage handel SelectedIndexChanged event in you code this will let you control access of tabpage Look this link at MSDN http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbtskdisablingtabpagesprogrammatically.asp [ ^ ] You can make diasble effect by handle DrawItem event ...Show All

  • Visual C++ std::_Mismatch deprecated. Replacement?

    Converting a very large code base and this line of code generates the deprecationg warning: pair<T,T> rc = mismatch(first1, last1, first2, pred); c:\program files\microsoft visual studio 8\vc\include\xutility(2586) : warning C4996: 'std::_Mismatch' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\xutility(2570) : see declaration of 'std::_Mismatch' Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'   I've looked but can't seem to find the appropriate replacement code. Can anyone point me a bit more directly ...Show All

  • Visual Studio Express Editions PropertiesGrid - Event

    What event is/are triggered after you change a value in a PropertiesGrid   As I need to record this new value and undate the screen to reflect it also. Find the answer  = PropertyValueChanged hi, Is your problem solved Thank you, Bhanu. ...Show All

  • Visual Basic Programmatically creating UserForm in VB for Applications (Excel 2002)

    hi, I am trying to programmatically create a user form in Visual Basic for applications for Excel 2002. The code is as follows Set myform = ActiveWorkbook.VBProject.VBComponents.Add(vbext_ct_MSForm) It complains saying programmatic access is not trusted or VBProject object failed. Can anyone suggest a work around regards, s_k80. ...Show All

  • Visual C# Passing Input and Harvesting Results from a Modal Form in C# Windows Form Application

    Hi, I have a main form and when a user selects a certain action I want to show another form modally. I know that showDialog() call can do this, but I need to pass an parameter (and int or an enum value) into the form. Also, I would like to harvest custom enumeration with few extra options that are not available the standard DialogResult enumeration. Is there any way to do this Dwight You can create a form with a constructor that takes a parameter, and make the default one private, if you want it to not be callable. You can also set properties within the form and expose them to users of the class. You can't add to the Dialog ...Show All

  • SQL Server screenshots showing solution

    After setting up SQL2005express server with mixed authentification I got the problem 1.  I couldnt find a working ConnectionString 2.  Studio2005  didnt connect to SQL any more In the meantime I found that at least the following OLEDB-ConnectionString is working, when Im logged in as admin and can use Windows Autentication: Provider='sqloledb' Data Source='.'   - without '/SQLEXPRESS' !! Initial Catalog='MyDatabaseName' Integrated Security='SSPI' For details of SQL setup and code to test possible connetion strings please see my homepage. Martin ---------text of my question from 02 Dec 2005 I want to fe ...Show All

  • Smart Device Development Using OpenFileDialog

    When using the OpenFileDialog I am trying to open files in a directory based on the root. I have used the following code: ofd1.InitialDirectory = "\" ofd1.Filter = "all files|*.*|TextFiles|*.txt" ofd1.FilterIndex = 1 If ofd1.ShowDialog = Windows.Forms.DialogResult.OK Then TextBox2.Text = ofd1.FileName End If When the Dialog displays the Folder Dropdown shows 'All Folders' and a bunch of files, however, the dropdown only contains the folder names Contained in 'My Documents'. My question is does anyone know a way to use the openfiledialog to Start at the root of the device so that even 'Storage Cards' can be accessed. What ...Show All

  • Smart Device Development ArrayList overwriting values when add elements

    Every time I add an element to my ArrayList it, it adds the element but also overwrites the values added previously. Here's my code: while (drdrDataReader.Read()) { item.Item._ID = drdrDataReader.GetString(0); item.Picture = drdrDataReader.GetString(1); alItemList.Add(item); } drdrDataStream.Close(); Is there something I'm missing You are adding the same item over and over again. You need to create a new item for each read: while (drdrDataReader.Read()) { item = new Item(); it ...Show All

  • Visual Studio Team System Which CTP?

    I am just downloading the July CTP of TFS and Vis Studio.  The problem is there seems some conflicting instructions.  On the TFS page it says that you have to use June CTP of SQL Server for it to work.  On the same page it says VS2005 July CTP wont work with June CTP of SQL Server! Does this mean you cant use July CTP of TFS and VS2005 together   Isnt it the whole point of having the 2 CTPs together, especially on something so integrated as TFS and VS2005 (I would have thought the SQL would have taken the lower priority on integration). Did I misunderstand Use the June CTP drop of SQL Ser ...Show All

©2008 Software Development Network