MichaelDymond's Q&A profile
Windows Forms Locating assemblies in IDE
I have a Visual Studio addin which uses a PropertyGrid for users to change settings. Very standard stuff except that I use an Editor attrbute to display an ellipsis for file name properties: [System.ComponentModel.Editor(typeof(MyAssembly.MyEditor),typeof(UITypeEditor))] This works fine&n ...Show All
Visual Studio Team System Work item assignment
Can two people work on the same work item simultaneously Multiple users can open (and read) workitems simultaneously. If you are using the Visual Studio UI, if two users edit the same workitem, the first person to save the workitem has his changes committed. The second person will not be allowed to save and overwrite the first persons' changes - he will have to get the latest version of his workitem and make his changes again. If you ...Show All
Visual Studio Team System TFSSETUP Account Needed After TFS Install?
I have a single server Team Foundation Server installation. When installing I used the suggested account names for the required users (TFSSetup, TFSService, TFSReports). Now that the installation is complete, I find that TFSSetup was made a member of the TFS Licensed Users group, and with a 5 user limit in the group, it is blocking my ability to add a 5th real user. Will I break anything if I remove the TFSSetup user from the licensed users grou ...Show All
Smart Device Development WSAEINPROGRESS
When i use the method getRequestStream() of an object HttpWebRequest, and try to write to this stream i got a socket exception. The errorcode is 10036, WSAEINPROGRESS. Dim postBytes() As Byte Dim asciiEncode As Encoding = New ASCIIEncoding ...Show All
Visual Basic Snippet Manager, Whe Losing the plot?
I have created a new snippet and now I want to add the directory to the list supported. The help and the FAQ refer to a Snipper Manager option in the tools menu. But I can't see it, am I going blind I am using PDC RC. Thx Isn't there a Code Snippets Manager lurking in there somewhere If not, do you by any chance remember what developer settings you picked when running VS the first time Best regards, Johan Stenb ...Show All
Visual FoxPro deployment, building exe problem
OK, this is the third round. I still cannot run an exec file. I cannot build it properly. When I issue (in the Command Window) BUILD EXE the intellisense prompt appears with my app name. So, I accept the rest of the clause as default. Until today I could generate .exe with no problem but had problem getting it started. Today finally for reason I cannot explain an error appeared during BUILD: Unable to find Unknown ARR . Jus ...Show All
.NET Development 64-bit .NET Framework won't install
Hi, I'm trying to load Microsoft SQL Server 2005 Express Edition - Community Technology Preview June 2005. I have an AMD 64 bit Athlon processor and I'm running Windows XP Professional SP2. I understand that .NET x64 is required but the install fails with the message "error creating process, reason = Windows\system32\advpack.dll. Can anyone help me out with this one Thanks, Marta unable to ...Show All
Visual Studio Express Editions Accessing forms from external classes
Hi, I am quite new to high level language programming (being one of those who lived with machine code for a couple of decades). I am creating an application for my company which will store lots of information in a database (and I am using the C# language to do this). What I would like to do is access a form that I have created with Visual Studio 2005 professional from other classes. As the project is going to be large, I will create severa ...Show All
SQL Server Send Email as HTML
It seems that using the Send Mail Task, there is no option for me to format my email as HTML. I have all my HTML code in a string and need to format my email to send the string as an HTML email. What would be the best way to approach this D'Scouser wrote: Hello, What is the namespace: Imports Microsoft.SqlServer.Dts.Runtime I don't seem to have that referenc ...Show All
Visual Studio Express Editions Referenceing.
Im just messing arround and Ive made a registration type thing and Ive got a question. Say that you get all to the end of the regristration where it asks you if all of the information you input is correct, and you say no, how would you make it so that you would go back to the part where you input all the information. First off we are going to need to know what language and technologies you are using... Is t ...Show All
SQL Server Schemas - A brief introduction ?
Hello Can anyone give an introduction to the use of schemas i SQL Server 2005. If have noticed the feature, but i would like to know why and how the use of schemas is a good thing. If anyobe has a link to a whitepaper or practical insight that would be nice. Also, see this MSDN article on user-schema separation: http://msdn2.microsoft.com/en-us/library/ms190387.aspx Thanks Laurentiu ...Show All
Visual Studio Team System Sampling/Instrumention does not work if I logged on as a restricted user.
I'm now evaluating Visual Studio 2005 Team Suite RC and have problem with performance sampling feature. When I logged on as a restricted user, launching sampling failed due to the following error: Performance automation returned the following error: : Error VSP1398 : The monitor was unable to start the kernel mode driver (VSPerfDrv.sys). 拒否 。 Profiling cannot continue. PRF0010: Launch Aborted - Unable to start vsperfmon.exe Perfo ...Show All
Visual Studio Express Editions creating dll's
hey i am designing a program and i was wondering if it is possible to create a dll in Visual Basic Express Edition well, maybe I should rephrase that. I'm designing a program where when you click a button it opens a text editor(already have that made). Someone told me that to reference the program in the code you need to create a dll(is this true ) Shak, Normally there is a path variable which includes t ...Show All
Visual Studio Install package on computer without SDK
I'm having trouble getting a package to install on a computer without the sdk. Here are the following steps I used to install ... used the ProvideLoadKey attribute on the package class with the correct company info added key to resource file built project used RegPkg.exe to create a .reg file with the registry settings for the package. on a clean computer with vs 2005, i installed the dll in the gac imported the reg file called dev ...Show All
Visual Studio Reporting Services, Reportviewer control & browser compatibility.
We are planing on using the reportviewer control that comes with the standard edition of visual studio 2005. I have noticed that the rendering is not the same in Firefox and I.E. Event the tool bar is wrong. Is this control supposed to work non MS-Browsers Can I fix it by editing some css files, or do I need to derive my own control from the supplied control, to tweack the html it produces. It would be nice if it worked for most browser out ...Show All
