I am having a problem with visual studio 2008 websites and SharePoint/MOSS 2007. We previously had 2 web application projects housed underneath our SharePoint structure, but due to the nature of project files and source control, it was creating problems in our team development environment. I have decided to switch to from web application...
just migrated my development teams on to vs 2008. can anyone give there biggest highlights of this upgrade on useful features.
EDIT: we are still doing winforms development
...
for visual studio 2008. sp1 is already installed.
...
I'm new to C++, so this may be a noobish question; I have the following function:
#define SAFECOPYLEN(dest, src, maxlen) \
{ \
strncpy_s(dest, maxlen, src, _TRUNCATE); \
dest[maxlen-1] = '\0'; ...
How can I disable auto formatting for views (html files) in vs2008?
...
Hi,
I have implemented a class that extends System.Timers.Timer object. When I then save the class, VS changes it into component class. This is quite disturbing because opening that class makes VS open some Component Designer show up instead of the source code.
Is there a way to prevent VS2008 to change my class into a component???
Re...
I have switched to a new PC and got the latest version out of source safe but now when I do a ReBuild I get Could not load type then the name of my namespace.the name of my pages?
It seems ok if I do a Build.
Any ideas?
UPDATE: Once a Rebuild is done it removes the Namespace.dll and then doing a Build it fails with the same errors.
U...
My VS solution has many projects.
I am currently only working on some of them so I want CTRL+SHIFT+B to only build some.
What's the best way to do it?
I thought about creating a new configuration but I would need to check it in and it does not seem right. I don't care if it will be only a "local" setting on my machine.
...
Does anybody have advice on moving a master page from one solution / application to another?
I have copied a master page from an existing solution to a new one.
The original solution builds and runs fine.
In the new solution the page causes build errors
These are primarily 'variable' not declared.
I have commented out all of the ser...
I am working on developing a form to allow a user to create a master \ detail record.
I want to display the detail values as text fields so I use the details view of the DataViewGrid together with a binding navigator to add \ detail detail records.
The problem is getting the primary key from the master record stored on each detail recor...
I must have pressed on the wrong button at some point, and now when i press my mouse a bunch of text gets highlighted ...how do i get rid of this? it's driving me nuts!
i use VS 2008
is there like a restore defaults button?????
...
Hi,
For the most part, AnkhSVN is working well with VS2008. The only issue I'm seeing is when an image is added from one dev, it is not added to any other machines when the SubVersion Update to Latest Version is executed.
The log file shows that the image was in fact added and submitted to SVN, but no file is downloaded added locally....
Is there any way to generate a warning in VS2008 for unused using statements? I know there is the Edit->Intellisense->Organize Usings->Remove Unused Usings, but it would be nice if this were a compile time warning.
...
I have a custom ASCX control that is not visible in design mode in VS2008.
It used to be, I changed nothing and now when I switch back to design mode, it is not visible.
Has anyone ever face this situation?
...
Hi All,
I have embedded some crystal reports in my C# application. The problem is, compiling the project creates dlls for the reports also, which means in future any change in report will need re-installation of the application. Is there any way that I can keep them as .rpt files and they can be changed any time by just copying the .rpt...
I would like to write a quick macro or add-in to allow me to quickly toggle the "Show Deleted Items" option in the TFS Solution explorer.
I cannot seem to find the proper command to use to set that option programmatically (in the IDE, it is found at Tools | Options | Source Control | Visual Studio Team Foundation Server | Show deleted...
Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express?
...
In visual studio 2008 when I drag and drop asp controlXXX on aspx page. Property page for this control, does not show event handlers button. It can reappear after switching to designer view but then disappears again. Screenshot attached.
...
Hi all,
I'm using Visual Studio 2008 along with C# to access a MySql database. To this point I have relied on Visual Studio to create the code for the DataSet, and that seems to have given me a problem. If the database is inaccessible (i.e. not running) it gives a "MySqlException was unhandled", "unable to connect to any of the specifie...
Is it possible to hide certain functions/fields from displaying in javascript intellisense drop down list in Visual Studio 2008? Either by javascript documentaion XML of by naming privates in a certain way?
I've seen <private /> in jquery vsdoc file that implies exactly this behaviour, but doesn't meet my expectations
{
__hiddenFie...