Domeister's Q&A profile
SQL Server Error between string data types
I reinstalled SQL Server, setup new connetions in my existing project and then pointed the existing controls in my SSIS packege to my new OLE DB Connection manager. When I run my package, now I get: TITLE: Package Validation Error ------------------------------ Package Validation Error ------------------------------ ADDITIONAL INFORMATION: Error at Data Flow Task 1 [OLE DB Source 1 [73]]: Column "TransactionDate" cannot convert between unicode and non-unicode string data types. Error at Data Flow Task 1 [OLE DB Source 1 [73]]: Column "TransactionTime" cannot convert between unicode and non-unicode string data types. Erro ...Show All
Windows Forms Hosting Controls in a DataGridView
Hello , my friends i am , new in forums, so be patients plz. how can i host a treeview control in a datagridview cell, so, when the user click the cell (i.e. compoboxcell) the treeview control will disply and the cell value will be the treenode id that the user click, or any other field value from the table that is bound to the displayed treeview. i read the microsoft calender example, but i think it will be dificult to replace the calender with the treeview. thanks in advance for all. Nasser. Check out these two posts: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=190006&SiteID=1 h ...Show All
Windows Forms WebBrowser copntrol fires multiple DocumentCompleted events - Why?
Hi, I have started to experiment with the new Webbrowser control, and I am noticing that on the webpage i'm loading, it actually seems to fire multiple DocumentCompleted events for a single page. I was thinking this should happen just once right at the end, but obviously must be something to do with the site/page that i'm accessing. Has anyone got any ideas on a way to try and check for this, and still only call it once, right at the end, or skip out of it if it really hasn't finished Thanks Leddo Brisbane, Australia ...Show All
Visual Studio Tools for Office strange behaviour with offline deployment model
Hello Everyone, I have a smart doc Word application deployed with the model "Offline Model for Word and Excel Solutions using the Internet Explorer Cache". When the Word document is opened for the first time on the client machine, the dll is created in the internet explorer cache. But if I am offline and I try to open the document (after switching to offline mode using Internet Explorer's Work Offline command on the File menu), I have the error "The customization is not available offline, but it might be available online.". At the same time, when the Word document is opened for the first time on the client machine, the dll is create ...Show All
.NET Development WSE/DIME - WSE352: The size of the record uuid:{g-u-i-d} exceed its limit
I've gotten DIME attachments to work, but I'm running into the infamous 4096 limitation. How can I download a 20 meg file as a DIME attachment I've tried the maxRequestLength setting <messaging> <maxRequestLength>-1</maxRequestLength> </messaging> but this doesn't have any effect. Actually, looking at the docs indicates to me that this setting has an effect for uploads, rather than downloads since this is intended to prevent denial of service attackers from submitting large file uploads to the server. How do I download really large files via DIME attachments T ...Show All
Visual C++ error LNK2028: unresolved token (0A000019) "int __stdcall LoadString
Please help I try to acces the resurce file using LoadString. I recivede the error: Linking... ClaseImpl.obj : error LNK2028: unresolved token (0A000019) "int __stdcall LoadStringA(struct HINSTANCE__ *,unsigned int,char *,int)" ( LoadStringA@@$$J216YGHPAUHINSTANCE__@@IPADH@Z) referenced in function "public: void __clrcall AccesResurse::initResLabel(class System::Windows::Forms::Label ^,unsigned int)" ( initResLabel@AccesResurse@@$$FQ$AAMXP$AAVLabel@Forms@Windows@System@@I@Z) ClaseImpl.obj : error LNK2019: unresolved external symbol "int __stdcall LoadStringA(struct HINSTANCE__ *,unsigned int,char *,int)& ...Show All
Visual Studio Okay, how do you deploy this to an ISP
I have an ASP .Net 2.0 application that uses the report viewer control for local reports. This works perfectly on my development machine, but when deployed to an ISP, I initially get an error that the Microsoft.ReportViewer.Common assembly is not found. I can bypass this by deploying the assemblies, but then I get an error: The definition of the report 'Main Report' is invalid. There is no "Main Report" in my application, so I assume I am missing something in my deployment. Does anyone know what I am missing I Mr.Rajeev, i've just copy the assembly to the bin directory but i receive the same error... you know any ...Show All
Visual C++ DLL Compatibility?
I am converting an app from vc6 to vc8 (vs2005). I've got everything to compile fine, and most of the testing looks good. While system testing in Release mode, I get an occasional crash. The dialog box says "PCSMain.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created". Even though I have drwtsn turned on, I don't see any error logs being created. Even while running the app thru VS debugger, I don't get any helpful info when it crashes. I am taking a wild guess that the problem may be a library issue. Since I am using vc8, msvcr80.dll is used. But in l ...Show All
SQL Server URGENT: SQL 2005 : All schedulers appear deadlocked
Hi All, please throw in any ideas as it matter of urgency. We have rebuild our 24/7 heavy loaded website using ASP.NET 2.0 and SQL 2005 (we have one active-passive cluster for main activity and 2 active-active clusters to browse static data). Main cluster is publisher and distributor for replication of data (small subset of it and it works fine). Hardware is pretty tough - 16 zeons 32G ram, NetApp SAN. We had no troubles in first 3 days but now it gives us some headache. Yesterday it failed and website was unavailable for about 5 min. Today happened the same. SQL Server rebooted - no failover occured - just rebooted on t ...Show All
Windows Forms working with resource files
hello how can i work with resource files which works with languages thank you for the time and for the help Try reading up on ResourceManager and Satellite Assemblies in MSDN. ...Show All
Smart Device Development Can not create Smart Device project in VS 2005
Hello I've been coding for PocketPC/Smartphone using eVC 4.0 and prev. for several years. Now, I've installed Visual Studio 2005 and Windows Mobile 5.0 SDKs. The problem is: 1. When trying to create a new Smart Device project I get the following error message: "Error retrieving information from user datastore". 2. When trying to open a sample PocketPC or Smartphone project from Samples/CPP/Win32 the error message says: "The project could not be opened becaouse it refers to a device platform that does not exist in your data store". 3. When selecting "Tools/Connect to Device" on the VS 2005 menu, first it shows error me ...Show All
Visual FoxPro what is the maximum field VFP9 can handle
Good day to everybody... just a little problem with my update at VFP interface with my back-end database I dont have this problem updating my employees table in SQL2000 with 35 columns at my VFP interface, but recently I add another 3 columns at my table, that's where I encounter this problem. Inserting a new record or deleting there's no problem, but when i edit a particular record then saved the changes,the update is OK.. but after I close the form and open it again, that particular record I edited does not really saving the changes. why is there a limit in field column use by VFP Just asking.. or there's i miss... but I already m ...Show All
Windows Forms Sending mail with VB.Net
This may ultimately be an SMTP admin question (as opposed to VB.Net) but, I wrote the following code to send a mail messge from a VB.Net app. Dim from As String = "dexterm@mindspring.com" Dim mailto As String = "dexterm@mindspring.com" Dim subject As String = "Test Message" & ...Show All
Visual Studio Team System Availability of 3rd party templates for "Requirements"?
Are there any 3rd party Process templates (for Import into TFS) that address the area of project Requirements tracking (Commercially available or in-development). Surprisingly, this key area is not represented at all in the MSF Agile process. Barkingdog To be a bit clearer, I was thinking along the lines of tracking Requirement documents, in Word, as work items. Barkingdog ...Show All
Visual C# Remoting
Explain Remoting in c# with a sample code. Did you mean to have a "please" at the end of that Anyway, excuse the formatting with the following: To call a function in a remote .net application Remotable Class: Create a library (DLL) project and add a class derived from MarshalByRefObject to use as the remotable object. (A form is indirectly derived from MarshalByRefObject, so is suitable for remoting.) We create a library so that the same remoted class can be referenced by both the client and the server. Let this class be called 'RemotedClass' for this discussion. Any of the public f ...Show All
