Answer Questions
Shyam Vaidya Installation troubles
Hi, All! I've downloaded winfxsetup.exe that is supposed to install Indigo. The setup installed .NET 2.0 Beta 2 ( v2.0.50215 ), so far so good, Indigo installed also with no problem. The next item was Avalon Beta1 and WinFX Runtime Beta1. On this point setup failed Application event log shows interesting info Source: MsiInstaller Description: Product: Microsoft "Avalon" Beta 1 v6.0.4093.40928 -- You must install v2.0.50215 of the ...Show All
perepe Newbie stuck...
Hi, I'm new to CR and I'm currently stuck. Hope someone could help me on the following problems that I have: 1) I have two field objects; Obj1 and Obj2. On the form, Obj1 is located above Obj2. Both of thier CanGrow option is set to True. The problem I have is sometimes Obj1 grows until it overlaps Obj2. Is there a way to change the location of Obj2 relative to the size of Obj1 2) The form that I have pulls data from several tables; say Table1, ...Show All
John Tsoi net framework installation fails on WIN98
I need to install .net framework for our work network with a mixture of WIN 98SE clients and WINXP. Installation has worked on all XP machines but has failed on 2 of 6 remaining WIN98 machines. Win98SE machines are P3 533mhz/ w 256mb ram with all other current updates installed. Are there any files that should be manually deleted or manually installed first Also take a look in your %temp% folder for the log fi ...Show All
Fenixk19 Invalid Characters for Excel Sheet Names
i was not able to find in documentation what are Invalid Characters for Excel Sheet Names. I was able to find few like , * etc. but need a complete list to avoid any runtime errors before Renaming sheets. The code above looks right as far as I know. But please post this question on the Excel programming forum for a sure shot answer. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.p ...Show All
RonGordon Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack
I'm new to this forum. I hope you can help me. I'm using the Enterprise edition of VS 2005. When I debug my project an exception is raised - 'Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack'. I can't find anything about this on-line. I suspect this message is hiding the true exception. Does anyone know what this message means Regards, Andy Ham ...Show All
Olko target to copy files before it builds
I have a xml file in some directory, How can I copy the another file with the same name in the same directory before it builds. I know hot to do the copying part, but which target should i use to set it before it builds <target = beforeGet> Thank you thanks it works awesome cdoloriert I'd use BeforeBuild. More info on this is available at our blog: h ...Show All
Lora Project manipulation from an add in
I need to change the value of Copy local based on the active configuation, below is the solution I was given to do this, but it requires I manually edit the project file. This is where the add in comes into play, I am able to get the list of references and such from the project object, so I've got it started at least. However, I'm having trouble with the following: 1) How to add the CopyLocal to the propert Configuration once I have the confi ...Show All
raindrops123 2 files needed from WinFX SDK beta2
Several files was corrupted while downloading img file. It's require too many time to redownload 1GB using modem... I found that at least 2 files (maybe more) needed: 3Mb - Setup\WinBuild-SDK_Core_BLD_Common-common.1.cab 750Kb - Setup\WinSDK-WinSDK_PowerShell_RefAssembly-common.0.cab Can anybody send these files to ivanshumilin at gmail.com If several files were corrupted, I recommand you to re-download the SD ...Show All
TMHerring How to customize column into VSTO's Excel sheet
Hi all, I have done following: 1. Click on "Add New DataSource" into Datasource configuration wizard. 2. Choose the "Object" from the options. 3. Select any of the classes from "NameSpace.Entities" dll generated by myself that works as dataaccesslayer. Lets suppose class is "XXX.cs", select it & click finish. 4. Open the "Datasource Explorer", Browse the class "XXX.cs" that i have selected in the above process. ...Show All
Colleen TechNot How do I create an application.extension.config file using MSBuild?
Hi, I'm using MSBuild to build an executable program (exe) from VB.net source code. How do I get MSBuild to output an ApplicationName.exe.config file Thanks, Damian Thanks for that Rajeev. I do have a file called APP.CONFIG in my project. However, this isn't being copied to the bin directory as "AssemblyName.EXE.CONFIG" when I run MSBuild. Should MSBuild do this automatically or do I have to do this manually Regards, Damian ...Show All
scott32874 How to write symbol * to file using WriteLinesToFile?
I use WriteLinesToFile < CreateItem Include = " Version=* " > < Output TaskParameter = " Include " ItemName = " PackageParamContent " /> </ CreateItem > <!-- write makepkg param file --> < WriteLinesToFile File = " $(MSBuildProjectDirectory)\_Startup\bin\$(Configuration)\package.param " Overwrite = " true " Lines = " @(PackageParamCont ...Show All
Nisheeth Tak RC1 - VSS Admin Password?
I just installed RC1 VSS. It's seems to have a password in mind and I have no idea in the world what it is. At times it seems to disregard it's password and do what I need to do. But it won't let me change the admin password without know what it was. It's sort of that same old story.... I receive the message - if you've forgotten your password, consult your system administrator. But I am the system administrator :( Alfredo, The component ...Show All
MartinMSJ Publishing project with MSBUILD
I am running msbuild on our build server, the server has the .NET v2 beta 2 runtime and SDK installed, it does not have DEVENV installed on it. When I try to publish the project with msbuild from the command line on my local PC that has DEVENV installed it all seems to work. When I try running the some command on the build server I get: “C:\WINNT\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets : warning MSB3482: SignTool repo ...Show All
ALepage Generate many files from one template?
I have a DSL now taking shape, including generating code that executes properly, and I must say I am pleased with how quickly it has come together. Now I have a secondary goal to fill: producing static documentation from the diagram. I'd like to produce a set of HTML files (one for each instance of the primary classes in the DSL). I don't see how I can do that with the current structure, which allows me to generate exactly one file from each tem ...Show All
Johan Celis Generating proxy with svcutil
Hi guys after installing vs2005 and then trying to build a service proxy I get this message. svcutil is not recognised as an internal or external command.Is anything wrong with my installation Please let me know asap cos i am stuck in this project unless i can build these service proxies.Thanks Yes, but the directory something is installed to isn't an absolute indicator of how the tool is packaged. ...Show All
