When creating a Hello World application, it said "This program is blocked by group policy. For more information, contact your system administrator" - visual-studio-2022

When creating a "Hello World" application using Visual Studio 2022, I have experienced the following error:
"This program is blocked by group policy. For more information, contact your system administrator".
I did contact our IT support, but they do not have any clue on this.
However, when I create another new application in different folder (e.g. C:\dev\Test4\ConsoleApp2)
The error is gone.
Does anybody ever experience similar issue? How could I troubleshoot with it?
My Visual Studio 2022 professional is in trial period without MSDN license. Does it matter?

Related

Error trying to start robot remotely with smartcard from UiPath Orchestrator

The UiPath Orchestrator and robot are set up according to the instructions in the UiPath Guide. When we now try to run a process remotely on a machine with a Developer License the following Error shows up in the Orchestrator logs:
Could not start executor. The requested certificate could not be received. (Exception HRESULT: 0x8010002D)
and the following shows in the Windows Eventviewer:
StartProcessInSession:session.cpp#255: Unable to validate credentials: error: 2148532269
The errorcodes map to SCARD_E_CERTIFICATE_UNAVAILABLE according to https://learn.microsoft.com/en-us/windows/desktop/secauthn/authentication-return-values but I could not find any information on to why this error is occuring.
The manual login is working as usual and we tried it on multiple machines with the same result. Machines without smartcards are working fine.
Does anybody know what the root of this error could be?
This looks like an issue concerning the different types of license. To my knowledge just having a "developer" (I assume here you mean a license to use Studio) does not mean that automations can be launched on that machine from Orchestrator. Orchestrator requires that an unattended bot license be present, which is distinct from a license for Studio or an Attended Bot.
I would recommend closely reading the documentation (https://robot.uipath.com/docs/about-licensing) on licensing to make sure that the you are only trying to call an unattended bot from Orchestrator.

Cannot log into Titanium Studio

I am trying to log into titanium studio and I keep getting the following error: The login server returned and error. Please consult the troubleshooting page for more information. Is there something wrong with the server that will be fixed soon or is it something else?
Titanium Studio has been discontinued on June 1 2015. You might have still been able to login since we needed the APIs it used for other legacy services we're gradually shutting down.

Visual Studios Debug Error - VS Hosting Process

i have received the following error in VS 2010 after publishing an application using ClickOnce.
Error - The security debugging option is set but it requires the Visual Studio
hosting process which is unavailable in this debugging configuration. The
security debugging option will be disabled. This option may be re-enabled in
the Security property page. The debugging session will continue without security
debugging
Now every time i try to debug my project, when i try and run any database queries i get an "Unspecified Error". I have tried multiple different queries, all of which work on a new blank solution just not in my current one.
Note: i do not receive the "Unspecified Error" on the released version of the application just when debugging.
Not sure what i can do to fix it. It would appear to be something to do with my project setting, but i cannot see anything out of place.
Rob
Bit late for an answer but should help others
Go to project property and under debug tab set or tick on "Enable the Visual Studio hosting process". This should fix the error you are getting.

Can't find Microsoft Internet Transfer Control in Visual Studio 2013

New project in Visual Basic using Visual Studio 2013.
Want to add the "Microsoft Internet Controls" component but I can't find it.
What am I missing?
This is the second link on Google:
http://answers.microsoft.com/en-us/office/forum/office_2010-customize/cant-find-reference-to-microsoft-internet-controls/e138ff0c-8046-47b1-9c0c-ac28cebe3c7a
Apparently it may have been renamed "Microsoft Browser Helpers" and you may need to add a reference to "ieframe.dll".
If you need FTP, it is fully supported in the .NET framework. You could start with the examples on MSDN: https://msdn.microsoft.com/en-us/library/ms229718%28v=vs.110%29.aspx
The inet1 Internet Transfer Control is installed with MS Office. Install it and you should have no problem having it become available to use in Visual Studio etc.
It's old but still completely useful in apps. It did all the FTP and HTTP calls for a web crawler I wrote years ago and was fast and completely error-free when crawling 100s of 1000s of web pages at a time while I slept. I'd use inet1 today if I was writing an app that did huge amounts of internet calls as quickly as possible.

unable to Start Profile Synchronization in sharepoint 2010

i am unable to Start Profile Synchronization in sharepoint 2010 from central admin
due to which the Compile Audiences does not work
an error message pop up when i click on Start Profile Synchronization
" " can not navigate to the requested page while user profile synchronization is running please wait for current synchronization run to finish. ""
please help regarding this problem
thanks in advance
this problem occurred in windows 7 how ever it worked fine with Server2008
The way i understand it, when you install sharepoint 2010 on your desktop (Windows 7), certain components are very picky about how they are installed (user profiles sync), and some just wont install (FAST search).
This is pretty much the reason i stuck with creating vm's for development.
The best way to resolve this is, open the Forefront Identity Manager 2010 and check for the actual failure. Most of the cases you get problems because of the user trying to connect to AD do not have replication directory changes access.
Take a look at this post:
http://sharepoint-2010-world.blogspot.com/2011/02/cannot-navigate-to-requested-page-while.html