Click here to Skip to main content
15,921,276 members

Videos


Page 2 of 8
1 2 3 4 5 6 7 8


21. Path to a file in a TestMethod
Hi Clifford,Could you not add the xml file to your unit test project, similar to how we add library references in order to allow our unit test projects to gain visibility into our application or possibly add the xml file to the bin directory of your unit test project or a known directory and...
DevOps » Unit Testing »
AssemblySoft Updated: 3 Oct 2012
Rating: ( (No votes))
22. How do I run executable as custom action with an installer.
Hi Gbenbam, I presume you are using InstallShield.This link should help: http://kb.flexerasoftware.com/selfservice/viewContent.do?externalID=Q102426[^]
AssemblySoft Updated: 3 Oct 2012
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
23. resizable control in silverlight ?
Hi govindaAlwani,I am guessing a bit here because your question is a little short in backgound information but, ensure you are setting your widths and heights as * and also that you are not setting widths and heights anywhere.For examlple, if it were a Grid it would look something like...
Silverlight » Silverlight5 »
AssemblySoft Updated: 23 Sep 2012
Rating: ( (No votes))
24. performance issue for website
Hi a.pkumar, this is a tricky one as always it depends on what you are sending and receiving. You could try using a tool like 'Fiddler' and see the total ms for both approaches. Personally the web service route is cleaner. Have you considered MVC as a solution instead of separate web services?...
Web Development » ASP.NET »
AssemblySoft Updated: 23 Sep 2012
Rating: ( (No votes))
25. Code First in Entity Framework
Hi, You need to add a connection string with the name 'MyContext'.Hope this helps...
Web Development » ASP.NET » ASP.NET4.0
AssemblySoft Updated: 23 Sep 2012
Rating: ( (No votes))
26. DLL compnents for crystal report
Hi lallouse24, it looks like you need to add a reference to the 'Interop.Crystal' assembly (right click 'add reference' in visual studio project) and then add a 'using' statement in your .vb code file.
Programming Languages » Visual Basic »
AssemblySoft Updated: 23 Sep 2012
Rating: ( (No votes))
27. what is document.forms?
Hi, 'document.forms' is the collection of forms that may exist on your page. Mostly you will only have one. '.Command' is the name or Id of a control on your page that is inside a form block. 'Value' is it's value such as it's text content 'thisform' is the name of the specific for you are...
Forms » »
AssemblySoft Updated: 23 Sep 2012
Rating: ( (No votes))
28. How to make a log files given to print using MFC
Hi, in your CView oveeride of OnDraw or wherever your print is being started, use the Log4Net component.log4Net logging framework[^] hope this helps you out...
AssemblySoft Updated: 23 Sep 2012
Rating: ( (No votes))
29. IE BHO Local storage
Hi, you could attempt to create the BHO object and you would detect whether the creation process returned null. Note* I believe this only works if your BHO is marked 'safe for scripting' Javascript below: var control = null;try{control = new...
Web Development » ASP.NET »
AssemblySoft Updated: 23 Sep 2012
Rating: ( (No votes))
30. Silverlight in .NET Framework
Hi NoahBuscher84, You can communicate back to your server using Ria Services with Silverlight.
AssemblySoft Updated: 23 Sep 2012
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 2 of 8
1 2 3 4 5 6 7 8