Hi,
How can I use some projects I created using Visual C# 2010 in a Web Application.
I want the projects all separated in the web application if possible
Thanks :)
I'm trying to load a VisualStudio2010 beta dll into the NUnit GUI. I get a popup error.
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded. You may be attempting to load an assembly build with a leter version of the CLR than the version under which NUnit is currently running.
How do I force an executable to run under .NET 4 beta?
Hello
I have a project that uses the Enterprise Library 4.1. When I target .net 4 and compile, I get an error that says I need to add a reference to System.ServiceModel version 3. My reference is to System.ServiceModel version 4. How can I tell VisualStudio2010 to reference a .net3 assembly from a .net3 project? Or, does somebody have a workaround for this issue?
I am using the RTM version of VS2010
Thanks
In 2008 Artur Carvalho asked for an Alternative IDE for Silverlight and was told to look at VisualStudio Express.
Is that still the valid answer in 2010 or are there other IDEs one should consider (cost/ OS it runs on / stability)?
I'm trying to get a feel for silverlight development before commiting cash. So I don't need enterprize level tools or a license to distribute ..
Is is possible to do the following from a VisualStudio2010 plugin? If yes, how?
Run all unittests in solution (with code coverage enabled)
Wait for all tests to complete
For successfully completed tests: Determine which methods were called during each test (directly by the test or indirectly by the tested methods).
What I actually don't know is how to interact with the testing framework...
What's with all the spam (free trials and so on from Component Source & Telerik among others) in the VS 2010 Extensions Manager. Without going to the website there is no way to know whether a listing is free or trialware so, for me, the entire user experience of the Extensions Manager is ruined.
Anyone else finding this? Is there a way of suppressing these?
Alex...
I want to create console application in Microsoft Visual C# 2010 Express that will have support for a few languages: it will show messages in selected language. What is the simpliest and convenient way to make it international-ready?
Hello,
I requested a feature on Delphi's uservoice(link) ,but I didn't understood the answer of Nick Hodges.
What version of Delphi supports SmartLinking?
How do I enable this option in Delphi 2009/Delphi 2010?
Thanks in advance.
I've decided to teach myself C# by writing a music player in VisualStudio2010. I went with WPF because from what I hear it sounds like it will be a good base to skin from.
I want to program my window with the behavior where if the window comes to the edge of a screen (within 10px or so) it will snap to the screen edge. What's the best way to go about this?
I’m working on the build process for a VS 2010 solution and some projects within it target the .NET framework 4.0. As far as I know, to have this type of solution built by TFS 2008 we will have to change the version of the MSBuild.exe file used by the build agent – modifying the TFSBuildService.exe.config file, pointing MSBuildPath entry accordingly.
Do you know if this will have any impact to existing project builds that target the 2.0 and 3.5 framework? Are you aware of any known issues with this type of set up?
Hi folks,
Is it possible to step through the official ASP.NET MVC 2 code via using the Symbol Server thingy in visualstudio 2010?
I know I can download the full open source MVC code from codeplex, build it and then get my code to reference THAT codebase dll's...
But i'm wondering if this could be achieved by using the Symbol Server stuff instead?
If so, can someone go through some steps please, about how to achieve this?
In a Delphi app we have assigned a dataset provider with a TADOQuery, passing parameters to the Query. When the TADOQuery is refreshed with new parameter values these are not being passed to the Dataset Provider.
This seemed to work ok in Delphi 5, but we are migrating our application to Delphi 2010 and it seems to have broken this link.
Is there a way of refreshing the parameters against the dataset provider with the new values?
This might sound like a stupid question, but I'm asking because my boss wants to know. What is the minimum Windows OS for binaries created with VisualStudio 2010? Not all the developers on the team have the Windows SDK installed. I know with it you can target down to Windows XP, but any idea what you can target without Windows SDK?
I'm editing a VisualStudio2010 web application.
When saving changes to a code-behind file, the file becomes read only in the editor for 1-2 minutes. Closing and re-opening the file makes it editable again.
As I save quite frequently, this can be a pain.
Has anyone else run into this issue, and know any work-arounds?
Here's my code:
Public Class Form1
End Class
Public Class Form1Handler
Inherits Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
MsgBox("I")
End Sub
End Class
I'm trying to get Form1Handler to process Form1's events automatically. How can I do this? Should I use a module instead? I'm doing this in VB 2010.
Any suggestion for a good unicode string library for Delphi 2010? Such thing as class that would contain a collection of independent functions, basically an encapsulation of functions that manipulate strings (ex: Trimlike, Character removal, Positional, Sub-string, Compare, Informational, Case, Replacement, Manipulation functions etc. ).
Thanks
For Silverlight 4 did TemplatedControl replace UserControl? Because when I goto add a new item in VisualStudio2010 that is the only thing that closely resembles a user control in the dialog?
Hi,
I'm using VisualStudio2010. But find that the Obsolete attribute doesn't cause any compiler warning (I want it to cause a compiler warning).
The warning level is 4.
Thanks.
I'm coding an advanced web browser. The bad thing is, is that whenever you move your cursor over the window, a wait cursor is displayed. I tried to deselect the wait cursor but it doesn't work!
I'm using Visual Basic 2010 Beta 2...
Please help!!
I add to my project a PageFunction and I get a dozen of the following error and the project won't compile:
'ResourceDictionary' root element is a generic type and requires a x:Class
attribute to support the x:TypeArguments attribute specified on the root
element tag.
Basically I get an error for each DataTemplate I merge in the ResourceDictionary, has anyone encoutered this problem before?
Note: I use VB.NET 3.5 on VS 2010.
I am created a website using visualstudio2010. On the time of the development of website I am able to access the database.. but after publishing the site using IIS7..i was unable to access the database..the exception occured during that time was "the connection is in the closed state".in IIS7 When I changed the application pool identity to localsystem, it worked.
Data base is installed in the same machine. and server is SQL SERVER 2008 R2
Hi,
I am upgrading an old version 1.0 F# project to 2.0 using visualstudio2010. So many changes.
I can't seem to find the print_any command that was littered all over the place in the old books and samples.
I have installed powerpack but can't find it there either.
Any idea where i can find this command.
PS: I know I can easily implement it myself but was curious where this is now.
I am having issues with setting up the Inbound Email with SP 2010. I have enabled the settings in Central Admin for Inbound Email, set up an MX record, added the IP to my Exchange Server, then created a new doc-lib in SP and i am still not seeing the "Incoming e-mail settings" option under communications in the doc-lib setup screen.
Can someone let me know what I may be doing wrong, or missing?
Hello, I am using visualstudio2010 on Windows 7 64bit.
I compiled and ran a simple application basically a thing a child could make.
Well the second it started to run, it froze my computer and rendered it unresponsive.
It continues to do this every time and for every application.
Any ideas why this is happening?