zhuyanjun's Q&A profile
Visual Studio Team System TeamBuild Error If Website Has Impersonation in Web.Config
Hi, I have a solution with a class library that references some assemblies using file references. The solution also has a website that references the class library using file references (team build doesn't seem to handle using Project References). Visual Studio puts them in the website's bin folder and Team Foundation wants them checked into version control. If the website's web.config has an impersonation entry, teambuild fails with: ASPNETCO ...Show All
.NET Development .Net 2.0 release version breaks VS 2005b2?
I have just upgraded my .Net frameworks to 2.0 release version, and in the process, I had to uninstall the previous beta version and also some other stuff like the compact framework. Now, Visual Studio beta2 is not launching anymore. Is this a known issue With kind regards. Two things. One, ClickOnce docs tell you all about how it downloads the most recent version of the .net framework. Yea it feels like *** wh ...Show All
Architecture Design consulting
Hi all, I would like to get a consulting in the following design senario , how to do it in the right way. I'm trying to develope a reusable component of communication between the PC and field devices. The devices have special communication protocol and a special way to make the physical comm. The are many devices kinds (Display , microcontrollers,...). I'm looking for the right way to write a global component. I'll use this component ...Show All
System Center Event Count vs. Transaction Count
In the Transaction Latency report, what is the difference between Event Count and Transaction Count Cheers Dave Dave: I assume your question refers to the Excel Export (Detail), Transaction Latency by Origin Site report. The Transaction Count is the number of transactions of the Transaction Class that originated at the Origin Site. The Event Count is the number of individual actions (Disk Read, Network Send, CPU Use, ...) for the ...Show All
.NET Development Socket, detect message boundaries for objects - working code?
Hi, I'm stuck with a problem that is bugging me for days. I'm custom serializing objects and sending them across async TCP sockets. However, I have a problem deserializing messages when the receive is split up in different packet sizes and I just can't figure out how to get it right. The problem is, that all works fine for a couple messages but then the header size is read incorrectly (I'm sending a header for each messages that tells the length ...Show All
Microsoft ISV Community Center Forums Migrate Access Forms with VBA to VB.NET
I have a lot of Access Forms with VBA code and now I need a tool or method to migrate them to VB.NET Per the support engineer: Base on my understanding, our partner wants to migrate Access forms to .NET. Be honest, I don’t think there’s a directly way or an import wizard to fulfill this task. However, this question depends on the real scenarios. For example, if we only want to leverage Access as the database and left all the forms to . ...Show All
Windows Forms Modify text file.
How can I modify values in text file File is tab delimited as follows Date Buy Sell 13-Jan-2005 0.9970776 0.9901224 18-Jan-2005 0.9910566 0.9841434 I want to modify Buy and Sell values for a particular Date. ...Show All
Visual Studio Team System Is there a way to give new line in Tool tips?
Hi there, I want to add very verbose and informative tool tips for each of the fields in my customized bug form. For example for Priority I would prefer showing details of each (0,1,2,3) priorities and when they should be used etc. I want to explain each of these priorities in new line, but I'm not able to add new line for that in HelpText node for such field also the size seems to be really less to give better tool tips. ...Show All
Windows Forms Win Button Shortcut question
Hi everyone I did this so long ago, I forgot how to :-) When I add a shortcut to a button aka set the text of Button1 to &Button1, my form only displays the shortcut when alt is pressed, not before. How do I get the forms to display the keyboard shortcuts on the forms from the beginning without having to press ALT first Thanks Sorry everyone, found the answer. For the Letters to appear unde ...Show All
Windows Forms Outlook Calendar Look and Feel - Corrupts Form Designer
I added the CalendarLibrary project (Outlook Calendar Look and Feel) to my solution. First I encountered the Serialization problem and used the fix listed here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=167334&SiteID=1 I add a reference from my VB project to the CalendarLibrary project, add a new form to my VB project and drag and drop the Calendar control onto the form. When I build the solution I get this er ...Show All
.NET Development WSE and unmanaged code
Hy, I would like to know if it is possible to call from unmanaged code methods exposed by a Web Service using WSE 3.0. Thanks, Sebastien here is an article for calling Web Service from MFC. http://www.codeproject.com/useritems/CoolWebServiceClient.asp It may be helpful. Code is specifying using Web Services from MFC. I dunnot think using WSE 3.0 Web Service is going to make any diff. in the appro ...Show All
Windows Forms StartPosition don't work correcty.
I have a MDI form, when I iopen new form inside it I do : My .Forms.FrmNovita.StartPosition = FormStartPosition.CenterParent My .Forms.FrmNovita.MdiParent = Me My .Forms.FrmNovita.Show() but this show the for on the top left side. I have the same problem. Any help would be appreciated... All of the articles that just say use .StartPosition = FormStartPosition.CenterParent doesn't work at all. ...Show All
Software Development for Windows Vista keybd_event and VK_SHIFT problem
All, Hello. I am a Software Developer currently creating an emulation program for our company's System Administrator. He will be able to call the program and emulate any keyboard combination, or at least that's the goal. Problem is I am having severe troubles emulating Shift key combos like (Shift key + End) for example. Nothing happens! Some combos work such as Shift key + h which gives 'H'. The problem is ...Show All
Windows Forms Menu just dissapeared!
Not what I was hoping for, imminant deadline, and almost all the menu items dissapear. They are there in the designer, the resource file is ok, everything looks ok in initialize component, but on the form now, only 2 menu items appear, wh ...Show All
Visual Studio Team System which setup directory?
in the install help file, single server install, team server install, I do not see this specific folder on the DVD download from MSDN: \vs\atdt downloaded this image, en_vs_2005_team_suite_dvd_beta2 and extracted ISO files to hard drive folder using \VS\setup.exe returns error: "setup was unable to copy file ....\vs\deletetemp.exe to your temporary directory..." deletetemp.exe is not in \vs directory Help file snippet... 5. ...Show All
