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

Software Development Network >> Paul Scheremet's Q&A profile

Paul Scheremet

Member List

BloomyMB
Jean-Michel Bezeau
Sharon F. Dooley
mc-hammer
Lientjie Kat
amitmahajan
KaroK
joyce21
IvanLieb
Kevin Hoffman
Kinnos
Upender R. Sandadi
Peter Moore
SGrieco
JenDB
ames7401
MarkWHaroldson
ptjhuang
Mitch0820
Farzad E.
Only Title

Paul Scheremet's Q&A profile

  • Smart Device Development Form Design View

    Hey everyone, Something has happened to my Smart Device project, but I am not sure what.  Now when I open the project and double-click on the form, only the script file opens.  I can't get the design view to open for the form.  It will still deploy in debug mode.  Does anyone know what this means Thanks I have a feeling that this might be a known issue. Could you answer these 2 questions - Is it a Device v1 app (which uses .Net Compact Framework v1.0) - Does right clicking on the form in the solution explorer give you a 'View Designer' option Thanks, Sriram Krishnan PM, VSD ...Show All

  • Visual Basic Hex Editing

    How do you Have a program like change some values of hex. For example in a file like it goes to offest 0x24E and changes a a certain number to a different number. System.IO.Directory.CreateDirectory(textBox1.Text) assuming the textbox contains the full path to the directory to create. ...Show All

  • Visual Studio 2008 (Pre-release) can't generate proxy class

    Hi I tried to generate a proxy class for my application with SVCutil.exe in the sdkshell but i couldn. it displayed "svcutil.exe has encountered a problem and needs to close. We are sorry for the inconvenience" when i tried to debug using JIT debugger it throwed an Exception "Could not load file or assembly 'System.Runtime.Serialization, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified." need help regardin this.... Thanks, Jithendrian.R Sounds like there may be an ...Show All

  • Software Development for Windows Vista Beta 1.2 install on VS RTM causes error in VS Code Designer

    I'm having problems loading WWF b1.2 onto VS2005 RTM on WinXP. Getting error: CodeDomDesignerLoaderNoRootSerializer. The version for VS RTM is 8.0.50727.42 I've tried install/deinstall/reinstall several times on 2 separate machines. Any suggestions TIA Other users have reported that this occurs when you have VS2003 and VS2005 both installed and that it does not occur if you uninstall VS2003. Do you have VS2003 installed Regards, Paul ...Show All

  • .NET Development Are Resource DLLs Easily Reversible?

    Are resource DLL files easily reversible to their .resources files Thanks ...Show All

  • Windows Forms Selecting blocks of cells - determining topleft/bottom right + restricting to contiguous

    Mark, good work, thanks, got me up and running very quickly. Any ideas on restricting the selected cells to a contiguous block. If they are not a contiguous block I can enumerate SelectedCells and equate Selected to false then equate CurrentCell.selected to true. What I need is the test for whether the selection is contiguous - ie all connected together. The simple test is if GetCellCount / 2 is an integer or GetCellCount = 1. However, theres a couple of other conditions like if all the selected cells are in one row  or all selected cells in one column. Just wondering if there's an easy way Related qu ...Show All

  • Visual Studio Team System 'Display Name' changes in Active Directory breaking WorkItems

    A user in my company recently changed his 'Display Name' in Active Directory and now we can't edit any work item activated by him before the name change. The error VSTS shows is the following: TF20015: The field 'Activated By' contains a value that is not in the list of supported values. We can't edit this field neither from VSTS nor from Excel because it's read only. Looking into the TFS databases, I found that the following fields store the old Dislpay Name: In the tables [TFSWorkItemTracking].[WorkItesLatest], [TFSWorkItemTracking].[WorkItesAre] and [TFSWorkItemTracking].[WorkItesWere]: [Assigned To] [Created By] [Change ...Show All

  • SQL Server SQL Server upgrade from 7 to 2005

    I have a client that is thinking about moving from SQL Server 7 to 2005. The Some of the applications are old so we are thinking about setting the compatibility level to 70 and test to see if the applications will work. The mainreason for moving to 2005 is due to disk space. We thought about going from 7 to 2000 and then 2000 to 2005, but would hate to go through the pain twice. Has anyone had any experience with moving form 7 to 2005 and need the backward compatibility feature We are also concerned about how the application will connect to the new server. One of the apps is written in VB6 and using RDO or ADO. Do you net the SQL Native clie ...Show All

  • SQL Server Where is the Northwind SQL scripts for SQL server 2005

    I am looking for the northwind install script in my SQL server 2005 directory and cannot find it. The introduction to VB 2005 uses it for an example and I would like to walk thru it. Does anyone have the sql If so could you send it to me. I am going to see if I can get it off a 2000 install. Thanks. Hello, Northwind does not ship with SQL Server 2005.  It is available from the Microsoft download site: http://www.microsoft.com/downloads/details.aspx FamilyID=06616212-0356-46a0-8da2-eebc53a68034&DisplayLang=en See the topic Downloading Northwind and pubs Sample Databases in SQL Server 2005 Books Onli ...Show All

  • Visual Studio Express Editions Context menu click event help

    I have a notify icon in the system tray for my application. When I right click the icon, a menu pops up with 3 items to pick. Here's where I'm stuck - how do I make my program do something when I pick one of the 3 items on the menu ie. what is the event to catch the click on a context menu Here is my code so far: Public Class Form1 Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load ' Initalize the NotifyIcon object's shortcut menu. Dim menuList() As MenuItem = New MenuItem() { New MenuItem( "Menu 1" ), New MenuItem( "Menu 2" ), New MenuItem( "Exit" )} ...Show All

  • Visual C# How support login via WebBrowser Control?

    Hi, I am trying to login to a remote site via the WebBrowser control, which is initially successful, but when I click on a link after logging in, I get a error from the remote server saying "Your validation has expired", by which I think they mean my session cookie is no good or not being sent. I login like this: mainWebBrowser.DocumentText = Web_DAO .HttpPost ( Web_DAO .LOGIN_URI,  W eb_DAO .PFC_LOGIN_PARAMETERS ); mainWebBrowser.Url = new Uri ( Web_DAO .LOGIN_URI ); mainControl.SelectTab ( browserTab ); How do I support cookies for the session Thanks, Jess       The  ...Show All

  • Visual J# VS.NET B2 - Object Test Bench

    Hey, I was using Object test bench on Beta1 and that is really amazin feature. I use Beta2 now and I cant use Object Test Bench. In some project it is working.. but others dont include object test bench. I didnt understand what is wrong Yes, we are considering that. We have plan of supporting OTB for active project (currently selected project) rather than startup project. ...Show All

  • SQL Server SqlCePeplication.Synchronize

    I am attempting to follow the example from VB.NET 2005 on synchronizing and SQL Database and an SQL Mobile 2005 db. I have verified that the PALM device (Treo running WM 5) when the device is connected to my desk top by using IE on the Palm to browse to the shared Folder I set up with IIS and the Configuration Web Synchronization Wizard. The error I get is "An incorrect or unsupported HTTP function call was made." and I have not been able to find any referiences to this error directly related to SQL M 05. Any help wil be greatly appreciated. Thanks Step 1 in testing replication or RDA ...Show All

  • Windows Forms how do I respond to events from a dynamically created control?

    I'm still relatively new to the .Net world so forgive me if there is an obvious answer to this question... I have a form with a dynamically created listview control.  I would like to respond to this listview control's events (i.e. double-click, sort, etc).  However, I don't know how.  Should I consider using delegates   If so, how Thanks in advan ...Show All

  • Visual C# Showing FileName

    Ok, when I put the following code for a label to display it a file name it displays the whole directory: label1.text = file.FileName; What I want is just to dispay the name of the file. Not the whole directory. ie. Eddie McClain - Living Forever.mp3. Is there a way to do this. Can someone help me System.IO.Path is your friend here.  If you are using VB then their might be a slightly different version available in My . GetFileName() - Gets the file name and extension GetFileNameWithoutExtension() - Gets the file name only GetDirectoryName() - Gets the path but not the file name Michael Taylor - 12/17/05 ...Show All

©2008 Software Development Network