Answer Questions
ccarrill academic distribution of a DSL
I have developed a DSL and would like to allow the academic community to test/extend it. Is this case subject of the same licensing rules of commercial VSIP packages Are there any restrictions in creating/distributing a installer for the DSL and/or making its source available, in such a case Thanks, -- AFurtado DSL Tools comes under the license agreement for the Visual Studio 2005 SDK, which can be found in Program Files\Visual Studio ...Show All
JGP Preview doesn't show all information
Hi, I'm using VB.NET 2002 and Access 2002 databases in my application. I have also one Dataset for each report that I have. I doing my reports with crystal reports and I use textobject to add some particular information, like this: Dim dbDataAdapter As OleDbDataAdapter Dim dbDataSet As New dsBalancete() Dim frmCrystalReport As New frmCrystalReportViewer() Dim ReportBalancete As New rptBalancete() Dim SQL as String Dim objTextObject ...Show All
Jonas Roineslien VS 2005 Script Explorer/Running Docs
How can I set a break point in client side javascript In VS2003, I could run the web application, then in the Debug menu choose Running Documents, and see all the script files - just open one up and set a break point. Easy Now in VS 2005, the Running Documents window is renamed Script Explorer, and I can see all scripts sent to the client, but when I try to set a break point, I get a message that says "This is not a valid location for a break po ...Show All
Lamaggad problem deploying a new project type
I've created a new project type for the Pascal language. I have deployed and registered the VSPackage in the target computer, along with the project files, but, when trying to create a new Pascal project, I get the following error in a popup dialog: value cannot be null parameter name: type In my development machine, which contains VS SDK, the error doesn't occur... Can anyone help me please Thanks, -- AFurtado Thanks everybody ...Show All
Tobi Deploying VSTO Word Project: could not find or load customization assembly
Hi, I would like to be able to have my VSTO-customized Word document to be editable on a shared folder. But the steps provided in the page : http://msdn2.microsoft.com/en-us/library/9w6bd8f1(vs.80).aspx don't work for me. When I try to import the xml file, I have an error message : "The selected XML file is invalid." Here is the content of the file : <IMembershipCondition class="Microsoft.Office.Security.Policy.OfficeD ...Show All
gena fayez saad VS2003 Always steps through Disassembly code
I am using VS2003 to build a managed project that access VB6 COM objects through references to Interop.COMName assemblies. VS2005 is also installed on the machine. I am using VS2003 to build the project as well, although not with Local copies - all references are to a single /bin directory. When I try and step through the project it steps through at the Disassembly level. "Toggling Disassembly" simply hides the disassembly co ...Show All
xtega Moved project, now DataContext Constructor Fails
I have a simple DLinq test project that was working fine. I just copied my projects to another drive (USB drive mapped to a NTFS folder), and now the application fails when the inherited DataContext constructor is called on the SqlMetal-generated class. It compiles fine. Does anyone have any ideas on why this would be occurring The class code looks like this... namespace Ix.Ias1.Dcl { using System; using System.Collections.Gener ...Show All
Blair Allen Stark Treeview becomes non-selectable when a data template is used??
I am using a TreeView to display a hierarchical set of heterogenous objects. I have a strange problem. I can't select any items. Looking at the other posts, it appear no one else has run into it, so I am probably missing something. I added some mouse event handlers to the treeview, and it appeared that no mouse events are getting through. This is the simplest template that reproduces the problem... < DataTemplate x:Key = "root ...Show All
omni96 LINQ May 06 CTP installed byt nothing appear in the new project dialog box !
Hello everybody, I've installed te May 06 CTP of LINQ but I've got a problem: nothing appear in the new project dialog box or in the "Add new item" dialog box I've also run the script "Install C# IDE support.vbs" but the problem is still But if I run the example, they compile and run fine ! Anyone have an idea/a workaround Thanks Cool. Thanks. Has the Intellisense been fixed For all with problems with Visual ...Show All
LCSandan WinFX CTP install issue
Cheers, I am posting to this group because I have not found any groupe dedicated to general WinFX issues. I am having problem installing WinFX January CTP. When I launch the install, the window with progress bar saying "Setup is loading installation components. This may take a minute or two." shows up, advances to 80 percent, and CPU usage jumps to 100%. It is impossible to kill the process. Task manager doesn't kill it, taskkill ...Show All
Juan C. Mendez No System.ServiceModel after Feb CTP install
Hi, If anybody experienced the problem: after installation of February WinFX CTP library System.ServiceModel disappeared from VS project reference list. November CTP worked Ok. Any help would be very appreciated. Dmitry Okonov I also have the problem and reinstalling Orcas did not help. This is the error: {"An error occurred creating the configuration section handler for system.serviceModel/se ...Show All
OnCallBI-DBA Error 1001: Item has already been added. Key in dictionary
Playing around, (changing the generated package rebuilding ...) I have encountered the following: Error 1001. An exception occurred while uninstalling. This exception will be ignored and the uninstall will continue. However, the application might not be fully uninstalled after the uninstall is complete. --> Item has already been added. Key in dictionary: 'D:\alx\Projects\GuidancePackage1\GuidancePackage1\bin\Debug\Templates\Solutions\Proje ...Show All
folwelld AddNamedCommand fails in 2005 beta 2
We have an Add-In that works in VS.NET 2002, 2003 and 2005 Beta 1. It uses Commands.AddNamedCommand to add custom commands. The satellitedllpath and satellitedllname registry entries for the Add-In point to the satellite resource dll, stored in a 1033 directory, containing the custom bitmaps we are using for the command images. When the Add-In loads in VS.NET 2005 beta 2, a 'Value does not fall within the expected range' error fires on the call ...Show All
Shingie InfoPath Viewer
I know this is probably not the right forum for this, but I think it's relevant, and maybe someone from Microsoft who reads this will forward it to the right people. I think Microsoft has completely missed the boat with InfoPath by not providing a stand-alone (and more importantly, web browser plug-in) viewer for InfoPath. I would *LOVE* to implement InfoPath in our organization. I *WANT* to. I think it's cool stuff. But ...Show All
BlackMan890 Plans for Windows Mobile Pocket/PC?
Does Microsoft yet know their plans for Windows Mobile/PocketPC (.NET Compact Framework) for WCF The current netcf distribution doesn't contain non-soap/non-ws support (e.g. binary/tcp remoting), I'm wondering what kind of functionality we might be able to look forward to on a netcf version of WCF. Thanks! Madu, In following the example you provided earlier, I realized that they use basic Http binding. This is the only way I could get a ...Show All
