Answer Questions
setareh WPF UI Sample
i am looking for some pictures/video demos to show my boss how good a UI can look using WPF. anybody got any links. our app is not going to do mind boggling 3d stuff. ideally id like an example of a nice clean web style UI to show him. if anybody knows a resource i can show without him having to install .net3.0 please let me know I have to throw another blog article at you :) Tim Sneath - http://blogs.msdn.com/tims/ Which threads/questions are you referring to thankyou very much. this answers my question perfectly. as you have been so helpful, if you have the time would you mind looking at my other recent posts on .NET3.0 whic ...Show All
Cardin Vs Studio 2003 Update
Hi,I would like to know if I can get an update of Ms Visual Studio .NET 2003 like updating it to 2005.I got a genuine key,please someone answer me. there an upgrade option but you will still have to pay for the upgrade Either purchase the full version of VS.NET 2005 or download for free and install the Express editions of VS 2005. These are lightweight VS 2005 products which are aimed for hobbyists/students mainly. This means i have bought the vs studio 2003 for nothing Is there any way i can update to full 2005 because i bought the original genuine software ! Well there is a way, you can buy the upgrade: http://msdn.microsoft.com/vstudio/howtobuy/defaul ...Show All
Marcus J MSDN Wiki Enhancements - Translation Wiki
During TechEd 2006 we launched MSDN Wiki Beta . At this site you can add content to VS 2005 documentation topics and edit contributions from other users. Our goal is to extend the documentation with code examples, tips and tricks, and other information that you add. Other than Sandcastle my team owns the release of MSDN Wiki beta and it's feature enhancements. Today we added Firefox support to MSDN Wiki. Please see setails at Rob Caron's blog - http://blogs.msdn.com/robcaron/archive/2006/08/21/711707.aspx and at http://www.infoworld.com/article/06/08/22/HNmsdnwiki_1.html . Cheers. Anand.. Today we launched Translation Wiki. Please see Soma's blog at http://blogs.msdn.com/somasegar/archive/2006/09/05/736039.asp ...Show All
Atiz how to create a deployment for add-in in vs2005?
Hi man, I have made a add-in in vs2005, now I want to make a deployment pls tell me how Thanks. Hi Focus, Have a look at Setup and Deployment Project type. Or also you can use more agile method and use Votive project - WIX integration for VS 2005. To know more about Setup and Deployment Projects in VS.NET use Google or just read article – “ Creating Setup and Deployment Projects in VS.NET ” More information about WIX I've posted here - IronPython Setup using WiX 3.0 Good luck! ...Show All
iyeru42 Deploying Crystal Reports in a Server - I need help ( VS 2005 was used )
Hello: Managed to develop a report in VS 2005 and it works fine. The next question is how do we move the web site to some server that does not have Crystal Reports The following site gives you a good idea: ( works well fro VS 2003 ) but not for VS 2005 Anyone of you out there who had success with deployment If you are using the version of crystal that comes with VS 2005, then you will have an msi you can install on your web server. It is located in C: \Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\Crystal Reports I believe that the file is called CRREDIST2005x86.msi, or something close. Sorry ! Forgot to include the ...Show All
JasonG271009 error 1310
Hi, I had a error while installing vs 2005 beta 2, Its a DVD ,That error is 1310 and error writing a file to folder(ms.vs.QualityTools.Resource.dll) pls help me, be sure to disable your Anti Virus software whilst installing VS. take a look at this, the same should apply to your problem: http://support.microsoft.com/kb/330733/ Now if you are trying to install it on a VPC system it will fail. But if you are trying to install it on your main computer, not a VM system, then the other thing you can do is to create an image of the entire DVD and run the installer from your hard disk, mounting the image onto a Virtual CD, using something like MS VCD tool or some other 3rd party Virtual CD software. Or you ...Show All
lwsimpson Error when trying to generate model
I get the following error when trying to generate a model (csdl) file. ERROR: Unable to generate model due to the following exception: The store metadata has not been generated yet, please call GenerateStoreMetadata() first. Any suggestions Thanks, Sandy Just out of curiousity... - are you using the VPC or did you get the install files -are you generating from a stock db (like Northwind) or one of your own. - if you are using the installer, are you installing on a clean O/S or on a computer with other stuff on it Since there are two of you we can play "one of these things is not like the other". I am using the VPC and have thus far only tried using Northwind. I haven't had the problem. ...Show All
eriklarsson VPN vs. WCF - Need advice
I have a scenario for an upcoming project where I'd need some advice from you. Here is the prerequsites: 1 - A server (SQL and probably IIS) will be hosted on some kind of serverhotel. This SQL server will hold all application data. 2 - The application accessing the SQL server will be a WinForms (c#) application. 3 - The application will be used by 5-15 different customers. Each customer will have there own instance of a database on the SQL-server. The reason for why the SQL-server isn't located at the customers site is that the customers do not want the overhead of administrating it. 4 - The customers will have at least a 2Mbps connection to the internet. So, I have been thinking of two different solutions: 1 - Use WCF so that the W ...Show All
Emadkb Opening form within visual studio always prompts check out
A single form within my project always requires a checkout just to view it. After looking at the differences log it appears the following 2 lines keep flip flopping which one is listed first. <%@ Page Language="vb" smartnavigation="true" AutoEventWireup="false" Codebehind="PriceMobile.aspx.vb" Inherits="spacenet.PriceMobile" %> <%@ Register TagPrefix="uc1" TagName="Header" Src="../Header.ascx" %> Any ideas on what would cause this I'm facing the same issue with a Windows Forms application. I've googled and found nothing about that...did you got a solution for that Cheers, Fabricio ...Show All
ahmedilyas Add Custom Tool automatically and see more than 1 file under the model file
The T4 engine that ships with the DSL tools gives you a flexible way to generate text output based on the contents of a model by running a custom tool against a template. However, in a production environment, you may not want a user of your designer to have access to the template. You might prefer the user experience to be more like that provided by the Microsoft dataset generator, where the custom tool runs directly against the model file, rather than against a template. This is very easy to do using the May release of the DSL tools. 1) Create and test your template as normal, but then put in a placeholder in the directive where the name of the model would usually go e.g. “%MODELFILENAME%”. 2) ...Show All
NickNotYet Synchronization Context question
Hi, Does anybody can help me with this problem I have a simple code like it : MyForm1 form = new MyForm1(); form.ComboBox1.DataSource = MyServices. GetAuthorizedRolesForUser (); // return string[] form.Show(); // never executed The problem is that it 'lock' my client application. Now, If I create a simple "button" in the MyForm1 and in the event onClick call the same remote method all work fine ! Does WCF have any type of syncronization even if the method is [oneWay=false] If I debug in the line "form.ComboBox1.DataSource" I see that after a "F11" a paint method of my control is called... In the Tool Trace Viewer I can see all message without any problem. My application services : [ ServiceContract (Sessio ...Show All
compjb WCF call fails sometime in CAB application
We are currently developing a software using both CAB (Composite Application Block) and WCF. The client side GUI is written based on CAB. However, it is found that if WCF callback is used, sometime WCF client side call will raise "TimeoutException" exception. I have checked the WCF log file and found that before the exception was raised, the message was already received by the client side; but for some reason, the message was not processed until timeout. If I not to use CAB, it seems everything works fine. I think a dead lock could be generated by ObjectBuilder, which is the main part of all the application blocks. I have wrote a small test program which has the exactly same problem. I cannot locate the problem precisely ...Show All
ilkerrr Problems with metadataResolver after upgrading to RC1
Hi, I have a service that is pretty simple. I generated a proxy class using the svcutil and supplied the the type of contract generated by the tool to a call to MetadataResolver (E.G. MetadataResolver.Resolve(typeof(IMyService), http://localhost/tMyService/Mex ) to look up the avaliable endpoints. This calls fails with the message ""The given key was not present in the dictionary." Stack trace: at System.ServiceModel.Description.WsdlImporter.ImportWsdlBinding(Binding wsdlBinding, ErrorBehavior errorBehavior) at System.ServiceModel.Description.WsdlImporter.ImportEndpoints(Binding wsdlBinding) at System.ServiceModel.Description.WsdlImporter.ImportEndpoints(ContractDe ...Show All
palmqvist LINQ with VS 2005
Hello! I did read that the January CTP of Orcas doesn't have all the functionality of the May 2006 CTP, but the March CTP of Orcas should have it. Will there be a LINQ version soon that doesn't require to install Orcas A LINQ version that installs along VS 2005 TeamSuite And has all the functionality from the May 2006 CTP AND also the "SxS" Regards CSharpNewbie22 CSharpNewbie22 wrote: Will there be a LINQ version soon that doesn't require to install Orcas A LINQ version that installs along VS 2005 TeamSuite And has all the functionality from the May 2006 CTP AND also the "SxS" That's not their plan - Orcas is now the shipping vehicle for LINQ. Which ...Show All
MS ISV Buddy Team Has anyone got the "TypeBrowser" working?
I've written a guidance automation package based on the WCF service package provided for download but I've got a real problem with the type browser picker gadget :( This being the "..." that you should be able to click on when setting up a data contract or fault contract in order to select a data type for you member rather than having to type in the full name. It doesn't matter what I do I just cannot get it to work. It throws an exception from the ReferencedAssemblies method as it is hard coded to do: /// <summary> /// Gets a collection of all assemblies referenced by the <see cref="T:System.Type"></see> . /// </summary> /// <value></value> /// <r ...Show All
