PowerBuilder 9 using .NET WCF service.Hi.
I have one question. Are there any known issues? Is it
possible to call WCF service from PowerBuilder 9? Has anyone
done that yet?
Thank you.
I haven't. I would assume, based on past behavior, that Microsoft has
"embraced and extended" web services standards to create something
that is particularly unique to them and can only be accessed by the
same product.
On 8 Jun 2007 02:11:05 -0700, Uro� wrote:
>Hi.
>
>I have one question. Are there any known issues? Is it
>possible to call WCF service from PowerBuilder 9? Has anyone
>done that ye...
Creating ASP.NET app in VB.NET
I am trying to create an ASP.NET web app using VS.NET (VB.NET Standard 2003 edition). However, whenever I try to do so, VS.NET hangs.
What happens is that I select 'ASP.NET Web Application' and then fill in the app name in the 'Location' field on the dialogue box. When I click OK, VS.NET just stops responding. I believe that the problem is because I cannot connect to http://localhost. I have tried everything I can think of/have read on the web to get my machine to connect to http://localhost, but to no avail.
I've tried uninstalling and reinstalling IIS, reinstallin...
Migrating PowerBuilder SOAP clients to WCF in PB12.NetSample code attached to the post.
http://blogs.sybase.com/phoran/?p=447
--
Paul Horan[Sybase]
http://paulhoran.ulitzer.com
Hi Paul;
Good article ... thanks!
--
Regards ... Chris
President: OSUG / STD Inc.
Blog: http://chrispollach.pbdjmagazine.com
SourceForge: http://sourceforge.net/projects/stdfndclass
"Paul Horan[Sybase]" <phoran_remove@remove_sybase.com> wrote in message
news:4c002e20@forums-1-dub...
> Sample code attached to the post.
>
> http://blogs.sybase.com/phoran/?p=447
>
> --
> Paul Horan[Sybase]
>...
WCF Syndication project create and new project for asp.net
Hi Friends.
i create asp.net project and after i add a new project for wcf syndication.( rss feed using database).
wcf syndication run name is feed1. .net 3.5 framework. display rss title , link , description , date. successfully run
http://localhost:8731/Design_Time_Addresses/Syndication1/Feed1/ please visit this image.
screen shot.
http://img261.imageshack.us/my.php?image=syndicationzx8.jpg"
http://img261.imageshack.us/img261/7269/syndicationzx8.th.jpg"
http://img261.imageshack.us/my.php?image=syndicationzx8.jpg
my question is
1.how ...
WCF Service Reference still creates typed dataset as part of proxy
Using 2008, I've split my DataSets and TableAdapters into two different projects (using the new "DataSet Project" property). I then have a WCF service being consumed by a Website and I used "Add Service Reference...". Both the client and host reference the class library containing the DataSets. Only the host references the class library containing the TableAdapters.
When I look at the proxy files created by the "Add Service Reference..." command, I notice that DataSet files (xsd) have been created (just like the old ASMX webservices proxies did). I mad...
creating table in .net (UltraLite.NET)Hi,
Could anyone send me a sample code of how to use a create table query in the
ultralite.net api.
when I try to do this I get the following error: "A schema upgrade is not
currently allowed". I suppose it has something to do with the
schemaUpgradeData\listener classes, but I couldn't work it out.
I'm using Schema Painter version 9.0.1, build 1751
Thanks
According to the online help, this error is caused because something is in
use in the database. Try closing all of your cursors/etc. and finishing
your current transaction before doing the schema upgrade.
...
Application created in new version of .NET (3.0 or 3.5) can use the library created in older version of .NET(i.e.-1.0 or 2.0)?
Hi All,
I am using Visual Studio .NET compiler for compiling my application . We have plugins (as library) which the user can write by their own in .NET . We are building our code in Visual Studio 2005 but we have already some plug-ins which are written in previous versions of Visual Studio (i.e. 2002 and 2003). Is these plug-ins will work with the new build of the application or I need to build these plug-ins as well in Visual Studio .NET 2005. These plugins are created as library.
Is their any differences between .NET 1.0, 2.0 and 3.0 because of which the old libraries (created in o...
Can a powerbuilder 6.5 app call a class library created in vb.net
any clues on whether I can include as a global external function - a vb.net dll and call that function from a pb app??
bev
Hi,
I'm not a powerbuilder user but there are some developers that are using this tool for creating their software at my firm. I know that they are currently upgrading to, I believe version 9 or 10, so that they can use webservices that I and some coworkers developed with vb.net.
Grz, Kris.Read my blog. Handy Firefox plugins for web developers.Workaround for non working Mark as answer buttons....
how to create proxy class using WSDL.exe to call a webservice when i don't have "ASP.Net Ajax"
Hello there!,
could any one tell me how can i create proxy classes using the WSDL.exe. is that an alternate to the proxy classes generated by the "Script Manager in ASP.net ajax".
Note: I am Using Asp.net1.1 Much Obliged & Thanks a Lot,Myself
hi,
the proxy class is generated as follows:
wsdl /languag:c# out:/filename:directory name /proxy:<url>
language can be c#, vb o...
Creating .net forum using Asp.net
HI,
I want to create a .net Forum . Can anyone tell me which control i have to use for showing the Queries so that it can be expanded dynamically depending
upon the text area .
Please: don't forget to click Mark as Answer on the post that helped you.
Hi,Here are lots of example:
http://www.codeproject.com/KB/custom-controls/aspnetforums.aspx
http://www.codeproject.com/KB/applications/JumpyForum.aspx
http://www.codeproject.com/KB/applications/itcnforum.aspx
http://www.yetanotherforum.net
http://www.dnfbb.net/
http://www....
Creating ASP.NET pages in .NET Studio
Hello All,
1)
I love the way that WebMatrix manages the code and other tags, all located in 1 files, rather then using the "codebehind" like .NET studio does.
Is there a way to make VB.NET behave in a similar way that WebMatrix does ?
2)
How do I create one page of asp.NET with VB.NET without creating new solution, but still with formatting ?
(By formatting I mean the popup appearing when I write response with .write, .flush etc.)
When I select only the file and not a new solution I don't get the formatting help and I don't
want to use a new solution each...
create a forum in asp.net with vb.net
I am currently designing a website that will have a forum on it. I am looking to design it from scratch. I am new to programming and would like to know if there are sources I can look at to get me going on the right track.
Instead of re-inventing the wheel, why not use an already exisiting forum? There are a number out there that you could implement into your site. If nothing else, take a look at the source code of the below projects. That will give you a push in the right direction.
ASP.NET ForumsCommunity ServerYet Another Forumliteforum
HTH,RyanRyan OlshanASPInsider | Microsoft ...
Create a Template in ASP.NET(VB.NET)
I'm new to ASP.NET and would appreciate if any one could help me out with this.
I'm trying to create a TEMPLATE for all of my web pages with Header/Footer/Navigation and the content. I did it in ASP using the Include files. I guess there is definitely an more efficient way to do it in SP.NET (1.1)... I really thank you and appreciate your help.
Russ Nemhauser has written an excellent article that should get you going.
http://www.nemhauser.com/article.aspx?article=PowerOfBasePages
Jared LivingstonMrLivingston.com - Livingston Family WebsiteTest/Demo site - moonmark.com
Thank you ...
Version of PowerBuilder (ref: Creating database for PowerBuilder)I'm using PowerBuilder v8.0 and would like to create a
notification system for my practiculum project. I'd like to
use Access to create the database. Please enlighten me on
what should I create (e.g. tables, queries) for the usage of
it.
Thank You.
Regards,
Yang Ashra
Don't double post, it's bad etiquette.
Unless you have a very good reason to do so, we recommend you don't use
Access. Use SQL Anywhere instead - it's more stable - and a far better
database in my opinion. PowerBuilder (enterprise) supports just about every
database out there, so if you...