| Thread | Last Post | Replies |
|
| .NET DLL and asp | 30 Nov 2003 08:55 GMT | 1 |
I am sure it is possible, but am unable to get it to work...I need to compile a VB.NET Class Library into a .dll and then beable to communicate to it with asp.... Thanks Mike
|
| Is the current environment ASP.NET? | 30 Nov 2003 08:55 GMT | 1 |
How can a function tell if it has been called from a ASPX page or ASMX web service versus being called from a console or windows app? I need to extend the EventLog class to write events and need to know the name of the app or the name of the page or the name of the service calling ...
|
| Invoke ServicedComponent | 30 Nov 2003 08:53 GMT | 1 |
Please help me. object[] Param = new object[1]; Param[0] = "Hello everybody!"; System.Type BankType = System.Type.GetTypeFromProgID("BankComponent.Account","SERV1");
|
| access is denied | 30 Nov 2003 08:51 GMT | 1 |
I receive the error "Access is denied" calling a Com+ component (managed code) from an aspx page. I've tried changing roles for Asp.net user, user in machine config, dcom permission, package launching user and so on ...
|
| Advantages of .NET DLL over VB6 DLL | 25 Nov 2003 12:34 GMT | 1 |
We are planning to migrate our vb6 components (published in com+) to vb.net dll. Front end (vb6) will remain the same. What are the advantages and disadvantages, do's and don'ts, best pratices to follow? Thanks and regards
|
| I need some help with this code.... | 23 Nov 2003 19:31 GMT | 1 |
Can someone please look at this code and tell me why I get an exception error on the last line: For aa = 0 To ds.Tables(0).Columns.Count - 1 dbColumn = New SQLDMO.Column
|
| Launching an app from a service | 22 Nov 2003 20:43 GMT | 1 |
I have a app that uses remoting to share an object that is an interface to another DCOM application. Anyway, I would like to convert this app into a Windows Service but I think am running into a security issue. When the service tries to launch the other application (OnStart) so ...
|
| How to secure asp.net code? | 22 Nov 2003 19:18 GMT | 1 |
I am writing a web site for my client using asp.net. But I don't want him to able to read the code and reuse it in future. How can I protect the code and still give him a copy? Any idea? just wild guess like compiling the project into .exe, component or dll. I have no idea. Please ...
|
| COM+ vs .NET | 21 Nov 2003 16:06 GMT | 2 |
I have developed my first .NET component using System.EnterpriseServices, System.Reflection, ServicedComponent ... etc (you know), this is working very good. When I add a reference to this assembly (.DLL) since my ASP.NET I don't have any problem. For publishing in COM+, I have ...
|
| MS DTC requires that the systems be cloned using supported cloning tools such as SYSPREP | 21 Nov 2003 00:31 GMT | 2 |
My application is running on one virtual server while the sql server database is running on another virtual server. When i try to run my application making a transactional call using Serviced Components, I get the following error in the application log.
|
| Problem with Queued Component | 17 Nov 2003 13:49 GMT | 2 |
My program is to send sms(short message) to a group of mobile receivers. I devide the business into two parts: asp.net and queued component. Asp.net accept the txt file of receivers' phone numbers and group the numbers to
|
| If I am not using any distributed transactions is there any other good reasons to use COM+ | 17 Nov 2003 12:28 GMT | 2 |
I am currently using COM+ serviced components to handle my transactions. If I use manual transactions my database calls are at least 4x faster (even with object pooling enabled on the COM+ objects). Are there any good reasons now or coming in the future other than distributed ...
|
| Manual transactions -vs- Automatic transactions | 17 Nov 2003 12:26 GMT | 2 |
I am calling two INSERT stored procedure. I am using COM+ 1.5 and automatic transactions (ServicedComponent) with connection pooling. I created an example that calls the same stored procedure using maunal transactions transactions (tran = sqlConnection.BeginTransaction();). In a ...
|
| COM+ hosted objects | 17 Nov 2003 12:21 GMT | 1 |
I use VB.Net and was wondering what the bare minimum code would be to host a component under COM+...? In VB6 you just create a class module and the IDE does most of the work but under .Net isn't there more that needs to be implemented...? More than just defining methods, properties ...
|
| Can not write to the Registry key! | 14 Nov 2003 09:39 GMT | 1 |
I developed a component in Vb.Net to modify a registry key on a Server has Windows Server 2003 ,Im using the command .SetValue, but it keeps giving me the error " Can not write to the Registry Key" . Do you have any idea how to solve this?
|