cosmic4z's Q&A profile
.NET Development i think problem is in A secured <a class=’vardana12’ href=’http://www.deal-explorer.co.uk’>Loans</a>
hello Sir, I am just add some textarea value to database.but it generate error like unhandle string..this will come only when i put this string------------ ( A secured <a class=’vardana12’ href=’http://www.deal-explorer.co.uk’>Loans</a> is any loan that requires the borrower to offer the lender with a number of form of safety. ) is any prob is this string... plz tell me ASAP A secured <a class=vardana12 href=http:// ...Show All
SQL Server DTSSQLIMPORT error
We are rec'ving the following error when we try to run a pkg from a remote machine and the pkg has been created while logged onto the Server machine. any ideas thanks in advance. -dinzana [Dest tblBSIXData [506]] Error: An OLE DB error has occurred. Error code: 0x80040E14. An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E14 Description: "Could not bulk load because SSIS file map ...Show All
Visual Studio Express Editions how can I create .exe file in VBS 2005 EE?
Can some1 plz help me with this noobish question I can't make an executable file from my project,I can only save project as .vb ,text or any file(but if I type .exe as an extension it just doesn't work) I don't have option to make it an .exe file,so what's the way to compile it as an executable I'm using Visual Basic Studio 2005 Express Edition. Thx in advance for any help. Your project h ...Show All
SQL Server How do I create a new db in sql 2005 express
How do I create a new db in sql 2005 express useing manager express I'm used to mySql front and this is my first try at sql. Also, does anyone know of a link(s) on the vast msdn website that explains how to use this software All I've found so far, are a lot of pages telling what it can do not how to do it. I'd appreceate any help, I want to get started on this . Never mind I did it I see you have to do a lot of right clicking. I ...Show All
Visual Studio Express Editions Basic VB coding question about changing label text on the fly, etc.
I suspect this pertains to previous versions of Basic, but since I don't know the answer, I'll ask! Problem: If I update a label.text or textbox.text property in a loop, the program is so busy with the loop that the box does not appear to update. Example: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim a As Integer = 0 Dim t As Integer Label1.Text = "nul ...Show All
Visual Studio VS2005 July CTP under Virtual PC - shortcutCLTDbg32.txt can't be read
I've been trying to install the July CTP of VS2005 Professional under Virtual PC SP1 which is running Windows Server 2003 SP1 and it invariably fails towards the end of the main install trying to read D:\VS\Program Files\Microsoft Visual Studio 8\SDK\v2.0\GuiDebug\shortcutCLRDbg32.txt telling me the file was not found and offering me the choice of Retry (which loops failing with the same message) or Cancel (which does a rollback). That fil ...Show All
.NET Development Pointer to resources.
I read chapter 14 of Network Programming for the Microsoft .NET Framework by Jones et al (MS Press) and was quite impressed with the performance and scalability issues they present. This chapter is exactly what I have been looking for and I recommend it to others. My question is, can anyone here point me to any other similar resources (I'm writing a comms server which needs to be highly scalable and have good performance...). Regards... ...Show All
Visual Studio Team System Problem with Workitem access control - does VS cache things?
Hello! We have a problem with what seems to be access control in the work items. We are running TFS Workgroup edition (with domain accounts) on single-server installation Virtual Server running on Windows 2003 Enterprise Edition R2. The TFS version is RTM Workgroup. The problem occurs on user account that was defined to be Server and Project administrator as well as belongs to SharePoint services defined administrator user group. ...Show All
Windows Forms How to create a DropDownList/ContextMenu style window?
I need a popup window(no border) to input some text. But it should be something like the drop down list of a combobox which doesn't make the owner form inactive. Making it a child window does that but it will be clipped by the owner form, while drop down list won't be clipped. I've tried changing the CreateParams to use different set of flags, but not successful. And I've been googling the whole afternoon... I saw someone says not to make ...Show All
Visual Studio Team System Unable to add users to Team Project if using VPN.
Hi Folks, when i'm at work, i can succesfully add users to the team projects using the Team Explorer in VS2005. Kewl. At home, i use VPN to connect to work, and i can then connect to TFS, etc. When i try to add users to the team project, it fails to find domain\username. This is becuase my home computer is in a workground and not part of the domain (i assume). So, is there any way i can 'register' with the domain, so i can see the wo ...Show All
.NET Development Getting Data Adapter from dataset
For the purpose of update - Is there a way to obtain the data adapter from a dataset object I 've created this lightwieght proxy class and I want it to only have the dataset. I can change code to include the adapter but wanted to try this first. I thought so. The adapter fills the data adapter but the link is separate. Thanks. ...Show All
SQL Server Problem with Failure Constraint
Hi, As part of my SSIS package I have a script task, that set its result based on the value of a package variable. From this task I have two precedence constraints, a sucess constrain and failure constraint that lead to two different tasks. When the script task ends with a success result, the task that is connected by the success constraint is initiated, but when the script task ends with a failure result, it is marked with red color and t ...Show All
Visual Studio Crystal Reports
Hai, Iam using Crystal reports having subreports in that When i make a setup of the application and run on the other system Iam getting a dialogbox asking for loginname and password for the database though I have not kept aything....It seems the database path is getting hard coded.... A normal plain report is working fine.... Please help me where the problem is.... Thank you. Regards, PadmaKiran ReportDocument o ...Show All
Visual FoxPro import from excel
how can i import an excel sheet with huge text on some cells... i try it, but the character field is only 254 chars size, i did try to create a table and then append the big text cells to memo fields, but they remain empty... thanks for the help !! I wrote this a while ago to convert an excel file to a foxpro dbf... its need some cleaning up but it should give you a good start. Dave * * FNXLSTODBF * ** *FUNCTION TO C ...Show All
Visual Basic VB ignores "out" parameters
It seems that VB ignores out parameters. I don't understand why since it works fine in C# and used to work in .NET 1.1 too. In C++/CLI I wrote a managed classlibrary which has a function like the following: int Simple( int nType, [Out] String ^%str) The function will always initialize and return 'str' when called. In C# I can call it with no warnings too: String str; Obj.Simple(MY_TYPE, out str); However it seems that VB ignores that ...Show All
