PB 12 .Net .Net Assembly NVOI am trying to run a .Net Assembly NVO that I created in PB
12 .Net and get the following error: "Cannot start process
because a file name has not been provided". What file and
where is it located? Anyone have any ideas?
Thanks
John
Most likely the message is referring the Application entry field located
on the Run tab of the assembly project object. You would typically
enter in the Test Harness GUI EXE that exercises the assembly
--
Yakov
eLearnIT LLC
Twitter: http://twitter.com/eLearnPB
Blog: http://yakovwerde.sys-con.com
Web Site: http://www.eLearnITOnli...
Net:Net:Net::LDAP::FAQ------_=_NextPart_001_01C6429F.D89AA417
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello,
Net::LDAP
Net::LDAPS
Is there a possible to LDAP bind with an encrypted (SHA, SSHA, CRYPT,
....) password? I don't like to write the secret password to the perl
file.
Best regards
Barbara Wilbert
------_=_NextPart_001_01C6429F.D89AA417--
Wilbert Barbara (CI/OSI) * wrote:
> Hello,
>
> Net::LDAP
> Net::LDAPS
>
> Is there a possible to LDAP bind with an encrypted (SHA, SSHA, CRYPT,
> ......
Powerbuilder -- .NET AssemblyAll,
I have been struggling with PBNI on a project and am
wondering if there might be an easier way to solve my
problem. In the past our PB apps used DDE to receive
instructions (mostly logon/logoff). We are required to use
a different method of communication and one of them is an
ActiveXControlLib.dll (a .Net assembly generated from a an
ActiveX control). In C# communication with this dll is
quite simple but for the life of me I am stuck as to how it
can be done in Powerbuilder short of using PBNI (I know next
to nothing about C++).
Do I have any other options?
Thanks muc...
.NET classes hindering .net assembly from being com?
I posted an earlier thread about instanciating a .net assembly from a com client, like an asp page. My problem was that no matter what I did, I could not get the class to instaciate, so I could not call any methods on that class.
After quite a bit of trial and error, as far as weak and strong named assemblies, GAC, etc, I came to the conclusion that the object WAS being referenced properly, therefore it was not a problem getting access to the object's class declaration. My problem was that everytime I called a method on the object, I got a "object not set to instance" error.
...
PB!2.net consume .net ClassI new to .net and pb12.net .
I would like to use the Filesystemwatcher class from the System.IO
namespace in PB to monitor a folder.
Here's code in c# that I found on the WEB
###########################################################
' Create a new FileSystemWatcher and set its properties.
Dim watcher As New FileSystemWatcher()
watcher.Path = args(1)
' Watch for changes in LastAccess and LastWrite times, and
' the renaming of files or directories.
watcher.NotifyFilter = (NotifyFilters.LastAccess Or
NotifyFilters.Las...
Convert ASP.NET to PB.NET CodesPlease I have 2 functions coded in ASP.NET below for authenticating against
the Active Directory. It works perfectly okay but I need to translate it to
PowerBuilder WebForm codes. Can anyone help have a go at it?
Public Function of_Authenticate(ByVal sUserID As String, ByVal sPassword As
String) As Boolean
Dim sDomain As String =
ConfigurationSettings.AppSettings("DomainServer")
If sDomain Is DBNull.Value Or sDomain = "" Then
Dim entryRoot As DirectoryEntry = New
DirectoryEntry("LDAP://RootDSE")
sDomain = entryRoot.Prop...
Sample program using powerbuilder .net and asp.netHai,
I am beginner in pb.net . So please can you provide me a sample program using
powerbuilder web application with asp.net.
with thanks and regards
POLACHAN PAILY
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_newsgroups/group_list.asp
Part of the point of WebForms (and WinForms) is that you can deploy
any application to these targets without recoding. So, for a sample
app, take any sample that comes with PB. <g> No special coding
required.
Of course, you have to make sure your app isn't dependent on
unsupported features.
Good...
.NET assemblies in PowerBuilder 9?Can I call .NET assemblies from Powerbuilder 9? If yes -
how?
If not - how?
Well, beginning with PB11 you can reference them in the target and
then code directly to them in PowerScript:
http://www.developer.net.au/PowerBuilder_11s_NET_Interoperability.htm
With prior versions of PB, you would need to use a COM Callable
Wrapper:
http://pbdj.sys-con.com/read/397016.htm
http://pbdj.sys-con.com/read/420516.htm
On 30 Aug 2007 03:03:13 -0700, Raymond wrote:
>Can I call .NET assemblies from Powerbuilder 9? If yes -
>how?
>If not - how?
Bruce,
First, thank yo...
add .net assembly to pbi have added this code to my .net project:
#if defined PBDOTNET then
throw new System.InvalidOperationException("You must pass
8 User Defined Columns");
#end if
i also added the .net assembly. however it fails with
---------- Error messages: (10:16:31 AM)
c:\configuration
management\fundlinx730\source\shared\pb\assem_api.pbl(nv_tradetrueup).nv_tradetrueup.125
C0307: Syntax error: unexpected 'System'.
c:\configuration
management\fundlinx730\source\shared\pb\assem_api.pbl(nv_tradetrueup).nv_tradetrueup.125
C0305: ; or newline expected.
---------- Fini...
What is an assembly as it relates to an Asp.net / VB.Net application?
Hello everyone,
I hope my question is not to vague. Let me begin with saying that I was not a Computer Science Major in college. I received my degree in Business Finance, two completely seperate disciplines. I do have a lot of work experience with the original Visual Basic beginning with 3.0. Here we are today and I am reading some text concerning ASP.Net and I came to a section discussing Assembly and Precompiling, well I am like Duh you lost me. Could someone please either explain the assembly or point me to some literature that explains the assembly "In Depth" as it relat...
Differences between .net 1, .net 1.1, .net 2.0 and .net 3.0
Hi, This seems to be a common question, but i havent got an answer yet:(Can, any one please explain me the differences between these versions.If you keep your feet firmly on the ground, you'll have trouble putting on your pants!
Have a look into this links
http://en.wikipedia.org/wiki/.NET_Framework
http://blogs.msdn.com/mohammadakif/archive/2006/12/03/net-3-0-different-versions-of-the-net-framework.aspx
http://www.codeproject.com/aspnet/ComparisonASP1xASP20.aspAshok Rajawww.iGold.inDon't forget to click "Mark as Answer" on the post that helped you. This credits that m...
Diffrence Between ASP.NET , VB.NET and C#.NET
please give me the explanation of diffrence b'n asp.net and vb.net is in asp.net there is no code behind file exist?
C# and VB.Net it the langauge you use to create your app.. (The code you write is either VB.Net or C#) ASP.Net is the Web framework to build web applications and ASP.Net have Web Forms, a Web Form is the .aspx file that represents a page/view. A Web Form can have a code-behind file where you put your code (written with VB.Net or C#)./Fredrik Normén - fredrikn @ twitterMicrosoft MVP, MCSD, MCAD, MCTASPInsidersMy Blog...
Net Farmers netHas anyone been able to access any of the tests at
http://suicide.netfarmers.net ? I can get the default page but none of the
tests appear to be operating over the last several weeks.
--
CK
I just tested and works as usual!!!Every session TCP_error,because my
Shields_guard is intact<<G>>
--
Regard: Joh@nnes�
1216771 Ont.Inc.
"Nothing is more damaging to a new truth than an old error"
"CK" <ckphalon@lascenltd.com> wrote in message
news:9i45gg$1qa9$1@news.grc.com...
: Has anyone been able to access any of the tests at
: http://suicide...
To .NET or not .NET, that is the questionI'm running WinXP pro 32-bit, meaning I've got the version
1-dot-something of .NET that XP came with. I've been looking for
various softwares, and more and more often come across .NET version 2
being prerequisite. No urgency for me re. my questions to this group -
so far I have just decided to hit the red X on those download pages -
but the desire for this newer version of .NET seems to be growing for me.
Firstly, according to my (limited) research, newer .NET versions are
inclusive of the previous ones, and the current version seems to be 3.5.
So if I go for i...