Click here to Skip to main content
15,916,693 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to handle 200 KB images in my Home page to improve download time Pin
Bradml27-Dec-06 6:16
Bradml27-Dec-06 6:16 
AnswerRe: How to handle 200 KB images in my Home page to improve download time Pin
theJazzyBrain2-Jan-07 3:33
theJazzyBrain2-Jan-07 3:33 
QuestionCan I delete all the elements from a .net server drop down list control by using Javascript function Pin
indian14327-Dec-06 1:38
indian14327-Dec-06 1:38 
AnswerRe: Can I delete all the elements from a .net server drop down list control by using Javascript function Pin
Bradml27-Dec-06 4:14
Bradml27-Dec-06 4:14 
QuestionCan anybody help me to use combobox from Javascript function Pin
indian14326-Dec-06 17:56
indian14326-Dec-06 17:56 
AnswerRe: Can anybody help me to use combobox from Javascript function Pin
Venkatesh Mookkan26-Dec-06 19:17
Venkatesh Mookkan26-Dec-06 19:17 
GeneralRe: Can anybody help me to use combobox from Javascript function Pin
indian14326-Dec-06 22:17
indian14326-Dec-06 22:17 
Questionstrong name in visual studio 2005 Pin
TariqMahmood26-Dec-06 5:39
TariqMahmood26-Dec-06 5:39 
Hi,

i am using class System.EnterpriseServices for transaction management and i m using a strong name file keypair for strong name and keypair1.snk for strong name token and i give the key pair file name in solution explorer\Property pages\Msbuild option but when i compiled web project in debug mode its giving me error. i have paste the compelete error message.

I m confused why visual studio create random files for this and why its not running from my virtual folder if some body know about this error reply me soon

Best Regards
Tariq Mahmood


System.EnterpriseServices.RegistrationException was unhandled by user code
Message="The assembly 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\trinity\951852e9\59d35ae4\App_Code.xsmhqh4d.dll' does not have a strong name."
Source="System.EnterpriseServices"
StackTrace:
at System.EnterpriseServices.RegistrationDriver.InstallAssembly(RegistrationConfig regConfig, Object obSync)
at System.EnterpriseServices.RegistrationHelper.InstallAssemblyFromConfig(RegistrationConfig& regConfig)
at System.EnterpriseServices.RegistrationHelper.InstallAssembly(String assembly, String& application, String partition, String& tlb, InstallationFlags installFlags)
at System.EnterpriseServices.RegistrationHelper.InstallAssembly(String assembly, String& application, String& tlb, InstallationFlags installFlags)
at System.EnterpriseServices.RegistrationHelper.System.EnterpriseServices.Thunk.IThunkInstallation.DefaultInstall(String asm)
at System.EnterpriseServices.Thunk.Proxy.RegisterAssembly(Assembly assembly)
at System.EnterpriseServices.Thunk.Proxy.LazyRegister(Guid id, Type serverType, Boolean checkCache)
at System.EnterpriseServices.Thunk.Proxy.CoCreateObject(Type serverType, Boolean bQuerySCInfo, Boolean& bIsAnotherProcess, String& uri)
at System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type serverType)
at System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type serverType, Object[] props, Boolean bNewObj)
at newuser.btnSubmit_Click(Object sender, EventArgs e) in E:\Tariq\Project1\Trinity\newuser.aspx.vb:line 29
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Tariq Mahmood
Software Engineer
QuestionHow can I add elements in to a .Net Drop down list server control using Javascript function. Like I have 3 dropdown list server controls. I want change the date field whenever month or year changed. If possible please give some code snippet. Pin
indian14326-Dec-06 1:22
indian14326-Dec-06 1:22 
AnswerRe: How can I add elements in to a .Net Drop down list server control using Javascript function. Like I have 3 dropdown list server controls. I want change the date field whenever month or year changed. If possible please give some code snippet. Pin
Christian Graus26-Dec-06 15:37
protectorChristian Graus26-Dec-06 15:37 
GeneralHow can I add elements in to a .Net Drop down list server control using Javascript function. Like I have 3 dropdown list server controls. I want change the date field whenever month or year changed. If possible please give some code snippet. Pin
indian14326-Dec-06 17:54
indian14326-Dec-06 17:54 
QuestionCan I add elements in to a Drop down list server control Pin
indian14326-Dec-06 1:17
indian14326-Dec-06 1:17 
AnswerRe: Can I add elements in to a Drop down list server control Pin
Christian Graus26-Dec-06 15:16
protectorChristian Graus26-Dec-06 15:16 
GeneralRe: Can I add elements in to a Drop down list server control Pin
indian14326-Dec-06 22:18
indian14326-Dec-06 22:18 
QuestionCrystal Report on Web Form Pin
Arghya_mp26-Dec-06 0:46
Arghya_mp26-Dec-06 0:46 
QuestionCan I access any Server control in Javascript function in .Net Pin
indian14325-Dec-06 18:52
indian14325-Dec-06 18:52 
AnswerRe: Can I access any Server control in Javascript function in .Net Pin
Christian Graus26-Dec-06 15:19
protectorChristian Graus26-Dec-06 15:19 
QuestionXMLHTTPRequest not working consistantly Pin
JimmyRopes25-Dec-06 9:27
professionalJimmyRopes25-Dec-06 9:27 
Questionjava script for preloader Pin
kitokatakito25-Dec-06 1:41
kitokatakito25-Dec-06 1:41 
AnswerRe: java script for preloader Pin
Bradml25-Dec-06 2:52
Bradml25-Dec-06 2:52 
QuestionWhat Is The Best Way To Print Simple Reports From ASP.NET Applications Pin
Gaul24-Dec-06 8:44
Gaul24-Dec-06 8:44 
AnswerRe: What Is The Best Way To Print Simple Reports From ASP.NET Applications Pin
Bradml24-Dec-06 9:11
Bradml24-Dec-06 9:11 
AnswerRe: What Is The Best Way To Print Simple Reports From ASP.NET Applications Pin
Bradml24-Dec-06 9:13
Bradml24-Dec-06 9:13 
Questionfavicon Pin
Waldermort23-Dec-06 6:49
Waldermort23-Dec-06 6:49 
AnswerRe: favicon Pin
Bradml23-Dec-06 18:02
Bradml23-Dec-06 18:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.