Answer Questions
Pon t3h pony VSS 2005 (Internet) changing permissions for web project
I set up VSS 2005 Beta 2 with web access on a 2K server box and am using it to access several databases from VSS 6.0d in Visual Studio .Net 2003 using the SourceSafe (Internet) SCP. It works great for Windows applications, however with web applications, when I open files using the Internet plugin instead of the regular plugin the permissions for those files get changed in the webroot so that they are no longer inheriting permissions f ...Show All
satish VSKP How to Serialize an Interface?
I've got my service contract interface and it's implementing class set up and working. One of the things I want to be able to do is allow the service to send a custom class/type to the client. However I don't want to use the actual class I want the service method to return an interface that is implemented by the class. // Works public Person GetPerson() {} //Doesn't work public IPerson GetPerson() {} //where [ServiceContract(Name = "Ech ...Show All
naveen.jaikumar url access rs 2005
I have an intermittent problem trying to access reports in reporting services 2005 via url. I receive the following exception Exception of type "System.Web.HttpUnhandledException" was thrown. Viewer control object is in a read only state. This is thrown for all reports on the server and access via report manager is fine. I have not found a way back from this error that does not require reinstalling reporting services. Any light you can ...Show All
ivy kuo AcksTo and Remote Endpoint Addresses are not the same
I have a pretty complicated scenario here which I will just provide a brief snapshot here. I have 2 WCF apps talking to each other via OneWay messages with a soap intermediary right in the middle. The soap proxy does nothing but just does ProcessMessage(m as message) and forwards it to the other application When I added a ReliableMessage element in there for my 2 applications: <customBinding> <binding name="MyOwnCustom ...Show All
Frent Phantom Build Errors February CTP
Since installing the February CTP I find my application fails to build and Visual Studio (Express Ed.) reported the following build error; "Error 10 The name 'MyApplication' does not exist in the current context C:\ExampleApp\ExamplePage.xaml.cs" Immediately building the software after the error has been reported is successful. Has anybody else found this problem ...Show All
Gabriel 06 Internet Connection in VS 2005
Hi, I just installed VS 2005 on my machine, but my online help cannot be accessed. I keep getting the message: "The request failed with Http Status 407. Proxy authentication required". IE on my machine does have proxy authentication. Is there a fix for this Thanks, Arshad I have exactly the same problem. Note that for me the VS IDE does work with the proxy. It's the help system ...Show All
Anonymous2452452345 Class Designer for Partial Class
I loved to use Class Desinger to design and analysis my project. But I found one thing so far not encourage me: for Partial Class, especially in ASP.NET pages. Does anybody know how to display ASP.NET page in Class Designer Many thanks! Please also read this post for more details on web project supports in ClassDesigner. Thanks! Lih, Unfortunately the Class Designer in VS 2005 will not suppo ...Show All
rich81 OperationContextFlow
Hi, I am passing some additional data for a call using MessageHeaders: Client side: Guid g = Guid .NewGuid(); MessageHeader < Guid > mhg = new MessageHeader < Guid >(g); MessageHeader untyped = mhg.GetUntypedHeader( "session" , "ns" ); using ( OperationContextScope scope = new OperationContextScope (...)) { OperationContext .Current.OutgoingMessageHeaders.Add(untyped); call the service method ...Show All
sjokko Lambdas in Custom Attributes
I want to pursue the concept of embedding lamdbas in custom attributes. It is not supported today to my knowledge but I believe could be very valuable for DLINQ and more. public class Customer { [Association((c, o) => c.CustomerID == o.CustomerID && o.Status == OrderStatus.Incomplete)] public Order[] IncompleteOrders; } I believe that a syntax such as this would generalize the join conditions that are sup ...Show All
MedoMancer Software same Tortoise
Hi, Exists any software to VSS looks like Tortoise to CVS Any software integrated with explorer, been easily to manage files isn't in projects, like scripts, models, diagrams... Showing checked out files in red and anothers in green Thanks. Hi, I haven't seen Tortoise, but from your description it seems to me that you're looking for a shell extension for VSS. If that's true, Effective SourceSafe may help: http://www.codeproject.com/t ...Show All
Bill Sturdevant Pixel width "Thickness" for shapes
Is it possible to draw shapes with a single pixel width I am working on an engineering program in WPF and need to scale drawings. The current thickness of 1 is more than one pixel (presumably anti-aliased) and is very "fuzzy" - that's an engineering term! The same drawing drawn with GDI looks much crisper - another engineering term. Ideally there would be a special thickness, say 0, which would always draw at one pixel width no m ...Show All
Humphrey McGee Please insert the Visual Studio .Net Prerequisites disk for visual studio.net
Following a system failure I have been trying to re-install VS2003, it fails to find the Prerequisites CD the "CD's" are all iso's I have installs VS2002 from physical CDs but 2003 still fails, help!!!! Message "You have inserted the incorrect disk. Please insert the Visual Studio .Net Prerequisites disk for visual studio.net" Hi, Then I think the ISO images which you have are corrupted. The Program Files has subfolders in it and ...Show All
Ash31 error after instaling VB studio 2005
hi i,m geting un error . visual studio common IDE package failed to load, also other packages that are failed to load, when i instaled the beta 2 (after uninstaling the beta 1 following the exact instructions) all whent ok in the instalation, only when i start the program i get the error i mentioned. any help thank you Hi, I nearly had the same problems, with visual studio instead of only the vb components. I my case reinstalling my OS he ...Show All
Peter Gissel Is there anyway to control the animation in code-behind?
I test it with the following codes: namespace AnimationDemo { /// <summary> /// Interaction logic for Window1.xaml /// </summary> public partial class Window1 : Window { DoubleAnimation _animation = new DoubleAnimation(); Storyboard _myStoryboard = new Storyboard(); public Window1() { InitializeComponent(); _animation.From = 100; _animation.To = 50; _animation.RepeatBehavior = RepeatBehavior.Forever ...Show All
Mark_Evans Is there a way to set a compiles exe or assembly version?
I'm using the VCBuild task to compile c# dlls. I want the build to set the assembly version. How can I do it Thanks. Hi Ori, You can use the AssemblyInfo task here: http://www.gotdotnet.com/codegallery/codegallery.aspx id=93d23e13-c653-4815-9e79-16107919f93e Or here: http://msbuildtasks.tigris.org/ simply download the binaries (or source and build the binaries yourself) and use the Import element in your msbuild script to u ...Show All
