I've found that I can import a SOAP/WSDL service that I plan on using into my solution either as a "Web Service Reference" (System.Web.Services) or as a "Service Reference" (System.ServiceModel / WCF).
I was wondering if what the differences were. I understand that 'Add Service Reference'/WCF is newer, are there any disadvantages to us...
Just setting up some quick class and object item templates and all is working great so far, but one thing I'm stuck on is the $safeprojectname$ template parameter.
I've added this as part of the namespace portion and the $registeredorganization$ is working fine
namespace $registeredorganization$.$safeprojectname$
{
public class $sa...
I have a DLL put together which is used by a number of applications. They compile and run just fine on my development machine. But if I try to deploy them, I just get the standard "your application has crashed" message from Windows when I try to run them. I figured, since they're .NET, I could install Visual Studio and see what the excep...
Hi All,
I'm using Visual Studio 2008 and SQL Server 2008. I would like .sql files in my VS projects to open in SQL Management Studio by default. No problem so far: I right-click the file, Open With, Add SSMS, and set it as the default. What I don't like is that it opens a new instance of SSMS every time, and I would like it to open in an...
My organization has a visual studio (2008) project that contains a slew of Crystal Reports. One thing we'd like to do is have the ability to automate the build of this assembly, especially when either
1) a new report is added to the project, or
2) whenever one of the existing reports is modified.
Everything as far as updating th...
Does VSTO 3.0 (using Visual Studio 2008) support both Office 2003 and Office 2007 installed side-by-side on a single development computer so that both Office 2003 and Office 2007 can be targeted (in separate solutions)?
I have seen conflicting information about this.
NO: http://msdn.microsoft.com/en-us/library/bb398242.aspx
Visual ...
try
{
pConnect = sess->GetFtpConnection(ftpArgs.host, ftpArgs.userName, ftpArgs.password, port, FALSE );
}
catch (CInternetException* pEx)
{
loginErrCode = GetLastError();
printf("loginErrCode: %d\n", loginErrCode);
if(loginErrCode == 12013)
{
printf("Incorrect user name!\n");
exit(0);
}
...
Developing Java with Eclipse, it's easy to move variables from one class to another, and have the references be updated. (So if you move size from being a class variable to a class named Constants, every reference to size in the original class will be replaced by Constants.size automatically.)
Is there a way to do this in C# XNA Visual ...
I am having an issue exporting Crystal Reports into an excel file.
I tried both options of exporting the Excel data AND exporting as an excel file. When i export my Crystal Report as an excel file, i cannot sort any of the fields in my excel file.
When i export the report as just the excel data, when i open in Excel, the headers are re...
Hello,
I have a .wsdl that is publicly exposed over the internet. This .wsdl requires that a user enter their username and password.
If I enter the .wsdl URL in FireFox, I am prompted for my credentials. I enter my credentials and I am shown the XML of the .wsdl.
When I try to add a service reference in Visual Web Developer Express...
I have a Gridview that displays a huge list of products. On Client click of a select button in the grid I fill textboxes with the selected row's data. When i do this, I want to stop the Grid from Binding in Javascript. Is this a possible feat? Now the Gridview is in an updatepanel. Perhaps i could stop it from updating???
Any ideas woul...
I have class Foo. Foo has a property of public string x.
I would like to instantiate Foo a few times as ONE and TWO, and add those instances to Hashtable Bar with keys 1 and 2 respectively. How do I obtain string x for the particular instance.
I've tried something to the like of: Bar[1].x, but the property x is not recognized.
What...
Right now, it just shows:
A first chance exception of type 'System.ArgumentException' occurred in Microsoft.Stubs.VsPackage.dll
Is there any way I can get it to include a partial stack trace with the exception message without having to break into the debugger?
...
I got a snippet of c# code from Koders and all the code greyed up after
#if CONFIG_CRYPTO && CONFIG_FRAMEWORK_1_2
What I am suppose to do to match the condition?
(I use Visual Studio)
...
I have been asked to fix a small problem with one of our small product's install. Its a basic .msi file (about 0.5 megs) that was created in Microsoft Visual Studio. When you run the installer it goes and installs the program, just like it should, then when the progress bar is about 99% done the program that it installed loads up, stalli...
Could anyone explain, why is there an option to convert an Asp.Net Web-application
(both Web Forms and MVC) to convert to a Web-application.
This might be something of a help for web-site template but why for Web-application ? Is this
Thanks
...
Yesterday I stumbled over the information that Crystal Reports will no longer be included in Visual Studio 2010. Instead – it will be provided as a free download, but with a separate installation and a separate release date. According to the linked information the release of CR will be later than that of VS. My projects depend in parts o...
Hi!
(Note, this question has been marked answered in http://stackoverflow.com/questions/985581/debugging-sharepoint-timer-jobs but I'm still having trouble)
I'm unable to debug my SharePoint timer job. Usually I can do this by setting one of these:
Debugger.Lanch()
Trace.Assert(false)
But a dialog is not shown. I have a log4net Out...
Hi !
I'm using Visual Studio 2008. I'm currently working with WPF and I'm using
Edit->Format Document
to format my source code.
The problem is that I want to have formatting set total differently for style and for Controls themselves.
Which means that I have to switch formatting logic every half an hour through this menu:
Tools->O...
I try to add new data source for object with "Data Source Configuration Wizard" and get error message: "An unexpected error has occured. Error Message: Insufficient memory to continue the execution of the program". What is problem?
...