Answer Questions
Ted Strom The new version: 2.0.50727
I have heard that. But not sure. Thanks thanks, but where have you got the RC version Channel 9 reported today that the RTM is expected at MSDN Subscriber downloads on Friday (the 14th) -- this will be the final version for retail release on November 7th. That version number, I think, is still unknown outside of Microsoft, but if the version # is important to you, it might be worth the wait. Yes saffron. VS2005 RC is ...Show All
VBDeveloper CreateUser Wizard Helpppp!!!
I have a very simple task... I need to manage Profiles in my Web Site... But I can not do anything... For example I want to add a new user with username="username",password = "_password",mail=" mail@mail.com " and one extra field called "NameSurname"... But I can't extend the given Membership.CreateUser method... What should I do .... Hi, Thanks for asking! I'm a member of the ASP.NET team, and was just popping ...Show All
Sanjay Kumar Need some direction
Hi, I'm building a card games windows forms app that will allow users to get together and play over the Internet. I would to like to include chat too. I prefer a smart client with auto update and SQL Server as back-end. The app will be downloadable from a web site and users must use the Internet to communicate with the server without need for extra ports to be opened. Users will create rooms and play in teams up to 4-6 people. I need some dir ...Show All
fanse Dataset Current Row Position
I am programatically creating a dataset with a table and need to know the current row number I am on before doing something else so I can get back to it. I have no controls bound to this dataset/table and would prefer to do everything in program. In the old days of recordsets I just used to get the bookmark of the current record and then go back to that bookmark. I have searched and can't find how to do this and I know it is probably really simp ...Show All
rachid bouzekri how to run a store procedure
hi i have created a store procedure using the TableAdapter Query Configuration Wizard i called the store procedure "adInsertQuery" now iam woundering how i can execute this store procedure "adInsertQuery" when i click a button Hello. You should be able to execute this as follows: Dim MyTableAdapter as new <whatever the table adapter's name is> MyTableAdapter.Insert(<f ...Show All
NobleCoder Pet peeve of the day
Hi; I have the following code: DataTable table = DbProviderFactories.GetFactoryClasses(); foreach (DataRow row in DbProviderFactories.GetFactoryClasses().Rows) DbProviderFactory providerFactory = DbProviderFactories.GetFactory(row); The DbProviderFactories.GetFactory(row) throws an exception when the row has the values: "SQL Server CE Data Provider", ".NET Framework Data Provider for Microsoft SQL Server 2005 Mobile Edition", "Microsoft.SqlServe ...Show All
WASTHEBEST SecurityException trying to access Access97 database.
Hi, I can't seem to open an Access97 database. I can create a data connection and open the database in VS, I can create a datasource in VS and see all the fields, I can drop the fields on a form ant it creates the data adapters etc, when I run my app and the adapter.Fill executes i get this error: Request for the permission of type 'System.Data.OleDb.OleDbPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' ...Show All
pongopiprakash Confliction Data
I am using access 2000 and VS.net 2003 standard, i have used untyped connection, dataset, command, and adapter, i configured my adapter with a sql quuery Select Info, SName From Idtable Where StudentID = 'Access cannot use @StudentID so when i enter the student id in the textbox control,and click the button the other form shows just that and no information in the textbox2 here is what i thought would work newform.textbox1.text ...Show All
Filipe Madurera Mht Email (Html Archive)
It is possible (out of the box) to send Mht email now in .NET 2.0 I've taken a look at LinkedResource & AlternateView and I'm able to send out emails. However, there is no documentation on what is going on behind the scenes. On the second thought I think the CDO offers very rich parsing functionality you could use to send mail as well. Using some COM Interop and stuff, you can easily obtain the parts of th ...Show All
Tan0717 Inserting Using Command Object - via textboxes
HI, i'm using a Access Database, Visual Studio.NET 2003. Developing Web Applications. I created the connection, with connection string. Then I created a command object, set the commandtext = "INSERT - Statement" the I also created the command object's connection property to = conn(the connection varaible) then I ran Command.ExecuteNonQuery() the connection is open, before I ran the Command.ExecuteNonQuery() but suome how it complains abou ...Show All
dinsdale Conneting to SQl Server in VB express 2005
Hi I have just downloaded MS Visual Basic Express Version and Also SQL server Express version I want to make a connection to Sql server I am using a BindingSource componeent . My problem is it asking me for *.mdf files . Instead I want to connect to SQl server . I dont see any option where I can select Server . As per help for connecting to database , they mention that in AddConnection dialog box after you select Data Source as ...Show All
R Zimmerman Convert Untyped Dataset to Typed Dataset
I am using the Enterprise Library which returns untyped dataset. I have a typed dataset that was generated from the same stored procedure that the enterprise library calls. I need to convert the untyped dataset that I am getting into a typed dataset that will be utilized by the presentation layer. I tried using DataSet.Merge but it just adds the untyped table into the typed dataset as a second table. How can I make this work Thanks, Steve ...Show All
Hensen Sending data using Socket class - problem with blocking thread
Hi, everyone I have problem with Send method from Socket class - it block thread when I try send data and my GRPS modem has unpluged antenna. Details: I would like protect my application from some communications problems (on GPRS layer) like week signal which cause very long timeouts. One of the testing method is disconnecting antenna from GPRS modem. I disconnect antenna after initialization my connection. After I try use Send metho ...Show All
Gerhardt .NET Runtime 2.0 Error Reporting
Hi, My application is running on 65 PC. After a few hours, this applications crash on 2-3 PC. I get no exception in my log files. I set the Application.ThreadException and AppDomain.CurrentDomain.UnhandledException exception event handlers. The last one is triggered with 'System.NullReferenceException: Object reference not set to an instance of an object.' but there is no stack trace available. I got no dump file, no popup window. I only get the ...Show All
Ryan.Witschger error try project only build - 2005 beta , build type x64
receving the dreaded "operation could not be complete - unspecified error" message box . Could you give more details on what you're doing that is causing this error. Thanks, Kang Su Gatlin Visual C++ Program Manager I was about to provide more details about the gpfs but was sidetracked re-installing the 2005 beta after which I found that 64 bit configurations were no longer an option in the IDE. A rep ...Show All
