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

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

Zia1

Member List

n8 MSFT
Dieter De Preester
gregaug
VisualManiac
DMM33
BobbieB
Anders Jensen
Samsagaz
Jerick06
bounty
John Perks
Wenyang
hazz
violator
Patrick14
Sterling Swartwout
JeffSchwMSFT
Takara
wardw
Gustyn
Only Title

Zia1's Q&A profile

  • Visual Studio Team System Can't delete folder in SCC Explorer

    I can create new folder when add project into the SCC, however, after I delete the project in the SCC, the folder can't be deleted. The problem may be caused by that I just add the projects without adding the solution. Could I manually delete a folder in other tools(command line or in database) Lei, You can check your workspace mappings through the IDE. Under file menu->Source Control-> Workspaces.  You should have a default workspace which is the same name as your hostname (machine name). You can select that workspace and click Edit, then choose the repository folder (e.g.: $/MyTeamProjectName/DWM/DWMApp/Test) and local fol ...Show All

  • Visual Studio Team System Web test in Frame Pages

    Hi: I am doing a web test for my web application project.  After the user login, the page will be redirected to a main page that contains a frameset.  I found that after the recording process, the web test always goes to the "main" page that contains the frameset code.  Is there any method that I could dep into the page I want In my case, there are 2 ASP.NET pages in a frameset, user could click any link in left-panel frame page to get the result displayed in right-panel frame page.  However, because of frameset, the URL address would not be changed in IE. Thanks for help! I'm ...Show All

  • Visual Studio Installing Studio on XP-Home

    As Xp-home does not have IIS server, it cannot support project on web application. What alternative do i have hi there, There is an option available is visaul studio .net 2005 for running or testing web application on local PC. and that option is to use ASP.NET Web Development server. To use this you do not require an IIS . You can tell the visual studio which to server to use for your web application by following. When you create a new web application if you select file system as http then iis will be used for your web application test and if you select a particular location as file system then asp.net web developmen ...Show All

  • Smart Device Development Enumerate device emulators / starting multiple instances of the same emulator

    Hello, i am looking for the (best) way to enumerate (in code) the available devices emulators the same way done in Visual Studio (2005). I used manually generated com wrappers for the DLL's found in the Compact Framework SDK under the VS 2003 installation. Iterating the available platforms and devices only gives me simple names like Pocket PC, Windows CE, Pocket PC Emulator and Windows CE Emulator. The DLL's used: C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\ConnectionManager\Bin I'm also interested in finding the best way to instantiate two instances of the same emulator. I need to do this from code in order ...Show All

  • Visual Studio Express Editions Connect to SQL SERVER EXPRESS only by code from VB EXPRESS

    Dear Friends, I know that by VB EXPRESS can connect only by code to database in SQL SERVER EXPRESS. Now I have try with the code below but obtain this error: Perhaps your login to the server did actually fail. Can you connect using SQL Server Management studio ...Show All

  • Visual Studio Express Editions wildcards

    I need to add functionality to my form in this program that for some fields allows negative numbers, some just numbers, some three positive numbers separted by commas, and some just text. Also, I prefill with a text file so I need the error check for this also... Thanks! Newbiana Well, I can allow for only one - but I can't figure out how to check if I'm at the beginning of the textbox. Also, I used this: Private Sub ErrorCheckOutGntName( ByVal Sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles OutGntName.KeyPress Dim EachTextBox As TextBox = ...Show All

  • SQL Server how to pass XML file path as input string to a Stored Procedure

    Hello All, I need to pass the file path (or hardcode the XML file path ) of an XML file to a stored procedure. This SP will then read the values from the XML file and based on these values the Insertion / updation will be done thereafter. I am not able to pass the XML file path to this stored procedure. Right now I an doing as givn below : DECLARE @idoc int DECLARE @doc varchar(1000) SET @doc =' <configuration> <appSettings> <add key="approvalMode" value="On" /> </appSettings> </configuration> ' EXEC sp_xml_preparedocument @idoc OUTPUT,'c:\Inetpub\wwwroot\HealthandSafety\Aspx\Ap ...Show All

  • Visual Studio Express Editions Security problem with fileio

    I've created and application that allows file creation, but when I publish and install it on another machine, it doesn't allow file creation. (It does, however, allow directory creation.! ) I've tried setting security to be full-trust. But still no luck. What else can I try hi, check on the other computer and see if you have permission to install things on this account or not hope this helps ...Show All

  • Visual Studio Tools for Office Export / Save Workbook without Customization

    Hi all, I used VSTO and created a workbook so that users can inject data via action pane, but I now want to enable my users to export nothing just 'data' to a new file. I noticed that the "Save As" function will copy the 'customization' to the new file too, that's what I try to avoid, as I just want to enable users to export or save as (I don't know how to call this process) the processed worksheet to a new workbook. Otherwise, a customization error will be thrown. Thanks, Have a look at the thread about RemoveCustomization: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=434488&S ...Show All

  • SQL Server Error importing data from oracle database to an SQL database

    Hi! When i was importing a database table from an Oracle Database to a SQL database table, the wizard returns this error: Could not connect source component. Warning 0x80202066: Source - VB_PERMISSIONS [1]: Cannot retrieve the column code page info from the OLE DB provider.  If the component supports the "DefaultCodePage" property, the code page from that property will be used.  Change the value of the property if the current string code page values are incorrect.  If the component does not support the property, the code page from the component's locale ID will be used. Error 0xc0204018: DTS.Pipeline: The "output column " ...Show All

  • Windows Forms When to expect Beta 2 or CTP for VS05 C# Express Edition?

    Hello, may anyone of MS drop a statement when the next overall beta or CTP for the Express editions is likely to appear It's a quarter of a year since the last VS05 C# Express Edition was unleashed. Thanks, Martin Accoring to <a href="http://www.infoworld.com/article/05/03/10/HNvisualstudiodelayed_1.html">this</a> news article, release of Beta 2 has slipped into ...Show All

  • Visual Studio Express Editions Apps for Pocket PC 2003

    I thought that I could write some trial apps for Pocket PC 2003 and I downloaded and installed the Compact Framework 2.0 SDK. I also installed the Express Editions of Visual Basic.net 2005 and Visual C++.net 2005. However, when I open NEW PROJECTS on either of these, I don't get any options apart from templates or a new Windows App. Am I missing something here - I have installed Framework 2.0 and the Windows SDK, but nothing simply entitled Visual Studio 2005, like you do with VS 2002 (Academic) Do you need the full PRO versions of VB.Net and VC++.Net before you can write for Pocket PC devices, or can you do that with the Express Editions ...Show All

  • .NET Development Securing Connection String For SQLServer - Can it be done?

    Is there a way to encrypt the password in SQL connection strings in the Framework 2 programming languages We have this security geek in our building who sniffs the wireless packets and tells us at lunch what he finds. MSN messenger does not encrypt its info and he tells us the userID's and passwords and stuff that people write on MSN messenger. He says he can see the SQL connection strings and the passwords when people open connections to the SQLServer via a wireless connection. He says they are plain text and he knows most of the passwords for the SQL userID's, including the sa password. Is there any method to build a SQLClient connec ...Show All

  • Visual Studio Express Editions How to reference a textbox via a string in code?

    I imagine that this is a rather simple task; however I do not have a particularly large depth of knowledge and experience in VB… I have an arrangement of text boxes (id1_1, id1_2, id2_1, id2_2) which I wish to be able to reference in my code from a string such that I can change the text box’s text etc. I receive the data required to construct the string from a connected serial device. What I require is a method to construct a textbox object reference from a string, something like getObjRef(string) as object Cheers Wilbo To do this requires the use of ref ...Show All

  • SQL Server Alerts

    Hi everyone, I also could not find any definition about Alerts and their purpose and usage. Would you please explain it to me Thanks If you look in BOL for 'alerts' you'll find a large number of articles. /Kenneth ...Show All

©2008 Software Development Network