I have an existing InfoPath 2007 form that has some code-behind developed with VSTA. It has been deployed to SharePoint as an administrator-approved form but is not browser based - the InfoPath client opens when users fill in a new form.
I'd now like to follow How to: Migrate a Project Created in Visual Studio Tools for Applications to ...
When I click on Publish to Provider, I can't export my stored procedures. I get an error: " is an encrypted stored procedure. Scripting encrypted stored procedures is not supported".
However, I have not encrypted any of my stored procedures, and this has always worked for me in the past, so I am guess something else is wrong.
Here is...
When I launch Visual Studio 2010, the inner work area screen always goes black or white and the title bar says VS is not responding. It does this for about 20 seconds before returning to normal operation.
Does anyone else experience this, and how can it be fixed?
Windows Vista32 with 2GB RAM, ATI Radeon 4850
...
I'm working on a large, inherited C++ (really, mostly C) project developed and maintained under Visual Studio 2008. Technically, in Visual Studio terms, it is a "solution" consisting of eight "projects", and therein appears to be the rub.
As I'm sure most of you know, Visual Studio grays out the code that it believes to be #ifdef'd out....
When the user browses to the source location (because PDBs are from a non-local build), where is that mapping stored?
If it's in the .suo, is there any way to programmatically add a mapping? (as the sln is generated in this case any way)
...
Is there any way to disable VA X when launching VS and turn it back on only when needed? Since it will cause some lag. I seem can't find the option either in VS's option or VA's option.
...
EDIT: Solved, (at least for the explorer) the problem was it keeps the old thumbs.db.
I have a png icon and I've created a 128px, 96px, 64px, 32px, 16px icon using several tools. But the result is always the same.. when I compile the exe using that icon and resize to max icon size, it stays to something like 32-48px. Anyone got the same...
I'm used to using Idle for Python development, but decided to give Visual Studio 2010 + IronPython a try last week. It seems to work fine, but I noticed that triple-quoted (multi-line) strings don't highlight correctly in the editor. See photo:
Does anyone else have this problem or know of a good fix? Apart from that bug, Visual St...
Is there any way to launch Visual Studio 2010 with a new document instead of the usual start tab?
I'm just curious--I usually use Notepad++ to jot down quick things, but Visual Studio seems like it would be preferable.
...
Sometimes I need to perform a rebuild of my project but I don't want the pre-compiled headers to be recompiled every time I do that - sort of defeats the purpose, at least in this case. Is there any way to get Visual Studio to rebuild without recompiling the PCH and compile the PCH as needed (if the rarely changed headers change)
...
What is the tool box that every programmer needs?
For example I use: Notepad++, xmlMarker, ReSharper.
Are there more cool tools that can make life easy?
...
Hi all,
I am using DBLinq to access a MySQL DB from C# .NET 3.5
I have created the dbml file for the Visual Studio 2010 ORM, and it loads fine - however when I compile the source I am met with errors regarding the conversion of MySQL timestamp to .NET DateTime.
Now this kind of makes sense, because they are 2 'different' types (Though...
Just as the title states.
If not, any good web services you've used to cleanup bloated stylesheets?
...
i'm using Visual Studio 2010 and when i bind a DataGridView with my remote mysql db it works fine.
but when i take the connection string from the wizard and try to use it with code i get: "provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server"
this is the connection string i try (i tried many variants):...
I am surprised not to find it in 2010, I would be very sad if it has disappeared as it is very useful to train and practice at the same time so where to activate it?
...
In Visual Studio (I'm using 2010) is there a way to change which folder pops up by default when you go to open a file?
...
The constant Math.Pi is, according to reflector and MSDN, equal to 3.14159265358979323846. When looking at the Math class in Visual Studio 2010, the value is displayed as 3.14159. Whom can I blame for truncating precious constants?
...
I am using Visual Studio 2010, C# .NET 4.0. I have 3 forms: Form1, Form2, Form3.
In Form1 I have a button to open Form2:
private void button1_Click(object sender, EventArgs e)
{
Form2 f = new Form2();
f.Show();
}
In Form2 I have a private Form3 variable always pointing to the same Form3:
private Form3 f = new Form3();
And ...
First thing when I try to run the application (I just downloaded it from CodeProject, right here), I get this error:
The name Resource does not exist in the current context
So when I double click the error it takes me to this code:
private Image mp_CodeImage_Class = Resource._class;
But there is a class called Resource but is i...
I am really confused, I am trying to read about its new features but some pages in google come up with 64bit versions, but not in MS' official site.
To my knowledge MS decided to keep it 32bit for the time being for VS 2010. Is this the case?
...