all groups > dotnet general > april 2005 > threads for tuesday april 19
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Error Message Deleting a Table from Access DB
Posted by Mark at 4/19/2005 7:08:01 PM
Not sure this is the right place for this questions, but here goes:
I get an error message when deleting an table from a Access database.
The code is as follows and the error message is after it.
***************** Start Code ********************
<%@ import Namespace="System.Data" %>... more >>
non-.NET languages in VS.NET
Posted by Spar-Q at 4/19/2005 7:00:29 PM
I was wondering if it is possible to code in original C in VS.NET,
instead of being limited to Managed C++. I was told at a conference by
a MS guy that .NET can handle any language you want, so I'm curious how
to go about doing this.
... more >>
Dynamic Controls in ASP.NET
Posted by CITI_Cam at 4/19/2005 5:55:02 PM
Main problems: my dynamically created controls are inaccessible after
postback. I want to capture user entered values from these dynamically
created controls, but the controls disappear after clicking my input button.
I initially tried to use a panel, but I could not seem to control the
pl... more >>
BizTalk/CommerceServer/MS CRM/...?
Posted by DraguVaso at 4/19/2005 5:41:34 PM
Hi,
I need to make an application that does basicly this:
- Receiving Demands from Clients for some Products
- Searching in the DataBase which Suppliers (may) have these Products
- Contacting these Suppliers (by Contact Person) for a Price Offer
- Grouping the best Price Offers and doing an O... more >>
Help downloading news
Posted by MikeY at 4/19/2005 4:29:55 PM
Hi everyone,
I've just finished formatting and reinstalling my o/s. Is there a way of
downloading past news post older than the last 2 days? It seems that when I
sign back up for these groups I only get the past two days.
Any and all help is appreciated.
MikeY
... more >>
Parsing .eml file
Posted by Pauravi at 4/19/2005 2:15:01 PM
Hello
I am using Cdo.Message to parse .eml files using VB.NET but its not working.
I get error as "The object does not support this type of datasource"
My code is as follows:
Imports Cdo
Imports ADODB
Dim objCdo as new Cdo.Message
Dim fs as new ADODB.Stream
fs.Open
fs.LoadFromFile("... more >>
Window service interface
Posted by Erik TL at 4/19/2005 11:51:42 AM
Hi
How does one return a varible, value, or object from a window service
in .net?
How do I expose the service methods?
A link, code, or anything is wellcome, because I'm going bonkers!
/Erik TL
... more >>
Saving and Retrieving Projects
Posted by Dave Rams at 4/19/2005 10:01:03 AM
Can some one suggest an article on the saving and retrieving VB.net projects.
I have lost complete programs at least twice. I have to reconstruct the
programs.
It has happened when I enter some code that generates automatic code from
VB. net. Then I try to undo the code and may go to f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
PLS-00306: wrong number or types of arguments in call
Posted by zislam NO[at]SPAM gmail.com at 4/19/2005 9:52:23 AM
Hi :
I am using Asp.Net, C#, Oracle .
I am trying to execute this Stored Procedure, and it gives me an error
"Error Message: ORA-06550: line 1, column 7: PLS-00306: wrong number or
types of arguments in call to 'GET_CITY_DATA' ORA-06550: line 1, column 7:
PL/SQL: Statement ignored "
Than... more >>
SEHException Exception from a COM component
Posted by cneff78 at 4/19/2005 8:51:02 AM
I have a COM based component that raises an exception and I'm awaiting a
patch for it. However, I need to be able to recover from the exception,
destroy the COM object and then regenerate it @ a later date in my C# Windows
Forms App.
I presently do this:
System.Runtime.InteropServices.M... more >>
Windows service singleton interface to a public sealed class
Posted by ogled at 4/19/2005 8:39:37 AM
Hi
I have a scheduler functionality that is implemented in public sealed
class with static methods, and now i'd like to utilize it in a window
service and have an exe file to access the singleton from outside as
well. Is this possible to achieve?
I've looked inot remoting but I haven't be... more >>
Which Microsoft products are written in .NET
Posted by B Maxey at 4/19/2005 6:39:07 AM
I am working on a business proposal. And to show MS's committment to .NET, I
would like to list all the products that are written with .NET.
I have heard the Great Plains is being re-written using .NET. And I assume
Visual Studio is too.
I hope this is not a trade secret, but what other ... more >>
calling .dll from XML
Posted by CLEAR-RCIC at 4/19/2005 5:42:01 AM
I was wondering if I could do the following.
1) Write a windows service that reads an XML file.
2) Have the XML file contain information on what .dll to reference
3) Have the XML file contain information on what methods to call.
The advantage to doing this is that you could add new .dlls ... more >>
%1 is not a valid Win32 application
Posted by Pradeep D at 4/19/2005 3:01:03 AM
Hi,
We have a .net dll, which has a wrapper to command line tool. When we try to
call we enocunter this error. When we execute the same command from command
line it executes without error. Can anyone help us out with this problem?
Following is the error we encounter.
"d:\iw-home\Teamsite... more >>
Programmatically Determining Service Pack For OS Using Managed Cod
Posted by Ian Rowland at 4/19/2005 2:49:06 AM
Is there a way, using managed code, to determine the Service Pack of the OS
without resorting to registry calls?
OSVersion doesn't give this information. It seems the only way is to use the
Win32API GetVersionEx!... more >>
fastest way to ReadXmlSchema, ReadXml and WriteXml
Posted by DraguVaso at 4/19/2005 12:00:00 AM
Hi,
I should use XML to synchronize the data from different (VB.NET)
applications, and I was just wondering which Overloads of these functions
( ReadXmlSchema, ReadXml and WriteXml) goes the fastest? I don't think the
ReadXMLSchema would give a lot of difference, but maybe the overlaods of
Re... more >>
Installing assembly on remote machine
Posted by McGeeky at 4/19/2005 12:00:00 AM
Is it possible to install an assembly on a remote machine's GAC? I don't see
an option for it using gacutil.exe
--
McGeeky
http://mcgeeky.blogspot.com
... more >>
How do you disable a Tab Page within a Tab Control?
Posted by Phil at 4/19/2005 12:00:00 AM
Hello all,
Can anybody give me any ideas on how to disable a tab page within a tab
control.
I have a tab control tabClients with 3 pages. I would like to disable pages
2 & 3 when a certain condition is met.
Thanks in Advance.
Phil.
... more >>
Stupid Error on VB.NET IDE
Posted by João Santa Bárbara at 4/19/2005 12:00:00 AM
Hi all.
i have a funny error in the IDE but only in one form. :(
i have declare a Method like this "Private Sub MyTransGForms(ByVal sender As
Object, ByVal e As EventArgs)"
and i have an handler to it.
and in the same form i have this calling
AddHandler frm.TranslateForm, AddressOf Me... more >>
|