MLyons10's Q&A profile
Visual Studio Tools for Office How to switch from VSTO 2005 to VSTO 2005 SE correctly?
Hi, it's been a while since I've got on this forum, and I've seen this important update about a new version of VSTO...let's say "cool!", especially because it seems it should help to install a plugin build against Outlook 2003 into Outlook 2007...that's what a lot of users have been asking me. BUT, before I switch, I need a lot of infos: Does this version solve the problem if an user has got an Office 2007 without the PIA 2003 This is the most important problem in my agenda I've had tough times with Shim, the setup of VSTO 2005 and so on...Sometimes I had thought I had messed up my computer because I couldn't install/uninstall correctly any plugin I did (I had to go thorugh a registry hack many times...). So, I need to know whic ...Show All
.NET Development Website
Can Any body help me how can i create a web site that ather than localhost,i want it to have an address like juandelacross.com in my own computer my os is server2003 standard,please i'm an amature. they are all correct but,there is also other thing to do you have to configure your dns or if u dont know how you have to register ur domain,if u want to learn about configuring your dns to host your own internet domain or windows domain just text me so i can responce you any time i dont have internet connection at this time so you have to text me (0920-272884) ...Show All
Visual Studio 2008 (Pre-release) Model generation wizard working backwards or is the programmer backwards? :)
I have a table (again, using the video game stuff as my sample to play with): ID Title Description Rating (int, refers to the ID column in GameRatings) Type (int, refers to the ID column in GameTypes) Rating and Type both have foreign keys that point to the source tables GameRatings and GameTypes respectively. I have Associations in my Entity model that have produced classes called FK_VideoGames_TitleRatings and FK_VideoGames_VideoGameTypes. That all appears fine. However, I don't appear to have any navigation ability to allow me to do things like: game.Type.Name or game.Rating.Name Is there something I missed in the DB to allow for this automatic member generation, or, if the wizard doesn't do it, what do I have to do to my pre-generated ...Show All
Commerce Server Problem with basket SoldToId modification
Hi, I wondering is there possibility to modify some how basket property SoldToID. Probably i have to make custom pipeline :( . ...Show All
Visual C++ WaitForMultipleObjects doesn't work
Hello Everyone! Function WaitForMultipleObjects Requirements: Requires Windows Vista, Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95. But this function doesn't work in WinNT. Why Thanks in advance Vladimir yes, CHECK_PERIOD == 1000, I defined it: #define CHECK_PERIOD 1000 ...Show All
Windows Forms Validating the treeview label change treeMnu_AfterLabelEdit
I am having trouble getting this event to take place after the label of the treeview has been edited please Help I have no error showing when I build private void treeMnu_AfterLabelEdit( object sender, System.Windows.Forms.NodeLabelEditEventArgs e) { if (e.Label.Trim() == "") { MessageBox.Show("The tree node label cannot be empty", "Label Edit Error", MessageBoxButtons.OK, MessageBoxIcon.Error); e.CancelEdit = true ; return ; } if (e.Label.IndexOfAny( new char []{'\\', '/', ':', '*', ' ', '"', '<', '>', '|'})!=-1) { MessageBox.Show("Invalid tree node label.\n" + "The tree node label must not contain " + "fol ...Show All
Architecture database watcher ... need suggestions !!
Hi all, i'm trying to develope a windows service which will listen on a database table (Oracle database) , when a record updated ,the service will store it on another database . (Sql Server database) the question is what is the best methodology to detect database update my idea is to run a query periodically and check the update is anyone have a better solution thanks. I also think that using a trigger would be the best idea. you can always check the database for changes every certain amount of time using checksums. ...Show All
SQL Server Error with Inserting data into DB2 database using SSIS
HI, Inside SSIS's Dataflow task, i'm getting data using ODBC connection(in DataReader Source) for an iSeries library and trying to insert that into DB2 database (using OLEDB destination ). Mappings etc work absolutely fine,but on execution get error as given below: How do i resolve this error and load data in DB2 , Need help at the earliest. Thanks in Advance Amit S Here is the ERROR Message: SSIS package "Package.dtsx" starting. Information: 0x4004300A at Data Reader to DB2, DTS.Pipeline: Validation phase is beginning. Information: 0x40043006 at Data Reader to DB2, DTS.Pipeline: Prepare for Execute phase is beginning. Information: 0x40043007 at Data Reader to DB2, DTS.Pipeline: Pre-Execute phase ...Show All
Visual Studio Team System Permissions on documents and reports
Hi there, I've got two questions. I'm admin on a TFS server. I've setup some users as contributor in TFS, SharePoint and Browser in reports. The problem is, they can browse documents in the portal. However the documents aren't showing up in Team Explorer. They cannot open the folder. Also after right-clicking the project, the menu item "Show Project Portal..." is grayed out. We've copied the databases to another location on the machine. Now the \TFSREPORTS user cannot access the database anymore. It can access master and msdb databases, but in its right it doesn't have any other databases. Can anyone tell me what other databases they should be able to access Thanks! Dennis Okay ...Show All
.NET Development Web service using complex objects
In a web service we have a web method [webmethod] public Myresponse SendTransaction(MyRequest req) Here MyRequest and MyResponse classes are inherited from MyMessage class. When we view the asmx file http://localhost/DemoServiceExtended/DemoService.asmx op=SendTransaction The sample SOAP request and response xml does not list the public Fields in base class(MyMessage). How to make the base class fields available in listed XML I discovered the exact same thing just this morning! Any takers on this one ...Show All
Visual C++ CString corruption
This has happened before. I have data stored in a CString. I use atof to convert it. And I get this crazy number. And so I output using a message box and the number seems just fine as a string. So I then go to output it to a file as a string and a number and the string returns (null) and the number is all crazy. But write after I write the data to the file and I call messagebox the string is just fine. I'll post my code snippit. I have no idea whats happening. int count = -1; // Parse Data fin = fopen( "output.txt" , "w" ); for ( int i = 0; i < lines.GetCount(); i++) { if (lines [0] == '/' ) { // Start a new Data Series m_SeriesData.push_back(myData); myData.Clear(); ...Show All
SQL Server Custom Assembly not invoked in Report Manager
Hi, I developed a custom assembly( in C# ) which references satellite assemblies. In order to refer this assembly in one of my reports, I copied the assembly and its dependencies in the Report Server bin folder and Report Designer folder. Also I inserted CodeGroup tag for the custom asembly in both rssrvpolicy.config and rspreviewpolicy.config with Full Trust. Now, the report works perfectly when I preview it through Visual Studio.NET IDE. But when I deploy the same report to the report manager, it is not working. It does not give any error, but the textboxes whose expression invoke the method in the custom assembly, have empty values. So, the text boxes show up empty. Any idea where am going wrong ...Show All
SQL Server Can't log in SQL SERVER Enterprise edition
hi I installed a default instance of Enterprise edittion and didn't face any error during the instalation process. In Management Studio in the Server Name section for loging in I wrote the name of the local system. but I couldn't log in. in Control Panel \ administrative tools\services there is no SQL Server service at all. should I install any thing extra just like Express Edition which I used to install SQL Express in Visual Studio 2005 pakage or like MSDE in SQL Server 2000 please tell me what to do thanks. pooyan No, seems that the service did not install at all. On which OS version did you try to install the EE. EE is only available on server systems, any other ...Show All
Game Technologies: DirectX, XNA, XACT, etc. How Use DirectX Draw a 2D Polygon which have a hole?
In C# We can Use SetClip() To draw 2d polygon which have a hole, But In Direct It's seem very hard to complete. Please tell me how to use pixel shaders to clip() pixels.thanks!! ...Show All
.NET Development asp.net configuratoin
Can some 1 help me.... I get the following error when I connect with the asp.net configuration tool to a sql server 2000. Im using windows authentication. What should the userName and password in the web.config file be when using windows authentication Unable to connect to SQL Server database probably you don't have access/read permissions to the ASPNET_USR in the database. You can add it using the Enterprise Manager -> Selecting the database and then Users If this doesn't work please provide us more information about the error to help you. ...Show All
