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

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

HansByte

Member List

MikeBlig
Corneloues
Aaron Schurg
Bob Watson
DotNetNinja
jheske
Rajesh kothanda pani
2lazydba
Nana M
fbcv
Jason Monroe
SimplyConfuzed
Bene_Ries
Redrado03
c0ldpr0xy
Brian Lounsberry MSFT
wuchisan
Peter999999
mohammad272005
JonesEJ20
Only Title

HansByte's Q&A profile

  • Visual Studio Team System Is there a kind of Validation Tool for Processs Template?

    Hi, all I am customizing the process template for a specific project in TFS. So is there a kind of validation tool for XML processing Because I modified the XML template files, and try to import it. But the process failed. I think there is something error or mismatch in Template XML files. So whether such a kind of tool provided by Microsoft or other ISV I just wanna validate my XML files. Thanks. In the "Authoring WorkItem Types.Doc" ( which is installed in the "Work Item Tracking\Work Item Types" directory when the Extensibility SDK is installed ), there is a section called "Field Reference Names" Also, ...Show All

  • Visual Basic How do you compare binary files with VB Express 2005

    I did this in VB6 with the Open for Binary file command and the Get command, but since VBE 2005 has been updated with new commands, does anyone know what code to use to compare files Thanks. Yeah, they could have hair... Come to think of it, I don't know any woman with a round face. ...Show All

  • Visual Studio 2008 (Pre-release) Hashtable serialization

    Hi, I would like to serialize Hashtable, that is filled with instances of custom made class. Below is an example. // custom made class implementation [DataContract] public class Song {   [DataMember]   public int ID;   [DataMember]   public string Artist;   [DataMember]   public string Song;     public Song() {}     public Song(int ID, string Artist, string Song)   {     this.ID = ID;     this.Artist = Artist;     this.Song = Song;   }    } // serivce implementation [ServiceOperation] Hashtable MediaCatalogue() {   Hashtable HT = new Hash ...Show All

  • Visual Basic AxWebBrowser inside tab page...

    Maybe I put this question in the wrong forum or something...anyway - I have a 10 tab tabcontrol on my form.  I have used the AxWebBrowser control successfully (and flawlessly) on other forms that didn't have tabs, but I am having the hardest time getting the browser to render inside a tab control.  No empty white field, no nothing.  I don't even get a redraw when I switch from another tab. There's not much code involved...just an import system.io, MyBrowser.enter event, and then a MyBrowser.navigate("blah\blah\file.htm")...but let me know if you want my snippet anyway. Thanks, CP For anybody wondering or worrying a ...Show All

  • .NET Development FileLoadException error

    FileLoadException: The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) We are randomly getting the above exception thrown in our processes while they are running. This started after we migrated our application to the 2.0 framework. The error goes away if the process (dllhost.exe or w3wp.exe). Somewhat related, fuslogvw doesn't work unless I specify a custom directory for the log locations. It doesn't log anything for COM+ applications also. Any thoughts You should make fuslogvw work and find out which assembly is involved. I ...Show All

  • Visual Studio Express Editions yadda yadda for Dummies -- getting data into my VB thang

    I posted this here , but realized it may have been in the wrong place. WDIK     yadda yadda for Dummies -- getting data into my project. OK, here's another newbie question. I run a third party app.  I've been able to take data from that app, and by "pasting as link" into excel, manipulate the data (yes, "paste as link" was a new discovery for me, so now you get my level of experience). Now I want to do more stuff with this data, stuff that is cumbersome in a spreadsheet.  It would seem to me that if I can paste it into a ...Show All

  • SQL Server Cannot deploy assembly from VS.NET into SQL server 2005

    Hi, when deploying assembly from VS into SQL Server 2005, deployment fails with these error messages: Msg 0, Level 11, State 0, Line 0 A severe error occurred on the current command.  The results, if any, should be discarded. Msg 0, Level 20, State 0, Line 0 A severe error occurred on the current command.  The results, if any, should be discarded. I'm deploying assembly with UNSAFE permission setting. What's wrong, please Thanx, Fipil   Can you: 1. Post or describe your code 2. See if the same error happens when you run CREATE ASSEMBLY, CREATE FUNCTION etc. in Management Studi ...Show All

  • Software Development for Windows Vista Intel 945pm Express Chipset on Vista 5308~~no sound!!

    help~~ I install windows Vista 5308~~ there is a "Intel High Definition Audio" was installed ...and i can adjustment the voice bar ... but I don't have sound .... The chipset intel 945 express on Windows XP 's audio device is "SigmaTel High Definition Audio" ....when I change to "SigmaTel High Definition Audio" ...the Device Manager tell me Install Success, but the voice bar I can't adjustment it... when I open the properties it tells me "No audio devices are installed" I have install the SigmaTel 's Driver but still no sound .... Does anyone can help me ~~thanks~~!! ...Show All

  • SQL Server Identity Insert

    Hello! I'm trying to copy date from one database (MSSQL 2000) to new database (MSSQL 2005). And why i can set the "Identity insert" only for each table I transfer more then 1000 tables, and i can't set this property by hand for each tables. How can i automake this (using the standart import|export task) ...Show All

  • Smart Device Development Could not find resource assembly

    Hey, sometimes I get an "Could not find resource assembly" exception. Does anybody know how I can see what's the problem According to the stuff I've read on the net, the "Could not find resource assembly" message just means that .NET cannot show me the exact error message because the compact framework doesn't contain all the error descriptions to save memory Please see this: http://blogs.msdn.com/netcfteam/archive/2004/08/06/210232.aspx Found with this query: http://www.google.com/search hl=en&q=Could+not+find+resource+assembly ...Show All

  • Visual Studio Removing Add Reference menu from main menu bar...

    Hi, I want to remove Add Reference menu item from main menu bar when the active project is my "VSPackage project" in a solution. I am able to do it from the "VSPackage project" context menu. Please tell me how to remove it from the main menu Thanks Kajal The command should not be displayed if you do not respond to the GUID/ID pair for the command in your Hierarchy's QueryStatus/QueryStatusCommand. If you do respond to this command, then you can return the proper value from this method so that it is disabled and hidden. Craig ...Show All

  • Windows Forms DataGridView Master-Detail tables not updating database

    I've got forms with Master-Detail DataGridView that show data fine. Contract (master)   ContractJobNumber (Details) Edits made in data, then click on the 'Save' icon on the Navigator (the little blue disk thingy). Get out of program and go back in - data I just put in not saved. Trid adding this.Update on a clikc button - no change. Tried private void cONTRACT_JobNumberDataGridView_RowLeave( object sender, DataGridViewCellEventArgs e) { this .Validate(); this .cONTRACT_JobNumberTableAdapter.Update( this .drillTracker_DataDataSet.CONTRACT_JobNumber); } private void button2_Click( object s ...Show All

  • Visual Studio Unspecified Error on Loading

    Hello, we detect today a very strange behaviour of VSS (6.0d). It is integrated in our Access (Access 2002)-Development and worked fine until this morning. After starting the MDB (and performing VSS-login) Access crashes. Rebuilding from SourceSafe-Source, Analyzing and Fixing VSS changed nothing, so I installed the VSS SP6 for resolving the problem, but no success. If I don't perform a VSS-login the error won't appear, but we need this tool. I'm wondering of this behaviour, because we changed nothing over night (the forms and modules which are not checked in, can't cause the error, because my colleague didn't get the latest versions due t ...Show All

  • Visual C# !!! IF MICROSOFT HEAR US!!!

    I just saw another thread with "Can i make a app that doesnt use the .NET.  The framework is too big 23 MB".. SO... Can Microsoft create a .Net Framework just for c# not for asp or j# or visual basic providing only the neccesary dlls Please!!!! Eh, the framework is for .NET; there are in my opinion no specific dll's for j#, vb.net, etc... The CLR uses IL, and C#, VB.NET, J#, and all other .NET languages are compiled to Intermediate Language. ...Show All

  • .NET Development .net 2.0 Web Service Bug? args is null

    I wrote a sample web service like this: [WebMethod] public string Hello(string who) { return "Hello " + who; } I test it in web test page and a sample .net 2.0 winform application,it's run as my will. But when I wrote a delphi7 program,I found "who" arg is null,if you use arg as int ,it's 0. I also test it in java. I think it 's a bug in .net 2.0 why It sounds like the toolkits that you are using are not sending the right XML. You can use a tool like tcpTrace (available from www.pocketsoap.com ) to trave the XML traffic to try to see what is going on. Here is the actual XML that should ...Show All

©2008 Software Development Network