Vernon in Middlewich's Q&A profile
SQL Server try to setup membership with ASP.NET configuration
When I whant the use the new ASP.NET configuration tool (2005) and I want to define a provider I get the following error. You should know that on installation of VS 2005 SQL-Server Express did not install and I installed SQL-Server 2005 (shiped with VS 2005). So now it seems that VS waits for the Express edition. I changed under Tools/Options/Database Tools/Data Connections the SQL Server Instance Name to "MSSQLSERVER" but this does ...Show All
.NET Development Need help with editing XML files in ASP.NET 2
Hi everybody I have many well working web forms in ASP.NET1, which work with XML files. Most of the web forms use SORT, EDIT, DELETE, UPDATE etc. Recently I Installed framework 2 and thought it will make my life easier with XML. There is so much written on GridView and XMLDatasource, that we will not need to write code for edit and so on, but unfortunately I cannot find out how. I cannot even bind my xml files to XMLDatasource as i have then ...Show All
.NET Development General Info on dotnet
Hi. I'm only a user of dotnet and not a developer, so the Q I have will probably be very basic to u guys, but I cant seem to find the answer anywhere else. How do i find out which version of the dotnet framework is currently installed on my system It doesent appear in any of the usual places. ie:- installed programs, msinfo32 etc... Also, everytime I install dotnet, autologin gets disabled even tho i'm the only user. Is there a way ...Show All
Visual Studio Team System Team Build Server error
Hi Can anyone tell me how to build using Team Builds No matter how I tries, my build ends with an error. Arild Attaching the error log and .proj file. Build started 13.10.2005 10:57:01. __________________________________________________ Project "c:\data\components\duplo\Duplo\Test2\BuildType\TFSBuild.proj" (EndToEndIteration target(s)): Target InitializeEndToEndIteration: Target CoreClean: Removing directory "c:\data\components\duplo\Dup ...Show All
Visual FoxPro Grid objects problems/questions
Hi everyone. I've just started using Grids in VFP9. I am trying to setup a grid which will collect info about an order. The record source of the grid changes depending on the user. I use the temporary table in the users 'home' folder in order not to conflict with other users. Here are my questions: - First, what is the best way to have a temporary file used in my form: Do I add the table to the dataenvironment at runtime Do I issue 'USE' comm ...Show All
Windows Forms Virtual ListView (.NET 2.0)
Greetings, I'm having performance problems with ListView control from .NET Framework 2.0 working in virtual mode. I wrote simple test program (see bellow), and I see that framework many times repeatedly calls OnRetrieveVirtualItem method for each item (In my case sometimes it can call OnRetrieveVirtualItem ten times for each item). Is this normal Why even so simple program run too slow How can I speedup everything ...Show All
Visual Studio Express Editions Can vb express be used wiht a datbase created in access 2002 and does it interface with odbc?
I'm not sure If I phrased my question right yesterday. I want to use vb express with a database created in access. I don't need my forms, etc from ms access. Also is there an odbc interface so that I can use other databases other than MS SQL server 2005 I was a little surprised when I saw MS SQL 2005 advertised with vb express because for over 10 years vb was associated with ms access. Is this because of .net ( I know nothing about .net.) ...Show All
Visual Studio Team System Error while attempting to add group to a team project using GSSUTIL.EXE
Hi, We have created a Team Foundation project called "TestProject". We would like to add a group called "Reader1" to this project using GSSUTIL.EXE ============================================================ C:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIISDIR\sdk\bin>gssutil /gc "[TestProject]\Reader1" "TestProject Reader Group" GSSUTIL - TFS Group Security Client Tool (c)Copyright, Microsoft Corporation, 2004. All r ...Show All
Windows Forms Calculate Width of a String in Pixels
hallo, Given a Font and a string, is there any ready-to-use function in .NET which can compute the resulting width of the string in pixels So that I can adapt say a Label, MenuItem or Textbox to the new size of a string. thx, Steve ...Show All
Windows Forms Change RichTextBox Font / SelectionFont
Hi EveryBody when i execute the code: Dim rtftext As New RichTextBox rtftext.Font = New Font("Courier New", 11) Debug.WriteLine(rtftext.Font.Name & " " & rtftext.Font.Size) Debug.WriteLine(rtftext.SelectionFont.Name & " " & rtftext.SelectionFont.Size) The result is: Courier New 1 ...Show All
Windows Forms Dumb Question - Clearing Form.Icon
How can I clear the Form.Icon property value so there is no icon showing in the title bar Tried giving it a 1x1 icon with the proper transparency and it keeps stretching it to 32x32 and leaving a gap before the title bar text. ...Show All
.NET Development XrML and RMS
I am not sure if this is the right place to ask this question, but it seemed as likely as any. Basically, I'm looking for informaiton about RMS and Microsoft's implementation of XrML. I want to know if the TRACK field of XrML is used with the RMS server. Also, is it possible to specify in your tag a limited set of applications that can consume your protected content, or can any RMS enabled app that can process the format get at the data ...Show All
Visual Studio Express Editions Visual Studio 2005/Basic Express deploying applications for all users
I'm using visual basic express to create some small applications, but I can only publish an application which installs on a per user basis - is there any way of publishing the software so that all the users can use it - without having to buy Visual Studio 2005 pro -Andrew It all depends on what the application contains, but for express your best bet is the click once deployment and publis ...Show All
Windows Forms Windows Forms autotab
In Windows Forms is there an autotab capability It existed in MFC where when typing into an Edit control (textBox), once the max number of characters for the control was exceeded, the focus went to the next control and the characters were&nb ...Show All
Visual Studio Express Editions Beginner Question
OK, I had a little work with an older VB Version.....but now I'm trying Express I open a new project and add a form and everything is fine. I save my work but when i go to reopen the project i can't see the form, but i can view the code fine. The only way i can visually see the form is to Play/Run the debugger, which is useless if i can't make changes. With Express is this limited As mentioned previo ...Show All
