no it is a third party dll (Fujitsu NetCobol for .NET)
kkb_2001
Posts
-
How to share NETCOBOL dll in .NET Framework2.0/3.5 in windows server 2003. -
How to share NETCOBOL dll in .NET Framework2.0/3.5 in windows server 2003.i have a NETCOBOL Dll which i am using in web application. when i am running this application in windows xp or other except windows server 2003 is running but when i am running the web application in windows server 2003 it hangs on the calling line of dll. is this security issue or some thing else. how to solve this problem?
-
HOW TO SEND SMShow can i send sms thru my mobile using USB port. can any body help me thanks and regards kishore
-
How to connect USB Port in VB/VB .NETi want to connect with usb port. can any body help me thanks and regards kishore
-
How to run EXE thru network in VB .NET 2005i have cretaed an application using odbcConnection, when i m running this exe from the network it is showing odbcpermission error. plz can any body help me to solve this thru coding in vb .net? i do not want to use manual setting thru .NET Framework wizard. thanks and regards kishore
-
How to run EXE thru networki have cretaed an application using odbcConnection, when i m running this exe from the network it is showing odbcpermission error. plz can any body help me to solve this thru coding in vb .net? i do not want to use manual setting thru .NET Framework wizard. thanks and regards kishore
-
Problem in Running EXE on Network when using ODBCConnection ObjectI have created an application in vb .NET using ODBCConnection Object (for MS-Access). this is a MDI Application. when i am running this Exe thru the network it is showing following error- [Request for the permission of type 'System.Data.Odbc.OdbcPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.] Error in SQL Connection I Want to solve this problem thru code in 'VB .NET'. I do not want to do this manually as we do from "Control Panel->adminstrative tool->MS .NET Framework2.0 Configuration" How can i solve this problem. Please help me. my mail ID is kkb_mda@yahoo.co.in Thanks and Regards Kishore
-
Problem in Creating XML from Dataset in VB .NET [modified]I have two XSD File. one is master and second is its child. i m creating the dataset from child XSD. now i m setting the data into dataset and then generating xml file from this dataset. it is working fine. But the problem is that the sequence(means order of the fields defined in Master Xsd File) defined in master file is not following in the xml file created thru DATASet. can any body help me. kishore -- modified at 1:02 Saturday 13th October, 2007
-
XML ProblemI have two XSD File. one is master and second is its child. i m creating the dataset from child XSD. now i m setting the data into dataset and then generating xml file from this dataset. it is working fine. But the problem is that the sequence defined in master file is not following in the xml file created thru DATASet. can any body help me. kishore
-
Setting PRIMARY KEY using Alter Tableit will not work because in sql u can not add column with Null having a primary key. it will work in access after removing nvarchar->char -- modified at 4:34 Saturday 13th October, 2007
-
Passing parameters to crystl Report at runtime using vb.etsearch in msdn with the title= "Setting Parameters Manually in Code" and "Creating a Report with Parameters" may be you get some one good for you -- modified at 8:04 Friday 12th October, 2007
-
CrystalReport and Subreport ?Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public SubReport As ReportDocument SubReport = New ReportDocument SubReport = Report.OpenSubreport(SubReportName) SubReport.SetDataSource(datasource) Now use this SubReport object to solve the problem
-
Problem in ODBCPERMISSION (VB .NET) [modified]I have created an application in vb .NET using ODBC (MS-Access and SQL Server2000). this is a MDA Application. when i am running this Exe thru the network it is showing following error- [Request for the permission of type 'System.Data.Odbc.OdbcPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.] Error in SQL Connection I Want to solve this problem thru code in 'VB .NET'. I do not want to do this manually as we do from "Control Panel->adminstrative tool->MS .NET Framework2.0 Configuration" How can i solve this problem. Please help me. my mail ID is kkb_mda@yahoo.co.in Thanks and Regards Kishore -- modified at 2:23 Friday 12th October, 2007 Kishore -- modified at 3:10 Saturday 13th October, 2007