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

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

zhongzhong

Member List

natasha23
oerth123
wls
Saberinth
soader
Jordan111
Fatih Boy
khawarpasha
Brent-GPTX
desifunde
programmer31
Maksim Fralou
Sourajit
izadyas
Allen Bergst
Dave Neigler
rehpix
Dave Kang
HerbiNZ
RussellE
Only Title

zhongzhong's Q&A profile

  • SQL Server Unable to build the solution of Stock sample

    I'm using SQL 2005 beta( the latest CTP, september 2005) and Visual Studio 2005. I follow the step-by-step in the 2005 book on-line to build the Stock sample, but cannot build the solution; I'm able to run sn.exe to create the sample key, but when I open the Stock.sln I get the error: 'The application for project 'C:\Program Files\Microsoft SQL Server\90\Samples\Notification Services\Stock\AddSunscribers\cs\AddSubscribers\AddSubscribers.csproj' ...Show All

  • SQL Server Creation of credentials and certificates to protect a DB

    Hi, i want to know if its posible to create credentials or certificates in order to protect a SQL 2005 data base. Because if someone Buckups one of my DBs from my server, and try to restore it in orther server i dont want they to see my DB information because he dont have the correct credentials or certificates for it. This is posible . if is, How i do it Best Regards. You can use encryption, so that if a database is stolen, ...Show All

  • .NET Development Problem with reading XML document

    I have a XML document:   < xml version="1.0" encoding="utf-8" > - < rdf:RDF xmlns:rdf =" http://www.w3.org/1999/02/22-rdf-syntax-ns# " xmlns:dc =" http://purl.org/dc/elements/1.1/ " xmlns:sy =" http://purl.org/rss/1.0/modules/syndication/ " xmlns:admin =" http://webns.net/mvcb/ " xmlns:cc =" http://web.resource.org/cc/ " xmlns =" http://purl.org/rss/1.0/ " > - &l ...Show All

  • .NET Development Beta 2 documentation

    Did MS not release MSDN documentation for the .Net Framework Beta 2 bits I can't seem to find it from the sdk download. Anyone know if it is available If not, where am I supposed to look for namespace / class library documentation for beta 2 Thanks And you can also download the express library beta2 form http://lab.msdn.microsoft.com/express ...Show All

  • Visual Basic Deployment Questions???

    I have finished my software and i am ready to put it in production at the client site.....I dont know how to setup my deployment project to a cd, so i can put my software on a cd and take it to the client and install it on thier system....Is there a link that shows you how to create a deployment project so that you can have your software on CD and just install it on any computer Tryin2Bgood, Check out http://msdn2.microsoft.com/en-us/ ...Show All

  • Visual Studio Setup of Visual SourceSafe 2005 final version

    Hi, I had installed the SourceSafe 2005 CTP (august). I removed the CTP and I was then to install the final version. It happens now that the final version does not install of form some. Somebody has some information on this I installed the same copy of the VSS2005 (final) in a machine that did not have the CTP and functioned! I will have that to format the PC to install the SS 2005 Final Version * OS: Windows XP Professional (SP2) and Win ...Show All

  • SQL Server nsInstance.Initialize errors out

    Hello,   I apologize for this total newb question. I recently purchased Shyam Pather’s book on SQLNS and am currently working through chapter 5. I hit a snag on page 149. Everything runs great until the call to nsInstance.Initialize in AddSubscribers.vbs. I verified that the registry keys are there for the MusicStore instance. I also ran the setup scripts again just to make sure everything was configured properly. The error I am ...Show All

  • Visual Basic slow performace

    When I start my vb.net 2005 application it takes several minutes to load. Then each screen takes a couple of minutes to load the first time. This is unacceptable for any user. Is anyone else having this problem How can I speed this up I am not accessing any datasource or anyother external resources on the first screen, yet it still takes several minutes. Help. Have you tried creating a simple windows applicatio ...Show All

  • Visual Basic Where is data grid when creating a Windows Application?

    I have posted this on a couple other forums and have not recieved an answer. Anyone here able to point me in the right direction I am trying to create a database Application following a step by step in my text book Programming in Visual basic.net by Bradley/Millspaugh. I am told that in the following step by step tutorial I will create a web application....with only a couple of exceptions the same procedures work for a windows applicat ...Show All

  • Visual Studio Express Editions Shortcut Problem (VB.NET Express Beta 2)

    Press Ctrl+Alt+F4 (The shortcut for Dynamic Help) will shutdown the machine. It happens to my laptop (TOSIBA TE2300, WinXP SP2). Does this happen to anyone else Regards. Jiao - are you still experiencing this problem I have never heard of this problem before. If you are still seeing this, you can go to Tools > Options > Keyboard, hit the Ctrl+Alt+F4 buttons at the same time inside the "Press shortcut ...Show All

  • Visual Studio Problem with CreateProperty

    If I create a property like this: < CreateProperty " Value=" something" >   < Output TaskParameter="Value" PropertyName="MyProperty" /> </ CreateProperty> MyProperty will get "something" instead of " something", the space is gone. Is this expected or a bug Regards, Gustavo Guerra Yes you are right.  The property strings are getting trimmed today in this scenario.  Are you ...Show All

  • Visual Studio Tools for Office vsto 2005 Schma file deployment

    hi i have vsto word project deployment scneriao is n/w to n/w [i.e word is hosted in wss and server as a template for document Library.] i have a schema file. how to / where to mention path of schema file so that when user open word document from his m/c , schema file gets downloaded from the server location specified "somewhere " ..... in some manifest file ....... nilesh shah. thks i have read it but how t ...Show All

  • Visual Studio 2008 (Pre-release) Databinding: save changes?

    Hi, what is the best practice to save the updated data to its original sources like DB or XML files Konstantin What's your scenario You're binding some UI elements (like TextBoxes, Sliders) to a data model What is your data An XML Document ADO ...Show All

  • Visual Basic Bug ? Class '[class name]' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s):

    I use CodeDom classes and VBCodeProvider to generate code and create assemblies. After the upgrade to Visual Studio 2005 Beta 2, I started getting the following error. Class '[ class name ]' must either be declared 'MustInherit' or override the following inherited 'MustOverride' member(s): Note that there is no member name following the error message. If I create a project and add the generated files to the project, it compiles fine. Is th ...Show All

  • SQL Server Unable to select a Single Provider in Web Site Admin Tool

    I created a SQL Server database using aspnet_regsql.exe.   Then using the Web Site Administration Tool, I wanted to select the SQL Server database as a single provider for my entire website management data.     At this point, in the Provider tab, I noticed that my website was currently configured to use AspNetSqlProvider (which was an ASPNETDB.MDF somehow automatically created in my APP_DATA folder).   So I then click ...Show All

©2008 Software Development Network

powered by phorum