| Thread | Last Post | Replies |
|
| I Need Help With An Error, Can Anybody HELP PLEASE | 16 Aug 2005 02:37 GMT | 2 |
This message is popping up at startup and its saying "fatal execution engine error (0x7927e03e)" Ive tried deleting, reinstalling frameworks, restoring computer, but I can't use the os cd because i hvae important programs on my system that would cost alot to replace. I noticed a ...
|
| dotnet install | 16 Aug 2005 02:03 GMT | 1 |
My MIS guy just gave me a new PC for my development machine and I'm trying to install Visual Studio .NET Pro. The installation is taking an incredibly long time - I cancelled after 2 hrs and it said there was 3 hrs left to go.
|
| Posting/Getting with a certificate does not work | 15 Aug 2005 23:39 GMT | 1 |
I am trying to do a get/post with a certificate to another server to gather information. I was provided with an ASP example that I am able to get my results fine with, but when I try it in .NET, the server keeps telling me there is no certificate. I can check the certificate ...
|
| Exception @ GetHdevmodeInternal() | 15 Aug 2005 22:23 GMT | 3 |
When calling Print() on a PrintDocument class, we randomly receive a System.ComponentModel.Win32Exception with the odd message "The operation completed successfully" coming from the GetHdevmodeInternal() call. We cannot reproduce the problem on demand -- can anyone help ...
|
| is it possible to use PHP in | 15 Aug 2005 21:30 GMT | 1 |
we have one php project, and the similar project has to be developed in asp.net is it possible to use the same code in asp.net , i mean i've to call the functions used in PHP PROJECT IN MY ASP.NET PROJECT? Is it possible to convert PHP project into asp.net project?
|
| DataSet - Errors editing rows after using InsertAt() - DataGrid Bo | 15 Aug 2005 20:10 GMT | 5 |
I tried posting this in the WinForm forum and got no hits so I am trying it here. After inserting a new data row to a DataTable that is bound to a datagrid, I am unable to change data in a row that is after the newly
|
| singleton class help needed (repost from vsnet.general posted the | 15 Aug 2005 20:07 GMT | 4 |
Please help this is driving me nuts. I have 2 forms, 1 user class and I am trying to implement a singleton class. Form 1 should create a user object and populate some properties in user. Form2 should then have access to those user properties. I am not getting the property ...
|
| When will ASP.NET Version 2.0 be released? | 15 Aug 2005 16:29 GMT | 1 |
My boss asked me to create a new intranet, and I would like to use this new version, but I don't know when it will be available. I want to take advantage of master pages especially. Could someone please respond with advice on what I should do. Also, I can't find any support ...
|
| Reading Folder Permissions | 15 Aug 2005 14:39 GMT | 2 |
I cant believe that I cannot find this however I am looking to be able to pass a path name...and have a return of the groups and what permissions they have to that folder. Is there any simple .net solution for this...I have been looking for
|
| Right Justify Textbox | 15 Aug 2005 14:06 GMT | 6 |
How do I right justify input data in a textbox? I have some textboxes that are used to input numbers, and I would like to right justify them.
|
| Reading and Writing XML from a Dataset with Binary Data | 15 Aug 2005 12:29 GMT | 4 |
I have a process, where I take a dataset from an SQL call, and need to write an XML file from that dataset. The data set can contain 10's of tables, each with 100's of rows, and I have no way of knowing what the tables are, or what they contain.
|
| can Classic ASP use the .NET dll ? | 15 Aug 2005 11:46 GMT | 2 |
i have an application in classic asp and i want to use the dll that was made of .net.. is it possible if i will use create object ? thank you
|
| My first impressions of ASP.NET | 15 Aug 2005 11:20 GMT | 19 |
I write CRUD database applications for a living for an audience of about 100 users per application using classic ASP. I maintain and frequently change on user's request 22 different applications by myself.
|
| NEWBIE Q re binding a textbox to a dynamically created datset fiel | 15 Aug 2005 09:03 GMT | 3 |
I am new to Vb.net, so pls excuse if the Q seems silly! It is to illustrate a problem i am having with navigating through a dataset table, and having the bound text fields not showing the current record, but only showing (being stuck) on the first record permanently!
|
| VS 2005 C# DataGridView.UserAddedRow Event | 15 Aug 2005 05:40 GMT | 1 |
When I try to add this event handler, I get an error: this.dgScheduleCamera.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgScheduleCamera_UserAddedRow); Error:
|