Is there any Visual Studio Express plug ins for source versioning? I am starting a project on my own and only have the Express version of Visual Studio 2008.
I added an AccessDataSource to my ASPX page.
I clicked on "Configure Data Source...", chose my Access database, and clicked the "Next " button.
A couple of my queries / views are missing from the list. What might be causing this?
I cannot checkout working copy if I use proxy server.
I get following error:
svn: Delta source ended unexpectedly
Is this problem with proxy server or with svn?
Hi all,
I have to design High Level Architecture for Liferay Project. Is there any sample document for Portal Architecture related to Liferay / J2EE?
Your swift reply shall be highly appreciated.
Thanks in advance
Gnaniyar Zubair
Is there a way to automate code signing a VBA project in a Word 2003 and/or Word 2007 document?
By automate I mean via a command line utility or via Word VBA automation?
Motivation: I would like to code sign several Word templates as part of an automated daily build and distribution cycle. Right now we have to do this manually by opening each document in Word and resigning.
Thank you,
Malcolm
I have visual studio setup project with a custom RadioButtons dialog.
How do I get it to write the value of the ButtonProperty in the registry after it is selected in the UI?
When I go to make a new C# Windows application in VS 2010, there is an option at the bottom right area with a check box saying add to source.
I want to know what happens, if I check it and create the new C# file.
I'm in the process of adding CAPTCHA validation to one of my websites and need to know what opensource solutions exist. Please note strengths and weaknesses and what platform they work with. I'm primarily interested in ASP.NET solutions but feel free to include PHP, Java, etc.
I recently ran across Project Keychain and wanted to know if there are any other SPML to LDAP gateways that are opensource. Implementation language does not matter.
Hi,
I am writing a report, and I would like to know, in your opinion, which opensource physical simulation methods (like Molecular Dynamics, Brownian Dynamics, etc) would be worth to port to GPU.
Thanks in advance
I'm looking for a practical application to use a genetic algorithm for. Some things that have thought of are:
Website interface optimization
Vehicle optimization with a physics simulator
Genetic programming
Automatic test case generation
But none have really popped out at me. So if you had some free time (a few months) to spend on a genetic algorithms project, what would you choose to tackle?
I get a .apk does not exist error when exporting Android project in Eclipse using android-sdk_r06-mac_86.
I never got the error in the previous version of the SDK.
Off course the .apk file doesn't exist. I'm trying to build and sign it.
How do I fix this problem?
I prefer to getting it to work in Eclipse again.
I am using CPLEX for solving huge optimization models (more than 100k variables) now I'd like to see if I can find an opensource alternative, I solve mixed integer problems (MILP) and CPLEX works great but it is very expensive if we want to scale so I really need to find an alternative or start writing our own ad-hoc optimization library (which will be painful)
Any suggestion/insight would be much appreciated
Can anyone suggest a good source of names that I can use to help analyze some tables on web pages. The first column of the tables I am scraping have names alone, names and titles or just titles. The names can be as varied as John Smith to Vikram Saksena. I have been poking around for a compiled list of words that can be found in proper names.
I really enjoyed browsing Joel's MBA Curriculum reading list. Are there other good lists of recommended books for software developers and software project managers?
I have the following code to open google maps:
NSString *urlString = [NSString stringWithFormat:@"http://maps.google.com/maps?q=%@, Anchorage, AK",addressString];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];
But it doesn't work and there is no error. It just doesn't open.
Is there any way to have an Ant script running in Eclipse publish a WTP project? I want my ant script to perform some tasks, then kick off the publish as if I had done it from the UI, and then do some more things.
I am creating an editor in asp.net MVC application using ckeditor. In textarea i have just written "Sample Text", but when i load the ckeditor and click on source button of ckeditor it gives me a lot of html like html body p [Sample Text]. Why its creating extra html tags?? i have to send the content to database for saving html but ckeditor is adding extra markups.
any workaround? or what i am doing worng?
i have been sent a directory tree of source code that i want to import into my subversion repository. The issue is that at some point this code was in a different subversion repository. There are a huge number of directories and subdirectories and i basically want to clean up all of the subversion .svn folders before i attempt to import to a new repository and i dont want svn to get confused.
is there anyway to clean out a directory structure to remove all svn references?
I'm looking for an opensource (GPL, LGPL etc) graph layout library for .net framework, preferably fully managed code. Im not worried about the visualisation aspect of things.
I can find lots of them for Java, but none for .net...
Thanks!
Hi I have .NET 3.5 solution with multiple projects in it. Is there a way I can create a "Global" AssemblyInfo.cs in which all the project AssemblyInfo.cs can reference from?
Microsoft killed NDoc when they released a CTP/Beta version of Sandcastle.
And I rarely see information about new version of a usable version of sandcastle (with an integrated UI for example).
The latest realease is the May 2008 release.
Is Sandcastle a dead project or will it be included with Visual Studio 2010 ?