Visual Basic announcements
-
Link
This forum is for problems and discussions related to programming with VB inside Visual Studio for versions starting with the .Net version (2002). Before posting your question, check if your issue is related to the following categories. In order to get better response, take a look at How to Use this Forum.
Category
Appropriate forum
Other versions of Visual Basic
GUI related
ASP.Net forums (ASP and VB for MVC)
Forms Design and .Net Controls
SQL transact
3rd party products
.NET Framework Class Libraries
Windows
WCF, System.Net namespace and remoting technology
Windows Communication Foundation, Serialization, and Networking
If you have any suggestion to this table, please jump into this threadfor discussion.
You could share this announcement via this URL: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads?announcementId=b5956386-b706-4180-b003-6e778f582d89#b5956386-b706-4180-b003-6e778f582d89.
Windows Presentation Foundation (WPF) announcements
-
Link
Hi All,
For updates to WPF, see the team blog. Also many common questions about WPF can be answered be reading the team blog
http://blogs.msdn.com/jgoldb/default.aspx
.NET Framework Class Libraries announcements
-
Link
ASP.NET Questions are off-topic in .NET Base class library, and will be moved to the Off-Topic forum when posted. Please ask questions relating to ASP.NET at the ASP.NET Forums.
Claims based access platform (CBA), code-named Geneva announcements
-
Link
The Federated Identity ”Geneva” team is happy to announce the release of Microsoft code name “Geneva”, an open platform for simplified user access based on claims. This release consists of three components: Geneva Framework for .NET developers, Geneva Server for IT Pros, and Windows CardSpace “Geneva”.
You can find all of our installation downloads and supporting documentation for each component of the Geneva platform on the “Geneva” Connect site.
Windows Communication Foundation, Serialization, and Networking announcements
-
Link
Do you have ideas you would like to share with us? Do you always think it would be cool if WCF could do this? Here is an opportunity for you to contribute - http://tinyurl.com/wcfvnext
Thanks!
.NET StockTrader Sample Application announcements
-
Link
The new 6.0 version, which can live side-by-side with the 5.5 version, is now live. Visit http://msdn.microsoft.com/stocktrader to download the source code with automated setup wizard.
You can read the technical whitepaper about it, including the mobile client architecture, and support for SQL Database Federation here.
You can view the application running live on Windows Azure (new HTML 5/MVC client) at https://azurestocktrader6.cloudapp.net; or the classic ASP.NET Web Forms client at https://azurestocktrader6classic.cloudapp.net.
The download also includes Configuration Service 6.0, which adds support for Azure Service Bus. You can access ConfigWeb 6.0 to explore the live deployment at https://azureconfigweb6.cloudapp.net.
-Greg
-
Link
The updated StockTrader 5.5 sample is now available for download and setup. This replaces the 5.0 release of StockTrader. The installer can be downloaded from https://azurestocktrader.cloudapp.net or http://msdn.microsoft.com/stocktrader.
This new download includes the new Configuration Service 5.5 assemblies and ConfigWeb 5.5. Configuration Service 5.5 is backward compatible with 5.0 configuration repositories. You will want to rebuild solutions implementing Configuration Service 5.0 with the new 5.5 shared libraries.
StockTrader 5.5 What's New
The big change is support for Windows Azure SQL Database Federations. Federations allows horizontal partitioning, also called sharding, of the Azure SQL Database data tier. You will note that we have also split the previously single database into two separate physical databases: a QuoteDB and an AccountDB. By default after install, neither will be federated. You can use the new \stocktrader\builds\SQL_Loader\TradeSQLLoader.exe to create new QuoteDB/AccountDB databases, and choose the number of federation members when creating the initial databases. You can then deploy (to Azure) and then use the \stocktrader\databaseloaders\TradeSQLAzureLoader application to load data into the federated databases.
The single DAL layer works now against on-premises SQL Server (including SQL Server running in an Azure Virtual Machine); non-federated Windows Azure SQL Database, and federated Azure SQL Databases.
Configuration Service 5.5 What's New
Configuration Service 5.5 has various bug fixes, and especially enhancements to the SQL retry logic in the SQLHelper Class. Solutions using Configuration Service 5.0 should be upgraded to the new 5.5 assemblies, as well minor updates have been made to ConfigWeb.
Coming Soon: StockTrader 6.0
Within the next few weeks, a new version of StockTrader will also be available: StockTrader 6.0. StockTrader 6.0 does not replace StockTrader 5.5; but rather is a new Azure-only implementation, and it is not backward compatible with 5.5. You will be able to do side-by-side installs. Both will remain on the MSDN site. The coming Config Service 6.0 version adds support for Windows Azure Service Bus bindings, and StockTrader 6.0 can optionally be configured to use Service Bus and reliable messaging for order processing. In addition, RESTFUL web services are used in the new Business Logic layer, and the service can serve as the cloud-based backend for new StockTrader 6.0 clients that will be included in the download: Windows 8 Modern UI client; HTML5 ASP.NET/MVC client, Windows Phone client, Android client, and IPhone client.
If you have setup issues, or questions about the sample once it is installed this is the place to post them. Thank you!
-Greg
Visual C# announcements
-
Link
This forum is for C# related question. GUI questions become very unclear if its a WPF or Winforms or ASP.Net related question.
Please post any GUI related questions to the target forum:
Windows Forms General
Windows Presentation Foundation (WPF)
ASP.Net forums
depending on what you are working on.
The C# forum is for C# related questions on the language constructs and not indirect component usage. THX
AppFabric Caching announcements
-
Link
This forum is dedicated to answering questions about using Windows Server AppFabric caching on-premises. Microsoft recently announced a CTP of Windows Azure AppFabric Caching, which allows you to use AppFabric caching features in the cloud. If you want more information about the Windows Azure AppFabric Caching CTP, see the documentation, http://go.microsoft.com/fwlink/?LinkID=205141, or this blog post, http://blogs.msdn.com/b/windowsazureappfabric/archive/2010/10/28/introduction-to-windows-azure-appfabric-caching-ctp.aspx.
If you are trying to ask a question on the forums about the Windows Azure AppFabric Caching CTP, go to the Windows Azure Platform forum portal, http://social.msdn.microsoft.com/Forums/en-US/category/windowsazureplatform.
Thank you.
Jason Roth
Senior Programming Writer, Microsoft
-
Discussion1Votes
Service not starting non-interactive process
I am trying to have a service that will start another process. The new process will not interact with the desktop. Here is the code I'm using... Process myProcess = new ...9 Replies | 109 Views | Created by GaryMk - Wednesday, October 02, 2013 11:50 PM | Last reply by darnold924 - a few seconds ago -
Unanswered1Votes
Beginner C# expected class, delegates, etc. errors math quiz
0) { // Display the new time left // by updating the Time Left label. timeLeft = timeLeft - ...3 Replies | 48 Views | Created by seppiku - 57 minutes ago | Last reply by ThankfulHeart - 5 minutes ago -
Unanswered0Votes
Get proper namespace with code?
Hi: I am trying to get the xaml namespace with code. It works but gives me the wrong namespace. What is the difference between these namespaces?? This is the xaml file I am working ...3 Replies | 98 Views | Created by Mike_CuttingEdge - Thursday, October 03, 2013 2:33 AM | Last reply by Wasabi Fan - 5 minutes ago -
Answered1Votes
Why the value of the progress bar stay the same?When reading the RegistryKey.
Code in the main form: private delegate bool IncreaseProbarHandler(int nIncVal); //Declare a delegate to increase the progress bar value. private ...2 Replies | 59 Views | Created by JcsonSharpenden - 9 hours 14 minutes ago | Last reply by JcsonSharpenden - 18 minutes ago -
Answered1Votes
WPF Solid Color
Hello. I write two functions to set textures and solid color of a 3D quad, the code is like this: quad.cs public string ImageSource { ...7 Replies | 206 Views | Created by Supreme0319 - Thursday, September 26, 2013 3:35 PM | Last reply by Jason Dot Wang - 22 minutes ago -
Unanswered0Votes
web.config inheritance not working
A REST web service was written in VS2008 WinXP, works fine. When I moved it to VS2010 Win7 IIS7.5, I ran into web.config inheritance problem. The local web.config is not read. It only reads the root ...2 Replies | 96 Views | Created by neubee1 - Wednesday, October 02, 2013 10:37 PM | Last reply by Steven Cheng - MSFT - 23 minutes ago -
Unanswered0Votes
Array lists
Hi , C# (arraylists or anything similar) I want to divide a folder of 100 files into 4 groups as groups of 25 files each. now these 4 groups should be added to an ...5 Replies | 85 Views | Created by Anonymous_Praveen - 1 hour 49 minutes ago | Last reply by IdahoSixString - 25 minutes ago -
Unanswered0Votes
how to count the value stored in a recordset
hi i am trying to count the value inside a column but i encountered an error this is my code .. Dim cnview As New ... -
Answered0Votes
How can SmtpClient "From" address be configurable sometimes but not others.
Please help, I have apps using SmtpClient (.NET 4.0) that in some cases can specify the "From" address however I desire, and with the same code, and same account from IIS ...4 Replies | 182 Views | Created by J-S-B - Monday, September 23, 2013 9:35 PM | Last reply by Jason Dot Wang - 35 minutes ago -
Unanswered0Votes
VS 20008 R2 binding failure was detected The assembly with display name 'Microsoft.SharePoint.WorkflowActions' failed to load
Hi There, I am trying to debug my Custom Data Extension in VS 2008 R2 by: Debug Tab of the CDE project: Start External Program: "C:\Program Files ...1 Replies | 37 Views | Created by Josje - 20 hours 26 minutes ago | Last reply by Risa-C - 39 minutes ago -
Unanswered0Votes
WCF returns There was no endpoint listening at xxx that could accept the message.
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a ...1 Replies | 101 Views | Created by s liu - 6 hours 11 minutes ago | Last reply by darnold924 - 41 minutes ago -
Unanswered0Votes
MVC application inside sharepoint drawbacks
We're doing an application which takes feeds and items in that feed to entities on our own site. This is supposed to be an open site which anybody can sign up to. All of this is done with ...1 Replies | 39 Views | Created by samarmstrong-mac - 8 hours 13 minutes ago | Last reply by darnold924 - 53 minutes ago -
Discussion0Votes
IIS Worker process
I have an application installed in IIS8 and .net V2 classic My problem is the maxprocess is fixed a 0 (as default) and no memory limit but only 5 w3wp.exe is cretated not more ...1 Replies | 257 Views | Created by ThinkTwicebefore - Wednesday, October 02, 2013 7:21 PM | Last reply by DataEntity - 54 minutes ago -
Unanswered2Votes
Read Substring to Certain Index
msg>" + quote)) Then Dim msgstyle As MsgBoxStyle = Command.Substring(Command.IndexOf("msgboxstyle>"), Command.IndexOf(" Title")) ...1 Replies | 30 Views | Created by NSoft Studios - 1 hour 20 minutes ago | Last reply by ThankfulHeart - 55 minutes ago -
Unanswered2Votes
XML files
What I am trying to do is save a set of variables to a XML file and then load the values back into the variables when the user starts the program again. Also I have an autosave which saves the ...9 Replies | 92 Views | Created by kyleh31 - 4 hours 18 minutes ago | Last reply by Frank L. Smith - 1 hour 6 minutes ago -
Unanswered0Votes
Can't install .net framework 4.0
whenever i try to install it it says: ".NET Framework 4 has not been installed because: HRESULT 0xc8000247"1 Replies | 55 Views | Created by ryzzle - Thursday, October 03, 2013 1:39 AM | Last reply by Samson sun - MSFT - 1 hour 21 minutes ago -
Answered0Votes
Check If a Procedure in Oracle Has Run Successfully - VS 2010
I have a procedure in Oracle which takes a few minutes to complete. I created a web app in asp.net and executed this procedure; it runs the code fine but I can't find any ...4 Replies | 53 Views | Created by MikeGanem - 2 hours 49 minutes ago | Last reply by MikeGanem - 1 hour 21 minutes ago -
Unanswered0Votes
Could not load file or assembly… System.Data.Entity.dll
Server Error in '/' Application. Could not load file or assembly 'file:///C:\Program Files (x86)\Reference ...1 Replies | 56 Views | Created by GTITC - Wednesday, October 02, 2013 10:11 PM | Last reply by Samson sun - MSFT - 1 hour 26 minutes ago -
Unanswered0Votes
Creating a Search Form
Hi I want to create a form with a search field, so i can search for a customer by last name for example and when i click on the customers last name in the search results it ...1 Replies | 52 Views | Created by James David Knight - 6 hours 31 minutes ago | Last reply by ThankfulHeart - 1 hour 30 minutes ago -
Unanswered0Votes
How to set client priority while consuming WCF service
A very Good Mrng Sir/Madam, Could anybody please help me. I have a big issue. My question is , suppose more than one client (say: client1, client2, client3...) ...3 Replies | 81 Views | Created by sibasissinha - 23 hours 9 minutes ago | Last reply by Haixia Xie - MSFT - 1 hour 35 minutes ago - Items 1 to 20 of 312273 Next ›