Do visualstudio 2010 include already Sql Server instance, or I need to install Sql Server developer edition to develop an application that need a Sql Server db.
If it installs a Sql Server express edition, it this enough or it's better to have Sql Server developer edition?
Hi,
I am using SQLite for the unit testing and might use it as a database for local development/staging.
The System.Data.SQLite has basically 2 versions: x86 and x64. Correct one should be used for the specific platform.
I have 64 bit Win7, other guys in the team might use 32-bit OSs. The server's platform is not known at this stage.
If I use 32-bit version of the assembly on 64-bit platform I get BadImageFormatException: Could not load file or assembly 'System.Data.SQLite'. I believe similar will happen trying to use 64-bit assembly on 32-bit platform.
So my question is what is the best way to reference the SQLite assembly so that it does not depend on the platform and people can just use it?
It is ok to use 32-bit version of assembly on a 64-bit platform (Maybe there is a switch for that somewhere?).
Thanks,
Dmitriy.
I'm trying to create an Editor Classifier Template project and run it. When I attempt to build I get an error message stating:
"Error trying to read the VSIX manifest file 'extension.vsixmanifest'. Exception has been thrown by target of invocation."
Any thoughts? I've tried googling this but didn't have any luck.
I am working with VisualStudio 2010 Ultimate and the VS 2010 SDK Beta 1.
Thanks,
Nick
I have a situation where I want to run a VisualStudio macro that has the user type something in an InputBox, then inserts a snippet and includes that text somewhere in it. Unfortunately, I can't figure out how to insert the snippet from macro code. It seems like it'd be something like
DTE.ExecuteCommand("Edit.InvokeSnippetFromShortcut")
or
DTE.ExecuteCommand("Edit.InvokeSnippetFromShortcut", "theSnippetName")
but those don't work. Any ideas?
Hi,
I'm facing currently a problem regarding Subsonic configuration.
What I want to achieve is using subsonic data access in a System.Web.UI.Design.ControlDesigner class.
This class is hosted in VisualStudio Environment and enables design time operations on the attached System.Web.UI.WebControls.Control.
The only problem is SubSonic seems always looking for SubSonicSection in the application configuration regardless passing connection string to it.
The relevant code snippet:
using (SharedDbConnectionScope dbScope = new SharedDbConnectionScope(new SqlDataProvider(), ConnectionString))
{
Table1 _table1 = new Select().From<..().Where(...).IsEqualTo(...).ExecuteSingle<...>();
Throws exception on ExecuteSingle() method (configuration section was not found)
while
using (SharedDbConnectionScope dbScope = new SharedDbConnectionScope(ConnectionString))
{
Throws exception on new SharedDbConnectionScope() (configuration section was not found)
So the question is:
Is there any way to pass the settings runtime to bypass the configuration section lookup as I don't want to add any subsonic specific configuration to devenv.configuration
Thanks
My question is: since VisualStudio 2010 was only just released, why does it not render pages in the same way as the latest Microsoft web browser, IE8?
Is there a bunch of render options I should be setting?
I thought Expression Web was supposed to help with its fancy Super Preview but that app doesn't even open VS solutions.
Thanks for any assistance, Luke
Can you point me to a reference on accessing data in a Java applet using Visual Basic? I need to do some research on whether or not it is feasible for the project I am working on, but it has been difficult to find any information. Thanks.
Hi, I have now gone over to VisualStudio 2010 Beta 2
I have used it for a few days, but now I can no longer add references from the GAC.
(http://bildr.no/view/549966)
Sorry since this is not directly a development question, but I was not sure where to ask.
Does someone know how to fix this?
Hi,
Not exactly sure where this one should go, but I'm sure someone on SO knows a good Visual SourceSafe 2005 trainer based in the Sydney, Australia area who'd be happy to do a course at my company. Can anyone recommend someone? Or failing that, is there somewhere better I should be searching for this?
Thanks in advance
It comes up from time to time and I'm wondering of it's possible to use type info when searching in visualstudio, or is there a plugin that includes this?
I'd like to search for the phrase
"x == "
or
"x.ToString();"
where x is of type 'Person'. The normal regex searches are strictly searching the text as opposed to the content and I figured out a long time ago that any thought I have is never the first.
Hi I am using VisualStudio,
I want to set icon to my jar file. But I donot know how to set icon file to my Jar file. So How can I set icon to my Jar file.
Thanks
Sunil Kumar Sahoo
I know how to create the Installer for an application but I want to know how to add the Uninstaller.
Is there anyway to add this from the VisualStudio 2008 Deployment Project.
Or do I have to create a separate application for that altogether?
I have download and installed VisualStudio 2010 RC and I want to develop for the new Windows Phone 7. But when I run the vm_web.exe (that IS the name of the exe file, isn't it?), It still says that I haven't installed Silverlight 4.0 SDK, BUT I have installed the Silverlight SDK. In my control panel's menu, it says I have installed "Microsoft Silverlight 4 Beta SDK".
What are your experiences with Beta2 of Visual Lightswitch? Can it already be used for real life projects? Does anybody know, when the final (RTM) version will be out?
I am very intersting in using Lightswitch in the future for RAD, but I am a litte bit self-conscious, if the tool is flexible enough for my dividual requirements and if a Lightswitch solution can be extended with own code !? Can it be mixed with "normal" Silverlight?
The difference between Add-In and Integration Package is still unclear and now with VisualStudio 2010 an extension manager appears along with the add-in manager.
What are the differences between the add-in manager and the extension manager?
Can an add-in be in both manager at the same time?
Hi,
I just wanna find out if there's a way to include MySQL's Connector/Net along with my application while creating an installer using VisualStudio 2008 SP1.
Connector/Net is a fully-managed ADO.NET driver for MySQL.
Other suggestions in creating an installer for this issue is highly appreciated.
Thanks.
The project is using the ankhsvn plugin.
Any suggestions on how to resolve this would be great. i already have the visualstudio sp1 installed.
Also, ankhsvn is the latest version.
Thanks
Hi,
I'm beginner in visual web developer. I want to add a ready database to my project, to do that I simply add the db file to App_data folder. However, I can't see any table or database diagram etc. Am I missing a big part to add external source ?
Any help? I'd appreciate it
Hi,
I want to access some of the wpf designer services (ModelService/EditingContext) from a visualstudio toolbox package. Can somebody help me with that?
Thanks,
Sudarsan Srinivasan
Often I will click on my GUI Designer in VisualStudio 2008 SP1, and it will flash randomly and freeze up.
Has this happened to anyone else? I have no idea where to begin checking on the issue. Any advice/insight/laughter is appreciated.
I use Firefox as my web browser, mostly for access to add-ins such as Flashblock and No-script. I noticed yesterday that the RAD Studio internal browser used for the Welcome Page etc has scripting and Active X etc enabled. Is there a way to disable scripting, or better still, block all access to non-local sources in the built-in browser?
Hello,
When using sharepoint designer you can quite easily use current item and perform different actions with it when using workflows etc. However, the options available are limited. I am wondering how to access current item in a list through visualstudio 2010 and use and assign values from its fields to variables or items in another list automatically using C# code.
Any help would be most appreciated.
Thanks
Hi,
I've lately installed Windows 7. After opening my old C# project in visualstudio i noticed that my buttons are too small (button.text didn't fit in). Why the hell did MS increase the standard font size (well font size is still set to 8, but it's somehow bigger now)? Can I fix it somehow, without correcting all my buttons etc. manually?
Kind regards,
Jay
In Eclipse writing Java, it's easy to suppress warnings on some scopes, by annotating a method or variable within the IDE.
Is it possible to suppress warnings at scopes while writing PHP within Zend Studio 7.0?