Re: Generating a setup file for a webservice
Hi Ahmed; Can you try deleting the entire "output directory" and its contents & trying again? Failing that ... 1) Make sure that .Net 3.5 / 4 or 4.5 is not installed. If they are installed ......
View ArticleCreating help file for PB.NET assembly
Hello, allCan anyone recommend me a easy-to-use tool, which can generate a detailed help file for PB.NET assembly consumers?I know there are tools for this for VS, but I am not familiar with any for...
View ArticleRe: Creating help file for PB.NET assembly
Take a look at SandCastle Help File Builder. It works by doing reflection on the generated assembly, so it doesn't care what is was created with. I ran it on a visual assembly I created in PB.Net and...
View Articlegetcontextservice not working with IE
I would like to open default browser from PB. The code I am using is: GetContextService("Internet", linet)linet.HyperlinkToURL(ls_url) This works fine when Firefox or Chrome is default, but not IE....
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
thanks bruce.How to select the operations.Please let me know. RegardsSubrat
View ArticleChecklist for WCF targets - ASP.Net?
Hi, guys. We have a PB .NET WCF (12.5.2) installed on a server with Windows 2008 R2.I was preparing a checklist and now I a doubt has crossed my mind.Do I need Asp.Net installed in a production...
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
You click on it in the list of operations.
View ArticleRe: getcontextservice not working with IE
It looks like it might be a Chrome issue. PB looks in HKCU\Software\Classes\.htm to see what the classname is. It then opens HKEY_CURRENT_USER\Software\Classes\<ClassName>\shell\open\command to...
View ArticleRe: Checklist for WCF targets - ASP.Net?
According to Microsoft's docs, you do: http://msdn.microsoft.com/en-us/library/aa751792(v=vs.110).aspx
View ArticleRe: getcontextservice not working with IE
Hi Tim; Have you tried PowerBuilder's "built-in" INET object for this? Regards ... Chris
View ArticleRe: getcontextservice not working with IE
That is what he's using. He's just using GetContextService rather than Create to instantiate it. You can use either, except (from the docs):Using a CREATE statement You can instantiate these objects...
View ArticleRe: getcontextservice not working with IE
If you set the value of HKEY_CURRENT_USER\Software\Classes\.htm ( and .html and .shtml) back to "htmlfile" then IE should start working correctly. See, for example: Cleaning Up After Chrome This...
View ArticleRe: Debugger stopped working in PB.NET
Hello, TedI also used to work normally with debugger until there was some change/upgrade in my Visual Studio settings. I work with VS 2012 on day-to-day basis and PB.NET, as you know works with VS 2010...
View ArticleRe: getcontextservice not working with IE
Thanks for the replies everone. Bruce, your solution worked - temporarily. Seems that Firefox + Chrome set those keys when they are made the default, but IE does not. So once you make Firefox or Chrome...
View ArticleRe: getcontextservice not working with IE
Hi Tim; FYI: Be careful of the Registry settings as they vary based on 32 vs 64 bit MS-Windows and 32 vs 64 bit IE. Either combination is possible BTW. Regards ... Chris
View ArticleRe: Debugger stopped working in PB.NET
A number of Visual Studio users have reported similar problems. The solution appears to be doing a reset on user settings. Not sure how to do that from PB.Net though:...
View ArticleRe: How to Create a JSON webservice using Powerbuilder.Net
Thnaks for the reply bruce.I did as per your suggestion.I have set the ResponseFormat for the WebGet attribute on the Operational Attributes as json.After that i deploy the webservice and checked-it in...
View ArticleRe: getcontextservice not working with IE
On my machine that has only IE11, that registry key HKCU\Software\Classes\.htm does not exist. But the GetCOntextService works just fine. So does Windows have some default vale set somewhere else?
View ArticleRe: Debugger stopped working in PB.NET
Arcady(and Bruce), Try the following at a 'Run As Administrator' command prompt and then CD to the correct directory. pbshell/setup followed by pbshell/resetuserdata I've seen it work for some...
View Article